Home · skill · Scepter_Start_Skill2

Heals nearby allies for 100% Faith and deals 100% Faith to nearby enemies.

Properties

status
Bug
type
Weapon Skill
nature
Spell
cooldown
10
duration
1.9
steps
on=0visuals={"playAnims":[{"anim":{"ref":"Cast","loop":true}}],"fxs":[{"set":"Light_Cast_Fast","space":0,"props":{},"flags":8,"attachName":"Weapon_Cast"}]}props={}type=3duration=1.5on=0props={}type=11duration=1.5visuals={"fxs":[{"set":"Telegraph_Circle_Preview","space":2,"props":{},"flags":24}]}on=7visuals={"playAnims":[{"anim":{"ref":"Conjure","loop":false}}]}props={}type=11range=40delay=-0.4on=7visuals={"fxs":[{"set":"Light_AOE_Heal_Unit","space":1,"props":{}}]}props={"area":{"hitFilter":6},"position":{"origin":0}}effects=[{"affinity":"Light","effect":1,"scaling":[{"ratio":1,"atb":"Faith"}],"flags":0}]type=4range=6.5id=Allieson=7props={"position":{"origin":0}}effects=[{"affinity":"Light","effect":0,"scaling":[{"ratio":1,"atb":"Faith"}],"flags":0}]type=4range=6.5on=1props={"status":{"ref":"Scepter_Start_Skill2_Shield","target":1}}type=1cond={"minRank":3,"alignment":6}

Referenced by

Raw data
{
  "status": "Bug",
  "gfx": {
    "file": "UI/icons/atlas_weapon_Scepter_96PX.png",
    "size": 48,
    "x": 8,
    "y": 0,
    "width": 2,
    "height": 2
  },
  "id": "Scepter_Start_Skill2",
  "type": "WeaponSkill",
  "nature": "Spell",
  "texts": {
    "name": "Radiance",
    "desc": "Heals nearby allies for ::heal:: and deals ::dmg:: to nearby enemies.",
    "rankDescs": [
      {
        "rank": 2,
        "desc": "Reduces the cooldown of allies' [WeaponSkill]s by ::time::.",
        "flags": 0
      },
      {
        "rank": 3,
        "desc": "Shields allies for ::ref_shield:: over ::ref_dur::.",
        "flags": 0
      }
    ],
    "refs": {
      "ref": "Scepter_Start_Skill2_Shield"
    }
  },
  "anim": {
    "ref": "Cast",
    "loop": true
  },
  "cooldown": 10,
  "duration": 1.9,
  "steps": [
    {
      "on": 0,
      "visuals": {
        "playAnims": [
          {
            "anim": {
              "ref": "Cast",
              "loop": true
            }
          }
        ],
        "fxs": [
          {
            "set": "Light_Cast_Fast",
            "space": 0,
            "props": {},
            "flags": 8,
            "attachName": "Weapon_Cast"
          }
        ]
      },
      "props": {},
      "type": 3,
      "duration": 1.5
    },
    {
      "on": 0,
      "props": {},
      "type": 11,
      "duration": 1.5,
      "visuals": {
        "fxs": [
          {
            "set": "Telegraph_Circle_Preview",
            "space": 2,
            "props": {},
            "flags": 24
          }
        ]
      }
    },
    {
      "on": 7,
      "visuals": {
        "playAnims": [
          {
            "anim": {
              "ref": "Conjure",
              "loop": false
            }
          }
        ]
      },
      "props": {},
      "type": 11,
      "range": 40,
      "delay": -0.4
    },
    {
      "on": 7,
      "visuals": {
        "fxs": [
          {
            "set": "Light_AOE_Heal_Unit",
            "space": 1,
            "props": {}
          }
        ]
      },
      "props": {
        "area": {
          "hitFilter": 6
        },
        "position": {
          "origin": 0
        }
      },
      "effects": [
        {
          "affinity": "Light",
          "effect": 1,
          "scaling": [
            {
              "ratio": 1,
              "atb": "Faith"
            }
          ],
          "flags": 0
        }
      ],
      "type": 4,
      "range": 6.5,
      "id": "Allies"
    },
    {
      "on": 7,
      "props": {
        "position": {
          "origin": 0
        }
      },
      "effects": [
        {
          "affinity": "Light",
          "effect": 0,
          "scaling": [
            {
              "ratio": 1,
              "atb": "Faith"
            }
          ],
          "flags": 0
        }
      ],
      "type": 4,
      "range": 6.5
    },
    {
      "on": 1,
      "props": {
        "status": {
          "ref": "Scepter_Start_Skill2_Shield",
          "target": 1
        }
      },
      "type": 1,
      "cond": {
        "minRank": 3,
        "alignment": 6
      }
    }
  ],
  "flags": [],
  "mastery": [],
  "props": {},
  "vars": {
    "time": 1
  },
  "script": "function onHit(hit) {\n\tif(rank >= 2 && hit.stepId == Steps.Allies) {\n\t\tif (hit.target.skills != null) {\n\t\t\tfor(s in hit.target.skills) {\n\t\t\t\tif(s.isWeaponSkill() && s != skill ) {\n\t\t\t\t\ts.reduceCooldown(vars.time);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "item",
      "from_id": "Scepter_Start",
      "via_field": "skills"
    }
  ]
}