Ewigblumenherz
Passiv
Verliehen durch:Ewigblumenherz
Deine WeaponSkillp haben eine Chance, eine Biene herbeizurufen, die Gegner 10 s lang angreift.
abklingzeit—
dauer—
schritte1
Verliehen durch
Rohdaten
- 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": []
}