Home · skill · GA_Craft_FinalCombo

Smashes the ground and deals 143% Strength to enemies, knocking them back and increasing your Physical Mastery by 3% for 15, stacking up to 3 times.

Properties

status
Bug
type
AttackCombo
nature
Attack
duration
1
steps
props={"move":{"direction":[0]}}on=0type=8duration=0.1range=2delay=0.2on=0visuals={"playAnims":[{"anim":{"ref":"AttackCombo","blend":0,"startFrame":15}}]}props={}type=11delay=0.36on=0props={"position":{"directionalOffset":{"x":2}}}effects=[{"affinity":"Physical","sideEffects":{"knockBack":{"type":1,"pushForce":10,"knockUpForce":10}},"effect":0,"scaling":[{"ratio":1.43,"atb":"Strength"}],"flags":0}]type=4delay=0.36range=4visuals={"fxs":[{"set":"Earth_AOE_Ground","props":{},"space":1,"flags":16}]}on=0visuals={"camShake":25}props={}type=11delay=0.36on=1props={"status":{"ref":"GA_Craft_FinalCombo_Status","target":0},"canRepeat":false}id=FirstHittype=1on=13props={"position":{"origin":1}}id=Attacktype=0visuals={"hitFx":"Hit_Physic"}delay=0.1effects=[{"effect":0,"scaling":[{"ratio":0.3,"atb":"Strength"}],"affinity":"Physical","flags":0}]

Referenced by

Raw data
{
  "status": "Bug",
  "gfx": {
    "file": "UI/icons/atlas_weapon_GreatAxe_96PX.png",
    "size": 48,
    "x": 4,
    "y": 0,
    "width": 2,
    "height": 2
  },
  "id": "GA_Craft_FinalCombo",
  "type": "AttackCombo",
  "nature": "Attack",
  "texts": {
    "name": "Brutal Frenzy",
    "desc": "Smashes the ground and deals ::dmg:: to enemies, knocking them back and increasing your [PhysicalMastery] by ::ref_val1%:: for ::ref_duration::, stacking up to ::ref_stacks:: times.",
    "refs": {
      "ref": "GA_Craft_FinalCombo_Status"
    },
    "rankDescs": [
      {
        "rank": 2,
        "desc": "[PhysicalMastery] increased by ::ref_val1%:: per stack.",
        "flags": 1
      },
      {
        "rank": 3,
        "desc": "All your attacks have a ::chance:: chance to deal an additionnal ::dmg2::.",
        "flags": 0
      }
    ]
  },
  "anim": {
    "ref": "AttackCombo",
    "blend": 0.1,
    "startFrame": 0
  },
  "duration": 1,
  "steps": [
    {
      "props": {
        "move": {
          "direction": [
            0
          ]
        }
      },
      "on": 0,
      "type": 8,
      "duration": 0.1,
      "range": 2,
      "delay": 0.2
    },
    {
      "on": 0,
      "visuals": {
        "playAnims": [
          {
            "anim": {
              "ref": "AttackCombo",
              "blend": 0,
              "startFrame": 15
            }
          }
        ]
      },
      "props": {},
      "type": 11,
      "delay": 0.36
    },
    {
      "on": 0,
      "props": {
        "position": {
          "directionalOffset": {
            "x": 2
          }
        }
      },
      "effects": [
        {
          "affinity": "Physical",
          "sideEffects": {
            "knockBack": {
              "type": 1,
              "pushForce": 10,
              "knockUpForce": 10
            }
          },
          "effect": 0,
          "scaling": [
            {
              "ratio": 1.43,
              "atb": "Strength"
            }
          ],
          "flags": 0
        }
      ],
      "type": 4,
      "delay": 0.36,
      "range": 4,
      "visuals": {
        "fxs": [
          {
            "set": "Earth_AOE_Ground",
            "props": {},
            "space": 1,
            "flags": 16
          }
        ]
      }
    },
    {
      "on": 0,
      "visuals": {
        "camShake": 25
      },
      "props": {},
      "type": 11,
      "delay": 0.36
    },
    {
      "on": 1,
      "props": {
        "status": {
          "ref": "GA_Craft_FinalCombo_Status",
          "target": 0
        },
        "canRepeat": false
      },
      "id": "FirstHit",
      "type": 1
    },
    {
      "on": 13,
      "props": {
        "position": {
          "origin": 1
        }
      },
      "id": "Attack",
      "type": 0,
      "visuals": {
        "hitFx": "Hit_Physic"
      },
      "delay": 0.1,
      "effects": [
        {
          "effect": 0,
          "scaling": [
            {
              "ratio": 0.3,
              "atb": "Strength"
            }
          ],
          "affinity": "Physical",
          "flags": 0
        }
      ]
    }
  ],
  "flags": [],
  "mastery": [],
  "props": {
    "hit": {
      "camShake": 20,
      "shake": 8,
      "freeze": 4
    }
  },
  "vars": {
    "var1": 0.25,
    "var2": 3,
    "var3": 0.25,
    "chance": 0.15
  },
  "script": "function onInflictHit(hit) {\n\tif( rank >= 3 && hit.isBaseAttack) {\n\t\tif(checkProba(vars.chance)) {\n\t\t\tplayStep(Steps.Attack, hit.target);\n\t\t}\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "item",
      "from_id": "GA_Craft",
      "via_field": "skills"
    }
  ]
}