Catnip Shadow Weapon, теневое снаряжение (Renewal)

Catnip Shadow Weapon (S_CATNIP_WEAPON) – теневое снаряжение.

Catnip Shadow Weapon, теневое снаряжение (Renewal)

Increases Catnip Meteor damage by 5%.
If refine rate is 7 or higher, increases Catnip Meteor damage by additional 5%.
If refine rate is 9 or higher, increases Catnip Meteor damage by additional 5%.
When Catnip Shadow Weapon, Shield and Armor are equipped together, increases Catnip Meteor damage as percentage equal to the sum of refine rate of set.
When equipped with Doram Magical Shadow Shoes, ignores magical defense rate of all race monsters (except players) by 40%, additional magical defense rate ignoring equal to the sum of refine rate of Catnip Shadow Weapon and Doram Magical Shadow Shoes.

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus2 bSkillAtk,"SU_CN_METEOR",5;
if (.@r>=7) {
   bonus2 bSkillAtk,"SU_CN_METEOR",5;
}
if (.@r>=9) {
   bonus bVariableCastrate,-5;
}