Home · skill · GM_MassGrab_Skill1
Properties
- status
- Done
- type
- Weapon Skill
- nature
- Ability
- cooldown
- 16
- duration
- 1.5
- steps
Referenced by
item (1)
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"
}
]
}