Jeje Cap, броня (Renewal)
Jeje Cap (JEJECAP_JP) – броня.

The users casting cannot be interrupted outside of WoE.
Reduces after cast delay by 15%
Reduces Cast Time of Acid Bomb by 50%
Reduces Cast Time of Crazy Vines by 50%
Reduces Cast Time of Full Chemical Protection by 50%
Increases damage of Acid Bomb by 10%
Increases damage of Crazy Vines by 10%
Reduces after cast delay by 6% per level of Crazy Vines Known
If Jejecap Type J is refined to +9 or higher
Increases damage of Acid Bomb by an additional 15%
Increases damage of Crazy Vines by an additional 15%
If Jejecap Type J is refined to +11 or higher
Increases damage of Acid Bomb by an additional 25%
Increases damage of Crazy Vines by an additional 25%
If Jejecap Type J is refined to +13 or higher
Bypass 100% of hard defense of normal monsters, boss monsters and players when performing a physical attack.
If Fire Expansion Lv 5 is learned
Increases damage to boss type monsters by 50%
If Mandragora Lv 5 is learned
Reduces after cast delay by 25%
Reduces cast delay of Crazy Vines by .45 seconds
Базовые свойства предмета
- ID: 25100
 - Код: JEJECAP_JP
 - Тип: броня
 - Уровень брони: 1
 - Защита: 18
 - Требуемый уровень: 100
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 100
 
Скрипт
.@r = getrefine();
.@dmg = 10;
.@delay = -15-6*getskilllv("GN_CRAZYWEED");
bonus bMdef,15;
bonus bNoCastCancel;
bonus2 bVariableCastrate,"GN_CRAZYWEED",-50;
bonus2 bVariableCastrate,"CR_ACIDDEMONSTRATION",-50;
bonus2 bVariableCastrate,"CR_FULLPROTECTION",-50;
if (.@r>=7) {
   .@dmg += 15;
   if (.@r>=9) {
      .@dmg += 25;
      if (.@r>=10) {
         bonus bIgnoreMDefRace,RC_All;
      }
   }
}
if (getskilllv("GN_FIRE_EXPANSION") == 5)
   bonus2 bAddClass,Class_Boss,50;
if (getskilllv("GN_MANDRAGORA") == 5) {
   .@delay -= 25;
   bonus2 bSkillCooldown,"GN_CRAZYWEED",-4500;
}
bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",.@dmg;
bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",.@dmg;
bonus bDelayrate,.@delay;