FareverDB

Water Breath

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