FareverDB

Sinister Strike

Daggers_Start_Combo in Skills

Strikes with both weapons, dealing 162% Dexterity Physical to an enemy.

id
Daggers_Start_Combo
type
4
flags
0
nature
1
script
function onDamage(hit) { if( rank >= 3 && hit.critical ) { addStatus(hit.target, Skill.Daggers_Start_Combo_Status); } }
status
5
duration
0.75
Raw data
{
  "id": "Daggers_Start_Combo",
  "gfx": {
    "x": 1,
    "y": 0,
    "file": "UI/icons/atlas_weapon_Dagger_96PX.png",
    "size": 96
  },
  "anim": {
    "ref": "AttackCombo",
    "blend": 0.1
  },
  "type": 4,
  "vars": {
    "var1": 0.25,
    "duration": 15
  },
  "flags": 0,
  "props": {},
  "steps": [
    {
      "on": 0,
      "type": 14,
      "props": {},
      "duration": 0.6
    },
    {
      "on": 0,
      "type": 8,
      "props": {
        "move": {
          "direction": [
            0
          ]
        }
      },
      "range": 4,
      "duration": 0.4
    },
    {
      "on": 0,
      "type": 11,
      "delay": 0.38,
      "props": {},
      "visuals": {
        "playAnims": [
          {
            "anim": {
              "ref": "AttackCombo",
              "blend": 0,
              "startFrame": 13
            }
          }
        ]
      }
    },
    {
      "on": 0,
      "type": 0,
      "delay": 0.4,
      "props": {
        "area": {
          "shape": [
            2,
            150
          ]
        },
        "position": {
          "directionalOffset": {
            "x": 1
          }
        }
      },
      "range": 2,
      "effects": [
        {
          "flags": 0,
          "effect": 0,
          "scaling": [
            {
              "atb": "Dexterity",
              "conds": {
                "maxRank": 1
              },
              "ratio": 0.36
            },
            {
              "atb": "Dexterity",
              "conds": {
                "minRank": 2
              },
              "ratio": 0.45
            }
          ],
          "affinity": "Physical"
        },
        {
          "flags": 0,
          "effect": 0,
          "scaling": [
            {
              "atb": "Dexterity",
              "conds": {
                "maxRank": 1
              },
              "ratio": 0.36
            },
            {
              "atb": "Dexterity",
              "conds": {
                "minRank": 2
              },
              "ratio": 0.45
            }
          ],
          "affinity": "Physical"
        }
      ]
    }
  ],
  "texts": {
    "desc": "Strikes with both weapons, dealing ::dmgs:: to an enemy.",
    "name": "Sinister Strike",
    "refs": {
      "ref": "Daggers_Start_Combo_Status"
    },
    "rankDescs": [
      {
        "desc": "Damage increased by  ::var1%::.",
        "rank": 2,
        "flags": 1
      },
      {
        "desc": "Reduces the [Armor] of the target by ::ref_val1%:: for ::ref_dur:: if this critically strikes.",
        "rank": 3,
        "flags": 0
      }
    ]
  },
  "nature": 1,
  "script": "function onDamage(hit) {\n\tif( rank >= 3 && hit.critical ) {\n\t\taddStatus(hit.target, Skill.Daggers_Start_Combo_Status);\n\t}\n}",
  "status": 5,
  "mastery": [],
  "duration": 0.75
}