Saltar al contenido principal
Todas las habilidades

Corazón de flor eterna

Pasiva

Tus WeaponSkills tienen 0.05 de invocar una abeja que atacará a los enemigos durante 10 s.

reutilización
duración
pasos1

Otorgada por

Datos crudos

type
Passive
nature
Passive
steps
1
id
Trinket_Bee
raw data
{
  "id": "Trinket_Bee",
  "gfx": {
    "x": 0,
    "y": 0,
    "file": "UI/Portraits/Items/GearTrinket/Items_Loot_Trinket_Trinket_EternalFlowerHeart_01.prefab.png",
    "size": 256
  },
  "anim": {},
  "type": 14,
  "vars": {
    "dur1": 10,
    "chance": 0.05
  },
  "flags": 0,
  "props": {},
  "steps": [
    {
      "id": "Summon",
      "on": 13,
      "type": 23,
      "props": {
        "summon": {
          "unit": "Summon_Bee",
          "limit": 1
        }
      },
      "range": "",
      "duration": "dur1"
    }
  ],
  "texts": {
    "desc": "Using a [WeaponSkill]s has a chance to summon a bee that will attack enemies for ::dur1::.",
    "name": "Eternal Flower Heart"
  },
  "nature": 5,
  "script": "function onUseSkill(ctx) {\n\tif (ctx.isWeaponSkill) {\n\t\tif (checkProba(vars.chance)) {\n\t\t\tplayStep(Steps.Summon);\n\t\t}\n\t}\n}",
  "status": 2,
  "mastery": []
}