ID #4968
Card
Virgo
Buy Price: N/A
Sell Price: N/A
Increases Healing skills effectiveness by 1%.
_______________________
When equipped with Nidhogur and Loki Hat:
Refine Level of Nidhogur and Loki Hat is +7 or higher:
Increases Healing skills effectiveness by additional 2%.
Refine Level of Nidhogur and Loki Hat is +9 or higher:
Increases Healing skills effectiveness by additional 2%.
_______________________
When equipped with Nidhogur and Loki Hat:
Refine Level of Nidhogur and Loki Hat is +7 or higher:
Increases Healing skills effectiveness by additional 2%.
Refine Level of Nidhogur and Loki Hat is +9 or higher:
Increases Healing skills effectiveness by additional 2%.
Basic Information
Type
Card
Scripts
Script setarray .@skills$, "AL_HEAL", "PR_SANCTUARY", "AM_POTIONPITCHER", "AB_HIGHNESSHEAL", "AB_CHEAL"; for( .@i = 0; .@i < getarraysize(.@skills$); .@i++ ) { bonus2 bSkillHeal,.@skills$[.@i],1; }
setarray .@skills$, "AL_HEAL", "PR_SANCTUARY", "AM_POTIONPITCHER", "AB_HIGHNESSHEAL", "AB_CHEAL";
for( .@i = 0; .@i < getarraysize(.@skills$); .@i++ ) {
bonus2 bSkillHeal,.@skills$[.@i],1;
}