Home · skill · Halos_Totem_Skill2

Splashes a huge water burst in a frontal cone, dealing 90% Intellect + 90% Faith to enemies.

Properties

status
Done
type
Weapon Skill
nature
Spell
cooldown
18
steps
on=0props={}type=3duration=1.5on=0props={"rotation":{"limiter":1000,"direction":3}}type=13duration=1.5on=0props={}type=11visuals={"fxs":[{"set":"Telegraph_Cone_Preview","props":{},"space":2,"flags":24}]}duration=1.5on=7visuals={"playAnims":[{"anim":{"ref":"CastProjectile"}}]}props={}type=11delay=-0.64on=7props={}type=11visuals={"playAnims":[{"anim":{"ref":"CastProjectile","startFrame":20,"blend":0}}]}delay=0on=0visuals={"fxs":[{"set":"Water_Cast","space":0,"props":{},"flags":8,"attachName":"B_Palm_L","scale":0.9}]}props={}type=11duration=1.7on=0visuals={"fxs":[{"set":"Water_Cast","space":0,"props":{},"flags":8,"attachName":"B_Palm_R","scale":0.9}]}props={}type=11duration=1.7on=7props={}id=Consumevisuals={"fxs":[{"set":"Water_Burst_Cone","space":1,"props":{},"attachName":"","flags":16}]}props={"area":{"shape":[2,140]},"position":{"directionalOffset":{"x":0},"origin":0}}effects=[{"effect":0,"scaling":[{"ratio":0.9,"atb":"Intellect"},{"ratio":0.9,"atb":"Faith"}],"affinity":"Water","flags":0}]on=7type=4range=10

Referenced by

Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/atlas_weapon_Halos_96PX.png",
    "size": 48,
    "x": 8,
    "y": 0,
    "width": 2,
    "height": 2
  },
  "id": "Halos_Totem_Skill2",
  "type": "WeaponSkill",
  "nature": "Spell",
  "texts": {
    "desc": "Splashes a huge water burst in a frontal cone, dealing ::dmg:: to enemies.",
    "name": "Riptide",
    "rankDescs": [
      {
        "rank": 2,
        "desc": "Damage dealt to slowed enemies increased by ::var1%::.",
        "flags": 0
      },
      {
        "rank": 3,
        "desc": "Reduces the cooldown by ::time:: for each enemy hit.",
        "flags": 0
      }
    ]
  },
  "anim": {
    "ref": "Cast"
  },
  "cooldown": 18,
  "steps": [
    {
      "on": 0,
      "props": {},
      "type": 3,
      "duration": 1.5
    },
    {
      "on": 0,
      "props": {
        "rotation": {
          "limiter": 1000,
          "direction": 3
        }
      },
      "type": 13,
      "duration": 1.5
    },
    {
      "on": 0,
      "props": {},
      "type": 11,
      "visuals": {
        "fxs": [
          {
            "set": "Telegraph_Cone_Preview",
            "props": {},
            "space": 2,
            "flags": 24
          }
        ]
      },
      "duration": 1.5
    },
    {
      "on": 7,
      "visuals": {
        "playAnims": [
          {
            "anim": {
              "ref": "CastProjectile"
            }
          }
        ]
      },
      "props": {},
      "type": 11,
      "delay": -0.64
    },
    {
      "on": 7,
      "props": {},
      "type": 11,
      "visuals": {
        "playAnims": [
          {
            "anim": {
              "ref": "CastProjectile",
              "startFrame": 20,
              "blend": 0
            }
          }
        ]
      },
      "delay": 0
    },
    {
      "on": 0,
      "visuals": {
        "fxs": [
          {
            "set": "Water_Cast",
            "space": 0,
            "props": {},
            "flags": 8,
            "attachName": "B_Palm_L",
            "scale": 0.9
          }
        ]
      },
      "props": {},
      "type": 11,
      "duration": 1.7
    },
    {
      "on": 0,
      "visuals": {
        "fxs": [
          {
            "set": "Water_Cast",
            "space": 0,
            "props": {},
            "flags": 8,
            "attachName": "B_Palm_R",
            "scale": 0.9
          }
        ]
      },
      "props": {},
      "type": 11,
      "duration": 1.7
    },
    {
      "on": 7,
      "props": {},
      "id": "Consume"
    },
    {
      "visuals": {
        "fxs": [
          {
            "set": "Water_Burst_Cone",
            "space": 1,
            "props": {},
            "attachName": "",
            "flags": 16
          }
        ]
      },
      "props": {
        "area": {
          "shape": [
            2,
            140
          ]
        },
        "position": {
          "directionalOffset": {
            "x": 0
          },
          "origin": 0
        }
      },
      "effects": [
        {
          "effect": 0,
          "scaling": [
            {
              "ratio": 0.9,
              "atb": "Intellect"
            },
            {
              "ratio": 0.9,
              "atb": "Faith"
            }
          ],
          "affinity": "Water",
          "flags": 0
        }
      ],
      "on": 7,
      "type": 4,
      "range": 10
    }
  ],
  "flags": [],
  "mastery": [],
  "props": {
    "hit": {
      "freeze": 0,
      "camShake": 3
    }
  },
  "vars": {
    "var1": 0.25,
    "time": 1.5
  },
  "script": "function onDamageEval(hit) {\n\tvar totems = getSummons(Skill.Halos_Totem_Skill);\n\n\tif(hit.target.hasStatusType(StatusType.Slow)) {\n\t\thit.dmgMult += vars.var1;\n\t}\n}\n\nfunction onHitNewTarget(hit) {\n\treduceCooldown(kind, vars.time);\n}",
  "_xrefs": [
    {
      "from_sheet": "item",
      "from_id": "Halos_Totem",
      "via_field": "skills"
    }
  ]
}