Illusion Thorn Staff of Darkness [2], посох (Renewal)
Illusion Thorn Staff of Darkness [2] (THORN_STAFF_IL) – оружие.
![Illusion Thorn Staff of Darkness [2], посох (Renewal) Illusion Thorn Staff of Darkness [2], посох (Renewal)](/images/db/items/picture/550030.png)
Matk + 180, Int + 3, Dex + 3.
Ignores magical defense of all race monsters (except players) by 3% per refine rate.
Reduce global cooldown by 3% per 2 refine level.
If refine rate is 7 or higher, Matk + 7%, reduces variable casting time by 7%.
If refine rate is 9 or higher, increases magical damage against holy property enemies and angel race monsters by 20%.
If refine rate is 11 or higher, increases poison, shadow, undead and ghost property magical damage by 15%.
When equipped with Illusion Morpheus's Hood, Matk + 20.
If refine rate of each is 7 or higher, increases magical damage against all property monsters by 10%.
If the sum of refine rate is 18 or higher, increases magical damage against shadow property enemies and demon race monsters by 20%.
If the sum of refine rate is 22 or higher, increases magical damage against all size monsters by 15%, reduces fixed casting time by 0.5 seconds.
Скрипт
.@r = getrefine();
bonus bAtkEle,Ele_Dark;
bonus bUnbreakableWeapon;
bonus bInt,3;
bonus bDex,3;
bonus2 bIgnoreMdefRaceRate,RC_All,3*.@r;
bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-3*.@r;
bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-3*.@r;
bonus bDelayrate,-3*(.@r/2);
if (.@r>=7) {
bonus bVariableCastrate,-7;
bonus bMatkRate,7;
if (.@r>=9) {
bonus2 bMagicAddRace,RC_Angel,20;
bonus2 bMagicAddEle,Ele_Holy,20;
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_Ghost,15;
bonus2 bMagicAtkEle,Ele_Undead,15;
bonus2 bMagicAtkEle,Ele_Poison,15;
bonus2 bMagicAtkEle,Ele_Dark,15;
}
}
}