Home · skill · Sword_Start_Combo

A thrust dealing 65% Strength + 78% Strength to an enemy and generating a high amount of threat.

Properties

status
Done
type
AttackCombo
nature
Combo
duration
0.75
steps
on=0props={"move":{"direction":[0]}}type=8duration=0.12range=0.8delay=0.05on=0props={}type=14duration=0.28on=0visuals={"playAnims":[{"anim":{"ref":"AttackCombo","startFrame":8,"blend":0.1}}]}props={}type=11delay=0.24on=0type=8duration=0.28range=3props={"move":{"dashSmoothing":1,"direction":[0]}}delay=0.24on=0props={"area":{"shape":[1,2]}}effects=[{"affinity":"Physical","effect":0,"scaling":[{"ratio":0.65,"atb":"Strength","conds":{"maxRank":1}},{"ratio":0.78,"atb":"Strength","conds":{"minRank":2}}],"baseVal":0,"flags":0}]type=0delay=0.28range=3

Referenced by

Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/atlas_weapon_Sword1H_96PX.png",
    "size": 96,
    "x": 3,
    "y": 0
  },
  "id": "Sword_Start_Combo",
  "type": "AttackCombo",
  "nature": "Combo",
  "texts": {
    "name": "Practice Strike",
    "desc": "A thrust dealing ::dmg:: to an enemy and generating a high amount of threat.",
    "rankDescs": [
      {
        "rank": 2,
        "desc": "Damage increased by ::var1%::.",
        "flags": 1
      },
      {
        "rank": 3,
        "desc": "Reduces the cooldown of all your [WeaponSkill]s by ::time::.",
        "flags": 0
      }
    ]
  },
  "anim": {
    "ref": "AttackCombo"
  },
  "duration": 0.75,
  "steps": [
    {
      "on": 0,
      "props": {
        "move": {
          "direction": [
            0
          ]
        }
      },
      "type": 8,
      "duration": 0.12,
      "range": 0.8,
      "delay": 0.05
    },
    {
      "on": 0,
      "props": {},
      "type": 14,
      "duration": 0.28
    },
    {
      "on": 0,
      "visuals": {
        "playAnims": [
          {
            "anim": {
              "ref": "AttackCombo",
              "startFrame": 8,
              "blend": 0.1
            }
          }
        ]
      },
      "props": {},
      "type": 11,
      "delay": 0.24
    },
    {
      "on": 0,
      "type": 8,
      "duration": 0.28,
      "range": 3,
      "props": {
        "move": {
          "dashSmoothing": 1,
          "direction": [
            0
          ]
        }
      },
      "delay": 0.24
    },
    {
      "on": 0,
      "props": {
        "area": {
          "shape": [
            1,
            2
          ]
        }
      },
      "effects": [
        {
          "affinity": "Physical",
          "effect": 0,
          "scaling": [
            {
              "ratio": 0.65,
              "atb": "Strength",
              "conds": {
                "maxRank": 1
              }
            },
            {
              "ratio": 0.78,
              "atb": "Strength",
              "conds": {
                "minRank": 2
              }
            }
          ],
          "baseVal": 0,
          "flags": 0
        }
      ],
      "type": 0,
      "delay": 0.28,
      "range": 3
    }
  ],
  "flags": [],
  "mastery": [],
  "props": {
    "threatRatio": 6,
    "hit": {
      "camShake": 10,
      "freeze": 4,
      "shake": 7
    }
  },
  "vars": {
    "var1": 0.2,
    "time": 0.5
  },
  "script": "function onFirstHit(hit) {\n\tif(rank >= 3) {\n\t\treduceWeaponsCooldown(vars.time);\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "item",
      "from_id": "Sword_Start",
      "via_field": "skills"
    }
  ]
}