Home · skill · GM_MassGrab_Skill1

Draws all nearby enemies before you, dealing them 40% Strength + 40% Faith, then slams the ground, dealing ::dmg2::.

Properties

status
Done
type
Weapon Skill
nature
Ability
cooldown
16
duration
1.5
steps
on=0props={"move":{"dashSmoothing":0,"direction":[0]}}type=8delay=0.43duration=0.3range=0.6on=0props={}type=11visuals={"fxs":[{"set":"Honey_Aoe_Pull","props":{},"scale":1}]}delay=0.3range=on=0props={}type=4range=8effects=[{"effect":0,"scaling":[{"ratio":0.4,"atb":"Strength"},{"ratio":0.4,"atb":"Faith"}],"sideEffects":{"knockBack":{"type":1,"knockUpForce":5,"pushForce":-20}},"affinity":"Magic","flags":0}]delay=0.4id=Pullon=0props={}id=Stuntype=4visuals={"fxs":[{"set":"Honey_AOE_FloorImpact","space":1,"props":{},"flags":20,"scale":1}],"camShake":30}delay=1.3range=8effects=[{"effect":0,"scaling":[{"ratio":1.5,"atb":"Strength"},{"ratio":1.5,"atb":"Faith"}],"affinity":"Magic","sideEffects":{"knockBack":{"type":1,"knockUpForce":15}},"flags":0}]on=1props={"status":{"ref":"GM_MassGrab_Skill1_Status","target":1}}type=1cond={"step":"Stun","minRank":2}duration=dur1

Referenced by

Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/atlas_weapon_Great_Mace_96PX.png",
    "size": 48,
    "x": 4,
    "y": 0,
    "width": 2,
    "height": 2
  },
  "id": "GM_MassGrab_Skill1",
  "type": "WeaponSkill",
  "nature": "Ability",
  "texts": {
    "name": "Reverse Honey Spin",
    "desc": "Draws all nearby enemies before you, dealing them ::dmg::, then slams the ground, dealing ::dmg2::.",
    "rankDescs": [
      {
        "rank": 2,
        "desc": "Slows enemies by ::ref_val1%:: for ::ref_duration::.",
        "flags": 0
      },
      {
        "rank": 3,
        "desc": "Increases your [Armor] and [MagicArmor] by ::var1%:: for each enemy gripped that way.",
        "flags": 0
      }
    ],
    "refs": {
      "ref": "GM_MassGrab_Skill1_Status"
    }
  },
  "anim": {
    "file": "Anim/Human/TwoHanded/Skill/Anim_Human_TwoHanded_Tornado.fbx",
    "startFrame": 2,
    "blend": 0.1
  },
  "cooldown": 16,
  "duration": 1.5,
  "steps": [
    {
      "on": 0,
      "props": {
        "move": {
          "dashSmoothing": 0,
          "direction": [
            0
          ]
        }
      },
      "type": 8,
      "delay": 0.43,
      "duration": 0.3,
      "range": 0.6
    },
    {
      "on": 0,
      "props": {},
      "type": 11,
      "visuals": {
        "fxs": [
          {
            "set": "Honey_Aoe_Pull",
            "props": {},
            "scale": 1
          }
        ]
      },
      "delay": 0.3,
      "range": ""
    },
    {
      "on": 0,
      "props": {},
      "type": 4,
      "range": 8,
      "effects": [
        {
          "effect": 0,
          "scaling": [
            {
              "ratio": 0.4,
              "atb": "Strength"
            },
            {
              "ratio": 0.4,
              "atb": "Faith"
            }
          ],
          "sideEffects": {
            "knockBack": {
              "type": 1,
              "knockUpForce": 5,
              "pushForce": -20
            }
          },
          "affinity": "Magic",
          "flags": 0
        }
      ],
      "delay": 0.4,
      "id": "Pull"
    },
    {
      "on": 0,
      "props": {},
      "id": "Stun",
      "type": 4,
      "visuals": {
        "fxs": [
          {
            "set": "Honey_AOE_FloorImpact",
            "space": 1,
            "props": {},
            "flags": 20,
            "scale": 1
          }
        ],
        "camShake": 30
      },
      "delay": 1.3,
      "range": 8,
      "effects": [
        {
          "effect": 0,
          "scaling": [
            {
              "ratio": 1.5,
              "atb": "Strength"
            },
            {
              "ratio": 1.5,
              "atb": "Faith"
            }
          ],
          "affinity": "Magic",
          "sideEffects": {
            "knockBack": {
              "type": 1,
              "knockUpForce": 15
            }
          },
          "flags": 0
        }
      ]
    },
    {
      "on": 1,
      "props": {
        "status": {
          "ref": "GM_MassGrab_Skill1_Status",
          "target": 1
        }
      },
      "type": 1,
      "cond": {
        "step": "Stun",
        "minRank": 2
      },
      "duration": "dur1"
    }
  ],
  "flags": [],
  "mastery": [],
  "props": {},
  "vars": {
    "var1": 0.05,
    "dur1": 3
  },
  "script": "function onHit(hit) {\n\tif (hit.stepId == Steps.Pull) {\n\t\tif (rank >= 3) {\n\t\t\taddStatus(owner, Skill.GM_MassGrab_Skill1_Status2);\n\t\t}\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "item",
      "from_id": "GM_MassGrab",
      "via_field": "skills"
    }
  ]
}