Patent One Sky One Sun [2], книга (Renewal)

Patent One Sky One Sun [2] (UP_ONESKYONESUN) – оружие.

Patent One Sky One Sun [2], книга (Renewal)

Ancient book with the title of the only sun in the sky
It is not known when anyone wrote it, but it contains knowledge of the celestial body.
Looking at the strong energy of the sun, he began to exert his natural power.
It seems to resonate with the boots of the great hero.

ATK + 15 per 2 refine rates.
Increase melee physical damage by 4% per 3 refine rates.
When refined to +7 or higher, increase damage of Blaze Kick by 20%, reduce delay after attack by 10%.
When refined to +9 or higher, increase damage of Solar Explosion by 25%.
When refined to +11 or higher, increase physical damage to all size monsters by 15%.
When equipped with Great Hero's Boots, STR + 10, ATK + 7%.

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

  • ID: 31351
  • Код: UP_ONESKYONESUN
  • Тип: оружие
  • Подтип: книга
  • Уровень оружия: 4
  • Атака: 200
  •  
  • Требуемый уровень: 150
  • Профессии: star_gladiator
  • Вес: 110

Скрипт

.@r = getrefine();
bonus bBaseAtk,.@r/2*15;
bonus bShortAtkRate,4*(.@r/3);
if (.@r>=7) {
   bonus2 bSkillAtk,"SJ_PROMINENCEKICK",20;
   bonus bAspdRate,10;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"SJ_SOLARBURST",25;
}
if (.@r>=11) {
   bonus2 bAddSize,Size_All,15;
}