Saltar al contenido principal
Todas las habilidades

Tridente potente

Pasiva
Otorgada por:Tridente potente

Al recibir daño, tienes una probabilidad de obtener el poder de las mareas y te curas el 10% de tu Maximum Health durante 6 s.

Escalado
10% Maximum Health

Referencias

Otorgada por

Datos crudos

type
Passive
nature
Passive
id
Trinket_Manfish
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_var1%:: of your [MaxHealth] 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}",
  "status": 2,
  "mastery": []
}