Your Magic critical strikes grant you a stack of Purified Heart, stacking up to 20.
At 20; your next Weapon Skill releases a lightning bolt dealing 150% Faith + 150% Intellect.
At 20; your next Weapon Skill releases a lightning bolt dealing 150% Faith + 150% Intellect.
Properties
- type
- Passive
- nature
- Passive
Referenced by
item (1)
craft (1)
Raw data
{
"gfx": {
"file": "UI/Portraits/Items/GearTrinket/Items_Loot_Trinket_Trinket_pearl_02.prefab.png",
"size": 256,
"x": 0,
"y": 0
},
"id": "PurifiedHeart",
"type": "Passive",
"nature": "Passive",
"texts": {
"name": "Purified Heart",
"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::.",
"refs": {
"ref": "PurifiedHeart_Status",
"ref2": "PurifiedHeart_Proc"
}
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {},
"vars": {},
"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}",
"_xrefs": [
{
"from_sheet": "item",
"from_id": "PurifiedHeart",
"via_field": "skills"
},
{
"from_sheet": "craft",
"from_id": "PurifiedHeart",
"via_field": "item"
}
]
}