RobinHoof Summon — Skill
Fähigkeit
abklingzeit—
dauer—
schritte2
Rohdaten
- type
- Skill
- nature
- Ability
- steps
- 2
- id
- RobinHoof_Summon
raw data
{
"id": "RobinHoof_Summon",
"anim": {},
"type": 11,
"vars": {
"threshold": 0.25
},
"flags": 0,
"props": {},
"steps": [
{
"id": "Summon",
"on": 0,
"type": 23,
"props": {
"summon": {
"unit": "RobinHoofDog01"
}
}
},
{
"id": "Summon2",
"on": 13,
"type": 23,
"props": {
"summon": {
"unit": "RobinHoofDog01"
}
}
}
],
"texts": {},
"nature": 2,
"script": "function onStep(s) {\n\tif( s.kind == Steps.Summon && s.ownerUnit.healthRatio <= vars.threshold ) {\n\t\tplayStep(Steps.Summon2);\n\t}\n}",
"status": 2,
"mastery": []
}