FareverDB
?

CrimMastiff_Bite

CrimMastiff_Bite in Skills
id
CrimMastiff_Bite
type
0
flags
0
nature
0
script
function onDamage(dmg) { if( dmg.amount > 0 ) { addStatus(dmg.target, Skill.Wolf_Auto_Status); } }
cooldown
4
duration
2
Raw data
{
  "id": "CrimMastiff_Bite",
  "anim": {
    "ref": "Attack"
  },
  "type": 0,
  "vars": {},
  "flags": 0,
  "props": {
    "needTarget": true
  },
  "steps": [
    {
      "on": 0,
      "type": 13,
      "props": {},
      "duration": 0.7
    },
    {
      "on": 0,
      "type": 13,
      "delay": 0.7,
      "props": {
        "rotation": {
          "limiter": 270
        }
      },
      "duration": 0.15
    },
    {
      "on": 0,
      "type": 8,
      "delay": 0.7,
      "props": {
        "move": {
          "flags": 8,
          "direction": [
            0
          ]
        }
      },
      "range": 2.5,
      "duration": 0.1
    },
    {
      "on": 0,
      "type": 11,
      "delay": 0.75,
      "props": {}
    },
    {
      "on": 0,
      "type": 0,
      "delay": 0.8,
      "props": {
        "area": {
          "shape": [
            1,
            2
          ]
        }
      },
      "range": 3,
      "effects": [
        {
          "flags": 0,
          "effect": 0,
          "baseVal": 0,
          "scaling": [
            {
              "atb": "FoePower",
              "ratio": 0.45
            }
          ],
          "affinity": "Physical"
        }
      ]
    }
  ],
  "texts": {},
  "nature": 0,
  "script": "function onDamage(dmg) {\n    if( dmg.amount > 0 ) {\n        addStatus(dmg.target, Skill.Wolf_Auto_Status);\n    }\n}",
  "aiProps": {
    "castMaxRange": 1.5
  },
  "mastery": [],
  "cooldown": 4,
  "duration": 2
}