Home · skill · Spear_Eruption_Skill2
Properties
- status
- Done
- type
- Weapon Skill
- nature
- Ability
- cooldown
- 20
- duration
- 1.25
- steps
Referenced by
item (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/atlas_weapon_Spear_96PX.png",
"size": 48,
"x": 12,
"y": 0,
"width": 2,
"height": 2
},
"id": "Spear_Eruption_Skill2",
"type": "WeaponSkill",
"nature": "Ability",
"texts": {
"name": "Eruption",
"desc": "Pulls nearby enemies towards you, dealing ::dmg::. Then, releases a lava explosion dealing ::dmg2::.",
"rankDescs": [
{
"rank": 2,
"desc": "Cooldown reduced to ::cooldown::.",
"flags": 1
},
{
"rank": 2,
"desc": "The lava explosion stuns enemies for ::dur1::.",
"flags": 0
}
]
},
"anim": {
"file": "Anim/Human/Polearm/_Spear/Skill/Anim_Human_Spear_EruptionStrike.fbx",
"blend": 0.1
},
"cooldown": 20,
"duration": 1.25,
"steps": [
{
"on": 0,
"props": {},
"type": 11,
"delay": 0.1,
"range": "",
"visuals": {
"fxs": [
{
"set": "Lava_Aoe_Pull",
"props": {},
"scale": 1
}
]
}
},
{
"on": 0,
"props": {},
"type": 11,
"delay": 0.57,
"range": "",
"visuals": {
"playAnims": [
{
"anim": {
"file": "Anim/Human/Polearm/_Spear/Skill/Anim_Human_Spear_EruptionStrike.fbx",
"blend": 0.1,
"startFrame": 24
}
}
]
}
},
{
"on": 0,
"props": {},
"type": 4,
"range": 8,
"effects": [
{
"effect": 0,
"scaling": [
{
"ratio": 0.15,
"atb": "Dexterity"
},
{
"ratio": 0.15,
"atb": "Faith"
}
],
"sideEffects": {
"knockBack": {
"type": 1,
"knockUpForce": 5,
"pushForce": -20
}
},
"affinity": "Magic",
"flags": 0
}
],
"delay": 0.25
},
{
"on": 0,
"props": {},
"type": 4,
"delay": 0.63,
"range": 8,
"effects": [
{
"effect": 0,
"scaling": [
{
"ratio": 1.5,
"atb": "Dexterity"
},
{
"ratio": 1.5,
"atb": "Faith"
}
],
"affinity": "Magic",
"sideEffects": {
"knockBack": {
"type": 1,
"knockUpForce": 15
}
},
"flags": 0
}
],
"visuals": {
"fxs": [
{
"set": "Lava_AOE_FromBottom",
"space": 1,
"props": {},
"flags": 20,
"scale": 0.7
}
],
"camShake": 15
},
"id": "Stun"
},
{
"on": 13,
"props": {
"status": {
"ref": "Stun",
"target": 1
}
},
"type": 1,
"duration": "dur1",
"cond": {
"step": "Stun"
},
"range": 8,
"id": "ApplyStun"
}
],
"flags": [],
"mastery": [],
"props": {
"rankOverride": [
{
"minRank": 2,
"vars": {
"cooldown": 15
}
}
]
},
"vars": {
"dur1": 2
},
"script": "function onHit(hit) {\n\tif (rank >= 3 && hit.stepId == Steps.Stun) {\n\t\tplayStep(Steps.ApplyStun, hit.target);\n\t}\n}",
"_xrefs": [
{
"from_sheet": "item",
"from_id": "Spear_Eruption",
"via_field": "skills"
}
]
}