Home · skill · BeeWatcher_Incubator
Properties
- type
- Passive
- nature
- Passive
Raw data
{
"id": "BeeWatcher_Incubator",
"type": "Passive",
"nature": "Passive",
"texts": {},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {},
"vars": {
"var1": 2
},
"script": "function onReceiveKill(killer) {\n for(i in 0...round(vars.var1)) {\n requestSummonFoe(Unit.Slime_Z1W_Honey, owner.position, owner.radius + 0.5, null, true);\n }\n}"
}