Home · skill · Trinket_Manfish

Taking damage has a chance to grant you the power of the tides, healing you for 10% of your Maximum Health over 6.

Properties

type
Passive
nature
Passive

Referenced by

Raw data
{
  "gfx": {
    "file": "UI/Portraits/Items/GearTrinket/Items_Loot_Trinket_Trinket_Poetrident_01.prefab.png",
    "size": 256,
    "x": 0,
    "y": 0
  },
  "id": "Trinket_Manfish",
  "type": "Passive",
  "nature": "Passive",
  "texts": {
    "desc": "Taking damage has a chance to grant you the power of the tides, healing you for ::ref_var1%:: of your [MaxHealth] over ::ref_duration::.",
    "name": "Poetrident",
    "refs": {
      "ref": "Trinket_Manfish_Status"
    }
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {},
  "vars": {
    "chance": 0.1
  },
  "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}",
  "_xrefs": [
    {
      "from_sheet": "item",
      "from_id": "Trinket_Manfish",
      "via_field": "skills"
    }
  ]
}