Staff of Puffy [1], посох (Renewal)
Staff of Puffy [1] (STAFF_OF_PUFFY_JP) – оружие.
Attack range 5.
If user learned Spell Fist level 5, increases Fire Bolt, Cold Bolt, Lightning Bolt and Earth Spike damage by 3% per refine rate.
When equipped with Imp card, adds fixed casting time of Fire Bolt by 10 seconds.
When equipped with Siroma card, adds fixed casting time of Cold Bolt by 10 seconds.
When equipped with Elvira card, adds fixed casting time of Lightning Bolt by 10 seconds.
MATK + 150
Скрипт
.@r = getrefine(); if (getskilllv("SO_SPELLFIST")>=5) { bonus2 bSkillAtk,"MG_FIREBOLT",.@r*3; bonus2 bSkillAtk,"MG_COLDBOLT",.@r*3; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@r*3; } if (.@r>=10) { skill "TF_DOUBLE",3; }