Home · skill · Shield_OrbitWater_P_StatusBlockBuffed

Your next [AttackBlock] becomes empowered and will deal 250% Faith to nearby enemies.

Properties

status
Bug
nature
Status
steps
on=5props={}type=11visuals={"fxs":[{"set":"Water_Ally_AOE_Unit","space":0,"props":{},"flags":28}]}on=13props={"area":{"shape":[2,360]}}type=4range=5effects=[{"effect":0,"scaling":[{"ratio":2.5,"atb":"Faith"}],"affinity":"Magic","flags":0}]id=Areavisuals={"fxs":[{"set":"Water_Ally_AOE_Unit","space":0,"props":{},"flags":16}]}on=0props={}visuals={"fxs":[{"set":"Water_Aura_Shield","space":0,"props":{},"flags":8,"attachName":"Shield"}]}duration=-1type=11
flags
RequireStop
Raw data
{
  "status": "Bug",
  "gfx": {
    "file": "UI/icons/atlas_weapon_Shield_96PX.png",
    "size": 48,
    "x": 16,
    "y": 0,
    "width": 2,
    "height": 2
  },
  "id": "Shield_OrbitWater_P_StatusBlockBuffed",
  "nature": "Status",
  "texts": {
    "desc": "Your next [AttackBlock] becomes empowered and will deal ::dmg:: to nearby enemies.",
    "name": "Water Infusion: empowered"
  },
  "anim": {},
  "steps": [
    {
      "on": 5,
      "props": {},
      "type": 11,
      "visuals": {
        "fxs": [
          {
            "set": "Water_Ally_AOE_Unit",
            "space": 0,
            "props": {},
            "flags": 28
          }
        ]
      }
    },
    {
      "on": 13,
      "props": {
        "area": {
          "shape": [
            2,
            360
          ]
        }
      },
      "type": 4,
      "range": 5,
      "effects": [
        {
          "effect": 0,
          "scaling": [
            {
              "ratio": 2.5,
              "atb": "Faith"
            }
          ],
          "affinity": "Magic",
          "flags": 0
        }
      ],
      "id": "Area",
      "visuals": {
        "fxs": [
          {
            "set": "Water_Ally_AOE_Unit",
            "space": 0,
            "props": {},
            "flags": 16
          }
        ]
      }
    },
    {
      "on": 0,
      "props": {},
      "visuals": {
        "fxs": [
          {
            "set": "Water_Aura_Shield",
            "space": 0,
            "props": {},
            "flags": 8,
            "attachName": "Shield"
          }
        ]
      },
      "duration": -1,
      "type": 11
    }
  ],
  "flags": [
    "RequireStop"
  ],
  "mastery": [],
  "props": {},
  "vars": {},
  "script": "function onGameBeat(b,hit) {\n\tif( b == GameBeat.AttackBlock ) {\n\t\tplayStep(Steps.Area);\n\t\tskill.stop();\n\t}\n\n}"
}