FareverDB

Cleave

Sword_Start_Skill1Status in Skills

A [Bleeding] effect that deals 90% Strength Physical over 10.

id
Sword_Start_Skill1Status
flags
0
nature
4
status
2
duration
10
Raw data
{
  "id": "Sword_Start_Skill1Status",
  "gfx": {
    "x": 5,
    "y": 0,
    "file": "UI/icons/atlas_weapon_Sword1H_96PX.png",
    "size": 96
  },
  "anim": {},
  "vars": {},
  "flags": 0,
  "props": {
    "status": {
      "types": [
        {
          "type": "Bleed"
        },
        {
          "type": "Debuff"
        }
      ]
    }
  },
  "steps": [
    {
      "on": 0,
      "type": 12,
      "props": {
        "loop": {
          "tick": 2
        }
      },
      "effects": [
        {
          "flags": 0,
          "effect": 0,
          "scaling": [
            {
              "atb": "Strength",
              "ratio": 0.9
            }
          ],
          "affinity": "Physical"
        }
      ],
      "duration": -1
    }
  ],
  "texts": {
    "desc": "A [Bleeding] effect that deals ::dmg:: over ::dur::.",
    "name": "Cleave"
  },
  "nature": 4,
  "status": 2,
  "mastery": [],
  "duration": 10
}