Gemini Rope [1], кнут (Renewal)
Gemini Rope [1] (GEMINI_ROPE_J) – оружие.
Whip with thorns made of wire.
It seems to resonate with Ancient Hero Boots.
MATK + 190.
Matk + 10 per 2 refine rate.
Increases increases neutral property magical damage damage by 4% per 3 refine rate.
If refine rate is 9 or higher, increases Reverberation and Metallic Sound damage by 10%.
If refine rate is 11 or higher, reduces fixed casting time of Reverberation by 0.5 seconds.
When equipped with Ancient Hero Boots, when dealing physical or magical damage, has a chance to gain Int + 20 and Matk + 15% for 7 seconds.
Weapon Lv: 4
Required Lv: 100
Required
Скрипт
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bBaseAtk,40+BaseLevel;
bonus bMatk,40+BaseLevel;
bonus bDelayrate,-10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Dancer) {
   bonus bAtkRate,50;
   bonus bMatkRate,25;
   bonus2 bSkillAtk,"CG_ARROWVULCAN",200;
   if (.@r>=7) {
      .@val = 50;
      if (.@r>=9)
          .@val += 50;
      bonus2 bIgnoreDefRaceRate,RC_All,.@val;
      bonus2 bIgnoreMdefRaceRate,RC_All,.@val;
   }
}