Home · skill · Cleodora_Phase3Entry
Properties
- type
- Skill
- nature
- Ability
- duration
- 4
- steps
- flags
Referenced by
unit (1)
Raw data
{
"id": "Cleodora_Phase3Entry",
"type": "Skill",
"nature": "Ability",
"texts": {},
"anim": {
"file": "Anim/Ogre/CleodoraP1/Anim_Ogre_CleodoraP1_Fall.fbx"
},
"duration": 4,
"steps": [
{
"on": 4,
"visuals": {
"file": "Anim/Ogre/Combat/Anim_Ogre_Common_Attack.fbx",
"speed": 0.35,
"fxs": [
{
"set": "Physical_AOE_Unit",
"space": 0,
"props": {}
}
]
},
"props": {},
"effects": [
{
"effect": 0,
"scaling": [
{
"ratio": 1,
"atb": "FoePower"
}
],
"sideEffects": {
"knockBack": {
"type": 1
}
},
"affinity": "Physical",
"flags": 0
}
],
"type": 4,
"range": 30,
"id": "TouchGround"
}
],
"aiProps": {
"castMaxRange": 25
},
"flags": [
"CanAirborne"
],
"mastery": [],
"props": {
"needTarget": true
},
"vars": {},
"script": "function onStep(s) {\n if(s.kind == Steps.TouchGround) {\n var cleo = toCleodora(owner);\n cleo.separateAbdomen();\n }\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Cleodora",
"via_field": "skills"
}
]
}