Wrath Rack [2], кинжал (Renewal)
Wrath Rack [2] (EP172_1H_DAGGER) – оружие. Выпадает из монстров: Yellow Pitaya, Sewage Cramp.
![Wrath Rack [2], кинжал (Renewal) Wrath Rack [2], кинжал (Renewal)](/images/db/items/picture/510008.png)
Once it was an ordinary dagger you could see everywhere, but now
It has been horribly distorted by the magic-jamming device that Illusion has installed.
MATK +170.
Flaming Petals and Freezing Spear damage +10%.
MATK +6 for every 3 refine levels.
When refined to +7 or higher, Additional Flaming Petals and Freezing Spear damage +10%.
When refined to +9 or higher, Variable Cast Time -10%.
When refined to +11 or higher, Additional Flaming Petals and Freezing Spear damage +10%.
Скрипт
.@r = getrefine(); bonus2 bSkillAtk,"NJ_KOUENKA",10; bonus2 bSkillAtk,"NJ_HYOUSENSOU",10; bonus bMatk,6*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"NJ_KOUENKA",10; bonus2 bSkillAtk,"NJ_HYOUSENSOU",10; } if (.@r>=9) { bonus bVariableCastrate,-10; } if (.@r>=11) { bonus2 bSkillAtk,"NJ_KOUENKA",10; bonus2 bSkillAtk,"NJ_HYOUSENSOU",10; }