ID #4969
Card
Libra
Buy Price: N/A
Sell Price: N/A
Increases recovery amount gained from Healing skills and Restorative items by 1%.
_______________________
When equipped with Nidhogur and Loki Hat:
Refine Level of Nidhogur and Loki Hat is +7 or higher:
Increases recovery amount gained from Healing skills and Restorative items by 1%.
Refine Level of Nidhogur and Loki Hat is +9 or higher:
Increases recovery amount gained from Healing skills and Restorative items by additional 1%.
_______________________
When equipped with Nidhogur and Loki Hat:
Refine Level of Nidhogur and Loki Hat is +7 or higher:
Increases recovery amount gained from Healing skills and Restorative items by 1%.
Refine Level of Nidhogur and Loki Hat is +9 or higher:
Increases recovery amount gained from Healing skills and Restorative items by additional 1%.
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 bSkillHeal2,.@skills$[.@i],1; } /* TODO: Depending on some recovery items HP recovery amount + 1% */
setarray .@skills$, "AL_HEAL", "PR_SANCTUARY", "AM_POTIONPITCHER", "AB_HIGHNESSHEAL", "AB_CHEAL";
for( .@i = 0; .@i < getarraysize(.@skills$); .@i++ ) {
bonus2 bSkillHeal2,.@skills$[.@i],1;
}
/* TODO: Depending on some recovery items HP recovery amount + 1% */