Demon Slime Slam Skill Elite1 — Skill
Ataque
reutilización12s
duración4.5s
pasos5
Escalado
100% FoePower· Chaos
Datos crudos
- type
- Skill
- nature
- Attack
- Recarga
- 12s
- duration
- 4.5s
- steps
- 5
- id
- Demon_Slime_Slam_Skill_Elite1
raw data
{
"id": "Demon_Slime_Slam_Skill_Elite1",
"anim": {
"ref": "Cast",
"loop": true
},
"type": 11,
"vars": {
"var1": 10,
"var2": 0.5
},
"flags": 0,
"props": {
"needTarget": true
},
"steps": [
{
"on": 0,
"type": 3,
"props": {},
"duration": 3
},
{
"on": 7,
"type": 11,
"delay": -0.57,
"props": {},
"visuals": {
"playAnims": [
{
"anim": {
"ref": "Slam",
"startFrame": 6
}
}
]
}
},
{
"id": "Jump",
"on": 7,
"type": 21,
"props": {
"jump": {
"height": 8
}
},
"duration": 0.7
},
{
"id": "AreaCast",
"on": 12,
"cond": {
"step": "Jump"
},
"type": 4,
"props": {
"area": {
"telegraph": 0
},
"position": {
"origin": 4
}
},
"range": 9,
"effects": [
{
"flags": 0,
"effect": 0,
"scaling": [
{
"atb": "FoePower",
"ratio": 1
}
],
"affinity": "Chaos",
"sideEffects": {
"knockBack": {
"type": 1,
"pushForce": 30,
"knockUpForce": 15
}
}
}
],
"visuals": {
"fxs": [
{
"set": "Chaos_AOE_Ground",
"props": {}
}
]
},
"duration": 0.25
},
{
"id": "Area",
"on": 13,
"type": 4,
"props": {
"area": {
"height": [
0
],
"telegraph": 0,
"travelTime": 1
},
"position": {
"random": {
"range": 15,
"maxZDiff": 2,
"minRange": 5
},
"groundSnap": true
}
},
"range": 2,
"effects": [
{
"flags": 0,
"effect": 0,
"scaling": [
{
"atb": "FoePower",
"ratio": 0.6
}
],
"affinity": "Chaos"
}
],
"visuals": {
"fxs": [
{
"set": "Chaos_AOE_Ground",
"props": {},
"scale": 1.2,
"space": 1
}
],
"bellFx": {
"to": 0,
"set": "Projectile_Chaos",
"from": 0,
"height": 7
}
}
}
],
"texts": {},
"nature": 0,
"script": "function onStepEnd(s) {\n\tif(!isServer ) return;\n\tif( s.kind == Steps.AreaCast) {\n\tfor(i in 0...round(vars.var1)) {\n\t\twait(random(0, vars.var2), function() {\n\t\t\tplayStep(Steps.Area);\n\t\t});\n }\n\t}\n}",
"status": 2,
"aiProps": {
"pickPrio": 10,
"castMaxRange": 30
},
"mastery": [],
"cooldown": 12,
"duration": 4.5
}