Purified Heart
Passive
Granted by:Purified Heart
Your Magic critical strikes grant you a stack of Purified Heart, stacking up to. At; your next WeaponSkill releases a lightning bolt dealing 150% Faith + 150% Intellect (Magic).
Scaling
150% Faith + 150% Intellect· Magic
References
Granted by
Raw data
- type
- Passive
- nature
- Passive
- id
- PurifiedHeart
raw data
{
"id": "PurifiedHeart",
"gfx": {
"x": 0,
"y": 0,
"file": "UI/Portraits/Items/GearTrinket/Items_Loot_Trinket_Trinket_pearl_02.prefab.png",
"size": 256
},
"anim": {},
"type": 14,
"vars": {},
"flags": 0,
"props": {},
"steps": [],
"texts": {
"desc": "Your [Magic] critical strikes grant you a stack of ::ref_name::, stacking up to ::ref_stacks::.\n\nAt ::ref_stacks::; your next [WeaponSkill] releases a lightning bolt dealing ::ref2_dmg::.",
"name": "Purified Heart",
"refs": {
"ref": "PurifiedHeart_Status",
"ref2": "PurifiedHeart_Proc"
}
},
"nature": 5,
"script": "function onInflictDamage(dmg) {\n\tif(dmg.isMagic && dmg.critical && dmg.critical && !hasStatus(owner, Skill.PurifiedHeart_Proc)) {\n\t\taddStatus(owner, Skill.PurifiedHeart_Status);\n\t}\n}",
"mastery": []
}