Cancer Ring, броня (Renewal)

Cancer Ring (CANCER_RING_J) – броня.

 

Vit + 5
Attack Speed + 5%
―――――――――――――
MaxSP + 100
―――――――――――――
Increases physical damage by 5%.
―――――――――――――
Reduces casting time of Axe Boomerang by 1.5 seconds.
―――――――――――――
Has a chance to gain 2Carat Diamond and 3Carat Diamond when killing monsters.
―――――――――――――
When equipped by Mechanic
Attack Speed + 5%, increases physical damage by 5%, increases Axe Tornado and Axe Boomerang damage by 50%.
―――――――――――――
Can be sold to NPC
Can be placed in the Kafra Storage

―――――――――――――
Attribute: - Slots: 0
Def : 0 Mdef : 0
Refined: Yes Destroyed: No

Базовые свойства предмета

  • ID: 29120
  • Код: CANCER_RING_J
  • Тип: броня
  • Уровень брони: 1
  •  
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 10

Скрипт

bonus bVit,5;
bonus bAspdRate,5;
bonus bMaxSP,100;
bonus bAtkRate,5;
bonus2 bSkillVariableCast,"NC_AXEBOOMERANG",-1500;
bonus2 bAddMonsterDropItem,731,30;
bonus2 bAddMonsterDropItem,732,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Blacksmith) {
   bonus bAspdRate,5;
   bonus bAtkRate,5;
   bonus2 bSkillAtk,"NC_AXETORNADO",50;
   bonus2 bSkillAtk,"NC_AXEBOOMERANG",50;
}