Home · skill · Halos_Totem_Skill2
Properties
- status
- Done
- type
- Weapon Skill
- nature
- Spell
- cooldown
- 18
- steps
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"
}
]
}