Home · skill · DA_Water_Combo

Strikes with both weapons, dealing ::dmgs:: to an enemy and increasing your Critical Bonus by ::ref_val%:: for ::ref_dur::, stacking up to 5 times.

Properties

status
Done
type
AttackCombo
nature
Combo
duration
0.58
steps
on=0props={"move":{"dashSmoothing":1,"direction":[0]}}type=8duration=0.2range=3delay=0.2on=0props={}type=11delay=0.33visuals={"playAnims":[{"anim":{"ref":"AttackCombo","startFrame":12,"blend":0}}]}on=0props={"area":{"shape":[2,180]}}effects=[{"affinity":"Physical","effect":0,"scaling":[{"ratio":0.175,"atb":"Strength"},{"ratio":0.175,"atb":"Dexterity"}],"flags":0}]type=0delay=0.29range=3on=0props={"area":{"shape":[2,180]}}type=0delay=0.34range=3effects=[{"affinity":"Physical","effect":0,"scaling":[{"ratio":0.175,"atb":"Strength"},{"ratio":0.175,"atb":"Dexterity"}],"flags":0}]on=1type=1props={"status":{"ref":"DA_Water_Combo_Status","target":0},"canRepeat":false}id=FirstHit
affixes
target={"attribute":"CritChance"}target2={}ref=TAttribute_Flatconds={"minRank":3}displayed=falsemod={"dynVal":{"id":1,"op":0}}val=2

Referenced by

Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/atlas_weapon_DualAxe_96PX.png",
    "size": 96,
    "x": 1,
    "y": 0
  },
  "id": "DA_Water_Combo",
  "type": "AttackCombo",
  "nature": "Combo",
  "texts": {
    "name": "Cascade",
    "desc": "Strikes with both weapons, dealing ::dmgs:: to an enemy and increasing your [CritDamage] by ::ref_val%:: for ::ref_dur::, stacking up to ::ref_stacks:: times.",
    "rankDescs": [
      {
        "rank": 2,
        "desc": "[CritDamage] increased to ::ref_val%:: per stack.",
        "flags": 1
      },
      {
        "rank": 3,
        "desc": "At full stacks, all your [Attack]s have a ::ref2_chance:: chance to throw a piercing axe forward, dealing ::ref2_dmg::.",
        "flags": 0
      }
    ],
    "refs": {
      "ref2": "DA_Water_Combo_PassiveRank3",
      "ref": "DA_Water_Combo_Status"
    }
  },
  "anim": {
    "startFrame": 0,
    "blend": 0.1,
    "ref": "AttackCombo"
  },
  "duration": 0.58,
  "steps": [
    {
      "on": 0,
      "props": {
        "move": {
          "dashSmoothing": 1,
          "direction": [
            0
          ]
        }
      },
      "type": 8,
      "duration": 0.2,
      "range": 3,
      "delay": 0.2
    },
    {
      "on": 0,
      "props": {},
      "type": 11,
      "delay": 0.33,
      "visuals": {
        "playAnims": [
          {
            "anim": {
              "ref": "AttackCombo",
              "startFrame": 12,
              "blend": 0
            }
          }
        ]
      }
    },
    {
      "on": 0,
      "props": {
        "area": {
          "shape": [
            2,
            180
          ]
        }
      },
      "effects": [
        {
          "affinity": "Physical",
          "effect": 0,
          "scaling": [
            {
              "ratio": 0.175,
              "atb": "Strength"
            },
            {
              "ratio": 0.175,
              "atb": "Dexterity"
            }
          ],
          "flags": 0
        }
      ],
      "type": 0,
      "delay": 0.29,
      "range": 3
    },
    {
      "on": 0,
      "props": {
        "area": {
          "shape": [
            2,
            180
          ]
        }
      },
      "type": 0,
      "delay": 0.34,
      "range": 3,
      "effects": [
        {
          "affinity": "Physical",
          "effect": 0,
          "scaling": [
            {
              "ratio": 0.175,
              "atb": "Strength"
            },
            {
              "ratio": 0.175,
              "atb": "Dexterity"
            }
          ],
          "flags": 0
        }
      ]
    },
    {
      "on": 1,
      "type": 1,
      "props": {
        "status": {
          "ref": "DA_Water_Combo_Status",
          "target": 0
        },
        "canRepeat": false
      },
      "id": "FirstHit"
    }
  ],
  "affixes": [
    {
      "target": {
        "attribute": "CritChance"
      },
      "target2": {},
      "ref": "TAttribute_Flat",
      "conds": {
        "minRank": 3
      },
      "displayed": false,
      "mod": {
        "dynVal": {
          "id": 1,
          "op": 0
        }
      },
      "val": 2
    }
  ],
  "flags": [],
  "mastery": [],
  "props": {
    "hit": {
      "camShake": 10,
      "freeze": 1,
      "shake": 8
    },
    "rankPassives": [
      {
        "minRank": 3,
        "passives": [
          {
            "ref": "DA_Water_Combo_PassiveRank3"
          }
        ]
      }
    ],
    "rankOverride": [
      {
        "minRank": 2
      }
    ]
  },
  "vars": {
    "range": 5
  },
  "script": "function onRegUpdate(dt) {\n\tif(rank >= 2) {\n\t\tvar foesBuffVal = 0.;\n\t\tvar enemies = getEnemiesInRange(owner, vars.range);\n\t\tfoesBuffVal += enemies.length;\n\t\tsetDynVal(1, foesBuffVal);\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "item",
      "from_id": "DA_Water",
      "via_field": "skills"
    }
  ]
}