FareverDB

Practice Strike

Sword_Start_Combo in Skills

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

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