FareverDB

Tidal Totem

Halos_Totem_Skill in Skills

Summons a [Totem] at the targeted location, healing allies that stand in the area for 6% Intellect + 6% Faith every 2. Lasts 15.

id
Halos_Totem_Skill
type
7
flags
8
nature
3
script
status
2
cooldown
12
duration
0.3
Raw data
{
  "id": "Halos_Totem_Skill",
  "gfx": {
    "x": 6,
    "y": 0,
    "file": "UI/icons/atlas_weapon_Halos_96PX.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {
    "ref": "CastInstant"
  },
  "type": 7,
  "vars": {
    "dur1": 15
  },
  "flags": 8,
  "props": {
    "rankOverride": [
      {
        "vars": {
          "dur1": 20
        },
        "minRank": 2
      }
    ]
  },
  "steps": [
    {
      "on": 14,
      "type": 25,
      "props": {},
      "range": 20,
      "visuals": {
        "fxs": [
          {
            "set": "Telegraph_Circle_Preview",
            "props": {},
            "scale": 1
          }
        ]
      }
    },
    {
      "on": 0,
      "type": 23,
      "props": {
        "summon": {
          "unit": "Totem_Tidal"
        },
        "position": {
          "origin": 4
        }
      },
      "duration": "dur1"
    }
  ],
  "texts": {
    "desc": "Summons a [Totem] at the targeted location, healing allies that stand in the area for ::ref_heal:: every ::ref_time::. Lasts ::dur1::.",
    "name": "Tidal Totem",
    "refs": {
      "ref": "Halos_Totem_SummonPassive",
      "ref2": "Halos_Totem_Passive"
    },
    "rankDescs": [
      {
        "desc": "Lasts ::dur1::.",
        "rank": 2,
        "flags": 1
      },
      {
        "desc": "Always triggers a critical effect of ::ref2_name::.",
        "rank": 3,
        "flags": 0
      }
    ]
  },
  "nature": 3,
  "script": "",
  "status": 2,
  "mastery": [],
  "cooldown": 12,
  "duration": 0.3
}