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