Hippie Rope [3], кнут (Renewal)

Hippie Rope [3] (HIPPIE_ROPE_J) – оружие.

 

A rope in which I can feel Nature's Power
-----------------
Matk + 120
-----------------
For every level of [Nature's Rope],
Vit + 1 , MaxHP + 1%
-----------------
If the upgrade level of [Nature's Rope] is 7 or above
Increase the damage of [Nature's Rope] by 150%
-5% Damage received from Demi-Humanoid Monster
If the upgrade level of [Nature's Rope] is 9 or above
Increase the damage of [Arrow Vulcan] by 50%
-5% Damage received from Demi-Humanoid Monster
―――――――――――――

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

  • ID: 27656
  • Код: HIPPIE_ROPE_J
  • Тип: оружие
  • Подтип: кнут
  • Уровень оружия: 4
  • Атака: 140
  • Магическая атака: 120
  •  
  • Требуемый уровень: 130
  • Профессии: bard, dancer
  • Вес: 100

Скрипт

.@r = getrefine();
bonus bVit,.@r;
bonus bMaxHPrate,.@r;
if (.@r>=7) {
   bonus2 bSkillAtk,"CG_ARROWVULCAN",150;
   bonus2 bSubRace,RC_DemiHuman,5;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"CG_ARROWVULCAN",50;
   bonus2 bSubRace,RC_DemiHuman,5;
}