FareverDB
?

Cleodora_Phase2Entry

Cleodora_Phase2Entry in Skills
id
Cleodora_Phase2Entry
type
11
flags
1
nature
2
script
function onStep(s) { if(s.kind == Steps.TouchGround) { var cleo = toCleodora(owner); cleo.separateAbdomen(); } }
duration
4
Raw data
{
  "id": "Cleodora_Phase2Entry",
  "anim": {
    "file": "Anim/Ogre/CleodoraP1/Anim_Ogre_CleodoraP1_Fall.fbx"
  },
  "type": 11,
  "vars": {},
  "flags": 1,
  "props": {
    "needTarget": true
  },
  "steps": [
    {
      "id": "TouchGround",
      "on": 4,
      "type": 4,
      "props": {},
      "range": 30,
      "effects": [
        {
          "flags": 0,
          "effect": 0,
          "scaling": [
            {
              "atb": "FoePower",
              "ratio": 1
            }
          ],
          "affinity": "Physical",
          "sideEffects": {
            "knockBack": {
              "type": 1
            }
          }
        }
      ],
      "visuals": {
        "fxs": [
          {
            "set": "Physical_AOE_Unit",
            "props": {},
            "space": 0
          }
        ],
        "file": "Anim/Ogre/Combat/Anim_Ogre_Common_Attack.fbx",
        "speed": 0.35
      }
    }
  ],
  "texts": {},
  "nature": 2,
  "script": "function onStep(s) {\n    if(s.kind == Steps.TouchGround) {\n        var cleo = toCleodora(owner);\n        cleo.separateAbdomen();\n    }\n}",
  "aiProps": {
    "castMaxRange": 25
  },
  "mastery": [],
  "duration": 4
}