Home · skill · Spear_Goo_Skill2

Dashes forward and releases a burst of honey dealing 45% Strength + 45% Intellect to nearby enemies.

Properties

status
Done
type
Weapon Skill
nature
Ability
cooldown
12
steps
on=0type=8duration=0.2range=4props={"move":{"inputDirection":{"mode":1,"relation":0},"dashSmoothing":4,"flags":133,"direction":[0]}}visuals={"fxs":[{"set":"Honey_Dash","space":0,"props":{},"attachName":"Socket_Center"}]}delay=0.05on=0props={}type=11delay=0.24id=CheckGroundon=13visuals={"playAnims":[{"anim":{"ref":"FallLoop","blend":0.2}}]}props={}id=Airtype=11on=0props={"area":{"shape":[0]},"position":{"origin":0,"directionalOffset":{"x":1}}}type=4visuals={"fxs":[{"set":"Honey_AOE_Unit","space":1,"props":{},"flags":16}]}range=4effects=[{"affinity":"Magic","sideEffects":{"knockBack":{"type":0}},"effect":0,"scaling":[{"ratio":0.45,"atb":"Strength"},{"ratio":0.45,"atb":"Intellect"}],"flags":0}]delay=0.3
flags
CanSprintIsMovementNoAirQueueIgnoreGCD

Referenced by

Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/atlas_weapon_Spear_96PX.png",
    "size": 48,
    "x": 4,
    "y": 0,
    "width": 2,
    "height": 2
  },
  "id": "Spear_Goo_Skill2",
  "type": "WeaponSkill",
  "nature": "Ability",
  "texts": {
    "name": "Apix Dash",
    "desc": "Dashes forward and releases a burst of honey dealing ::dmg:: to nearby enemies.",
    "rankDescs": [
      {
        "rank": 2,
        "desc": "Reduces the cooldown by ::time:: for each enemy hit.",
        "flags": 0
      },
      {
        "rank": 3,
        "desc": "Has ::var1:: charges.",
        "flags": 0
      }
    ]
  },
  "anim": {
    "ref": "Dash",
    "blend": 0.05
  },
  "cooldown": 12,
  "steps": [
    {
      "on": 0,
      "type": 8,
      "duration": 0.2,
      "range": 4,
      "props": {
        "move": {
          "inputDirection": {
            "mode": 1,
            "relation": 0
          },
          "dashSmoothing": 4,
          "flags": 133,
          "direction": [
            0
          ]
        }
      },
      "visuals": {
        "fxs": [
          {
            "set": "Honey_Dash",
            "space": 0,
            "props": {},
            "attachName": "Socket_Center"
          }
        ]
      },
      "delay": 0.05
    },
    {
      "on": 0,
      "props": {},
      "type": 11,
      "delay": 0.24,
      "id": "CheckGround"
    },
    {
      "on": 13,
      "visuals": {
        "playAnims": [
          {
            "anim": {
              "ref": "FallLoop",
              "blend": 0.2
            }
          }
        ]
      },
      "props": {},
      "id": "Air",
      "type": 11
    },
    {
      "on": 0,
      "props": {
        "area": {
          "shape": [
            0
          ]
        },
        "position": {
          "origin": 0,
          "directionalOffset": {
            "x": 1
          }
        }
      },
      "type": 4,
      "visuals": {
        "fxs": [
          {
            "set": "Honey_AOE_Unit",
            "space": 1,
            "props": {},
            "flags": 16
          }
        ]
      },
      "range": 4,
      "effects": [
        {
          "affinity": "Magic",
          "sideEffects": {
            "knockBack": {
              "type": 0
            }
          },
          "effect": 0,
          "scaling": [
            {
              "ratio": 0.45,
              "atb": "Strength"
            },
            {
              "ratio": 0.45,
              "atb": "Intellect"
            }
          ],
          "flags": 0
        }
      ],
      "delay": 0.3
    }
  ],
  "flags": [
    "CanSprint",
    "IsMovement",
    "NoAirQueue",
    "IgnoreGCD"
  ],
  "mastery": [],
  "props": {
    "interruptStyle": 1,
    "aimStyle": 2,
    "charges": 1,
    "rankOverride": [
      {
        "minRank": 3,
        "props": {
          "charges": 2
        }
      }
    ]
  },
  "vars": {
    "time": 1,
    "var1": 2
  },
  "script": "function onInflictDamage(dmg) {\n\tif (rank >= 2) {\n\t\tif (dmg.skillId == Skill.Spear_Goo_Skill2) {\n\t\t\treduceCooldown(skill.kind, vars.time);\n\t\t}\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "item",
      "from_id": "Spear_Goo",
      "via_field": "skills"
    }
  ]
}