Home · skill · ManfishBoss_WaterBreath
Properties
- status
- WIP
- type
- Skill
- nature
- Spell
- steps
- flags
Referenced by
unit (1)
Raw data
{
"status": "WIP",
"gfx": {
"file": "UI/Placeholder/Icons_Resources.png",
"size": 48,
"x": 36,
"y": 38,
"width": 2,
"height": 2
},
"id": "ManfishBoss_WaterBreath",
"type": "Skill",
"nature": "Spell",
"texts": {
"name": "Water Breath"
},
"anim": {
"loop": true,
"ref": "Cast"
},
"steps": [
{
"on": 0,
"props": {
"status": {
"ref": "ManfishBoss_WaterBreath_Shield"
}
},
"type": 1
},
{
"on": 0,
"props": {
"castFlags": 12
},
"type": 3,
"duration": 4.36
},
{
"visuals": {
"fxs": [
{
"set": "Water_Breath_Cast",
"space": 0,
"flags": 8,
"props": {},
"attachName": "ATTACH_Local",
"scale": 1
}
]
},
"props": {},
"on": 0,
"type": 11,
"duration": 2
},
{
"visuals": {
"fxs": [
{
"set": "Water_Beam_Unit_Lasting",
"space": 2,
"flags": 24,
"props": {
"offset": {
"x": 1.8,
"y": 0,
"z": 3.2,
"height": 0
}
},
"attachName": "Socket_ManfishBossBreath"
}
],
"playAnims": [
{
"anim": {
"loop": true,
"file": "Anim/HumanBeast/_Relic/_Boss_Nepsilon/Anim_HumanBeast_Relic_Nepsilon_WaterBreath_Loop.fbx"
}
}
]
},
"props": {},
"on": 7,
"type": 11,
"duration": -1,
"id": "Breath"
},
{
"props": {
"area": {
"shape": [
2,
20
],
"hitFilter": 3,
"follow": 1,
"targetCooldown": 1
},
"loop": {
"tick": 0.125
},
"position": {
"directionalOffset": {
"x": -1
}
}
},
"effects": [
{
"affinity": "Water",
"sideEffects": {
"knockBack": {
"type": 1,
"pushForce": 70,
"knockUpForce": 20
}
},
"effect": 0,
"scaling": [
{
"ratio": 0.2,
"atb": "FoePower"
}
],
"baseVal": 0,
"flags": 0
}
],
"on": 7,
"type": 4,
"duration": -1,
"range": 40
},
{
"visuals": {
"fxs": [
{
"set": "Hit_Directional_Water",
"space": 0,
"props": {
"direction": 2
}
}
],
"target": 2,
"camShake": 30
},
"props": {},
"on": 1,
"type": 11
}
],
"flags": [
"RequireStop"
],
"mastery": [],
"props": {},
"vars": {
"speed": 36
},
"script": "function onUpdate(dt) {\n if(isStepActive(Steps.Breath)) {\n owner.addRotation((PI / 180 * vars.speed) * dt);\n }\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Nepsilon",
"via_field": "skills"
}
]
}