Poetrident
Trinket_Manfish in SkillsTaking damage has a chance to grant you the power of the tides, healing you for 12 over 6.
- id
- Trinket_Manfish
- type
- 14
- flags
- 0
- nature
- 5
- script
- function onReceiveDamage(dmg) { if( checkProba(vars.chance) && !hasStatus(dmg.target, Skill.Trinket_Manfish_Status) ) { addStatus(dmg.target, Skill.Trinket_Manfish_Status); } }
Raw data
{
"id": "Trinket_Manfish",
"gfx": {
"x": 0,
"y": 0,
"file": "UI/Portraits/Items/GearTrinket/Items_Loot_Trinket_Trinket_Poetrident_01.prefab.png",
"size": 256
},
"anim": {},
"type": 14,
"vars": {
"chance": 0.1
},
"flags": 0,
"props": {},
"steps": [],
"texts": {
"desc": "Taking damage has a chance to grant you the power of the tides, healing you for ::ref_heal:: over ::ref_duration::.",
"name": "Poetrident",
"refs": {
"ref": "Trinket_Manfish_Status"
}
},
"nature": 5,
"script": "function onReceiveDamage(dmg) {\n\tif( checkProba(vars.chance) && !hasStatus(dmg.target, Skill.Trinket_Manfish_Status) ) {\n\t\taddStatus(dmg.target, Skill.Trinket_Manfish_Status);\n\t}\n}",
"mastery": []
}