Renewal
.:Renewal Item Database:.

Libra    Item ID# 4969 (Z_Stone_12)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
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 an additional 1%.

Refine Level of Nidhogur and Loki Hat is +9 or higher:
Increases recovery amount gained from Healing skills and Restorative items by an additional 1%.

More Information on Combo:
Combo Script
{ .@r = getequiprefinerycnt(EQI_HEAD_TOP); if( .@r >= 7 ){ setarray .@skills$, "AL_HEAL", "PR_SANCTUARY", "AM_POTIONPITCHER", "AB_HIGHNESSHEAL", "AB_CHEAL"; for( .@i = 0; .@i < getarraysize(.@skills$); .@i++ ){ bonus2 bSkillHeal2,.@skills$[.@i],2 + ( .@r > 9 ) ? 2 : 0; } /* TODO: Depending on some recovery items HP recovery amount + 1% or if refine >= 9 + 2% */ } }
Item Script
expand to view 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% */ },{},{}
Dropped By No Result

Loki & Nidhoggur's Hat [1]   [Upper Head]   Item ID# 19050 (Loki_Nidhogg_Hat)
Nidhoggur and Loki Hat
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Combo Script
{ .@r = getequiprefinerycnt(EQI_HEAD_TOP); if( .@r >= 7 ){ setarray .@skills$, "AL_HEAL", "PR_SANCTUARY", "AM_POTIONPITCHER", "AB_HIGHNESSHEAL", "AB_CHEAL"; for( .@i = 0; .@i < getarraysize(.@skills$); .@i++ ){ bonus2 bSkillHeal2,.@skills$[.@i],2 + ( .@r > 9 ) ? 2 : 0; } /* TODO: Depending on some recovery items HP recovery amount + 1% or if refine >= 9 + 2% */ } }
Item Script
{},{},{}
Dropped By No Result

back to top