Basic Info

Name 29625 Paladin Essence Lv2
Item ID 29625 - PD_2
Type Card
29625
Increases ATK by 5 times the level of [Faith].
Increases [Holy Cross] damage by 15%.
For every other armor refine level, MaxHP + 100.
Increases [Shield Chain] damage by 30%.
When using [Sacrifice], MaxHP + 1500, DEF + 80 for 30 seconds.

Details

Weight 1
NPC Buy 20 z
NPC Sell 10 z
Refineable No
Equip Locations Armor

Stats

Range 0
Defense 0
Attack 0
Magical Attack 0
Weapon Level 0
Slots 0

Restrictions

Level Range Any
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes All Jobs
Gender Any

Scripts

Use Script
bonus(bBaseAtk, 5*getskilllv(CR_TRUST)); bonus2(bSkillAtk, CR_HOLYCROSS,15); bonus(bMaxHP, 100*(getrefine()/2)); bonus2(bSkillAtk, PA_SHIELDCHAIN,30); autobonus3("{ bonus(bMaxHP, 1500); bonus(bDef, 80); }", 1000, 30000, PA_SACRIFICE,"{ sc_start(SC_CUSTOM_MD_ESSENCE, 30000, 0); }");
Equip Script
None
Unequip Script
sc_end(SC_CUSTOM_MD_ESSENCE);