FareverDB

Reverse Honey Spin

GM_MassGrab_Skill1 in Skills

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

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