Home · skill · PurifiedHeart_Status
At 20, your next Weapon Skill releases a lightning bolt dealing ::ref_dmg::.
Properties
- nature
- Status
- duration
- 20
Raw data
{
"gfx": {
"file": "UI/Portraits/Items/GearTrinket/Items_Loot_Trinket_Trinket_pearl_02.prefab.png",
"size": 256,
"x": 0,
"y": 0
},
"id": "PurifiedHeart_Status",
"nature": "Status",
"texts": {
"name": "Purified Heart",
"desc": "At ::stacks::, your next [WeaponSkill] releases a lightning bolt dealing ::ref_dmg::."
},
"anim": {},
"duration": 20,
"steps": [],
"flags": [],
"mastery": [],
"props": {
"status": {
"types": [
{
"type": "Buff"
}
],
"maxStacks": 20
}
},
"vars": {},
"script": "function onStacksChange() {\n\tif(stacks == maxStacks) {\n\t\taddStatus(owner, Skill.PurifiedHeart_Proc);\n\t\tstop();\n\t}\n}"
}