Home · skill · Fists_WaterUppercut_C

Delivers a strong punch dealing 30% Dexterity + 30% Intellect to an enemy and reduces the cooldown of one random Weapon Skill by 0.5.

Properties

status
Done
type
AttackCombo
nature
Combo
duration
0.7
steps
on=0props={}type=14duration=0.4on=0props={"move":{"dashSmoothing":1,"direction":[0]}}type=8delay=0.1duration=0.3range=2on=0props={"move":{"dashSmoothing":1,"direction":[0]}}type=8delay=0.3duration=0.2range=3on=0visuals={"ref":"AttackCombo","startFrame":0,"speed":1,"blend":0.1,"playAnims":[{"anim":{"ref":"AttackCombo","startFrame":14,"speed":1,"blend":0}}],"camShake":70}props={}type=11delay=0.38props={"area":{"shape":[2,160]}}on=0type=0delay=0.38range=3effects=[{"affinity":"Physical","effect":0,"scaling":[{"ratio":0.3,"atb":"Dexterity"},{"ratio":0.3,"atb":"Intellect"}],"baseVal":0,"flags":0}]on=13props={"area":{"shape":[2,160]}}id=HitProctype=0delay=0.1range=3effects=[{"affinity":"Physical","effect":0,"scaling":[{"ratio":0.3,"atb":"Dexterity"},{"ratio":0.3,"atb":"Intellect"}],"baseVal":0,"flags":0}]

Referenced by

Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/atlas_weapon_Fists_96PX.png",
    "size": 48,
    "x": 4,
    "y": 0,
    "width": 2,
    "height": 2
  },
  "id": "Fists_WaterUppercut_C",
  "type": "AttackCombo",
  "nature": "Combo",
  "texts": {
    "name": "Sink to the Bottom",
    "desc": "Delivers a strong punch dealing ::dmg:: to an enemy and reduces the cooldown of one random [WeaponSkill] by ::dur1::.",
    "rankDescs": [
      {
        "rank": 2,
        "desc": "Deals ::var1%:: increased critical damage.",
        "flags": 0
      },
      {
        "rank": 3,
        "desc": "Has a ::chance:: chance to attack twice.",
        "flags": 0
      }
    ],
    "refs": {
      "ref": "Fists_WaterUppercut_C_CritStatus"
    }
  },
  "anim": {
    "ref": "AttackCombo",
    "startFrame": 0,
    "speed": 1,
    "blend": 0.1
  },
  "duration": 0.7,
  "steps": [
    {
      "on": 0,
      "props": {},
      "type": 14,
      "duration": 0.4
    },
    {
      "on": 0,
      "props": {
        "move": {
          "dashSmoothing": 1,
          "direction": [
            0
          ]
        }
      },
      "type": 8,
      "delay": 0.1,
      "duration": 0.3,
      "range": 2
    },
    {
      "on": 0,
      "props": {
        "move": {
          "dashSmoothing": 1,
          "direction": [
            0
          ]
        }
      },
      "type": 8,
      "delay": 0.3,
      "duration": 0.2,
      "range": 3
    },
    {
      "on": 0,
      "visuals": {
        "ref": "AttackCombo",
        "startFrame": 0,
        "speed": 1,
        "blend": 0.1,
        "playAnims": [
          {
            "anim": {
              "ref": "AttackCombo",
              "startFrame": 14,
              "speed": 1,
              "blend": 0
            }
          }
        ],
        "camShake": 70
      },
      "props": {},
      "type": 11,
      "delay": 0.38
    },
    {
      "props": {
        "area": {
          "shape": [
            2,
            160
          ]
        }
      },
      "on": 0,
      "type": 0,
      "delay": 0.38,
      "range": 3,
      "effects": [
        {
          "affinity": "Physical",
          "effect": 0,
          "scaling": [
            {
              "ratio": 0.3,
              "atb": "Dexterity"
            },
            {
              "ratio": 0.3,
              "atb": "Intellect"
            }
          ],
          "baseVal": 0,
          "flags": 0
        }
      ]
    },
    {
      "on": 13,
      "props": {
        "area": {
          "shape": [
            2,
            160
          ]
        }
      },
      "id": "HitProc",
      "type": 0,
      "delay": 0.1,
      "range": 3,
      "effects": [
        {
          "affinity": "Physical",
          "effect": 0,
          "scaling": [
            {
              "ratio": 0.3,
              "atb": "Dexterity"
            },
            {
              "ratio": 0.3,
              "atb": "Intellect"
            }
          ],
          "baseVal": 0,
          "flags": 0
        }
      ]
    }
  ],
  "flags": [],
  "mastery": [],
  "props": {
    "hit": {
      "camShake": 10
    }
  },
  "vars": {
    "var1": 0.25,
    "chance": 0.25,
    "dur1": 0.5
  },
  "script": "function onFirstHit(hit) {\n\tif( rank >= 3 && checkProba(vars.chance)) {\n\t\tplayStep(Steps.HitProc, hit.target);\n\t}\n\tvar randomWeaponSkill = owner.skills.filter(s -> s.isWeaponSkill() && s.isInCooldown());\n\tif (randomWeaponSkill.length > 0) {\n\t\tvar random = pickRandom(randomWeaponSkill);\n\t\trandom.reduceCooldown(vars.dur1);\n\t}\n}\n\nfunction onDamageEval(hit) {\n\tif (rank >= 2) {\n\t\thit.critDmgMult += vars.var1;\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "item",
      "from_id": "Fists_WaterUppecut",
      "via_field": "skills"
    }
  ]
}