ID #313821
Card
Glacier Flower Spell (Hyunrok Spirit Power)
Buy Price: N/A
Sell Price: N/A
Increases damage of Hyunrok Spirit Power by 10%.
_______________________
For each 4 Refine Levels:
Increases damage of Hyunrok Spirit Power by additional 5%.
_______________________
Refine Level +9:
Increases damage of Hyunrok Spirit Power by additional 10%.
_______________________
For each 4 Refine Levels:
Increases damage of Hyunrok Spirit Power by additional 5%.
_______________________
Refine Level +9:
Increases damage of Hyunrok Spirit Power by additional 10%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus2 bSkillAtk,"SH_HYUN_ROK_SPIRIT_POWER",10+5*(.@r/4); if (.@r>=9) { bonus2 bSkillAtk,"SH_HYUN_ROK_SPIRIT_POWER",10; }
.@r = getrefine();
bonus2 bSkillAtk,"SH_HYUN_ROK_SPIRIT_POWER",10+5*(.@r/4);
if (.@r>=9) {
bonus2 bSkillAtk,"SH_HYUN_ROK_SPIRIT_POWER",10;
}