Home · skill · Shield_OrbitWater_P_Status

At 4 stacks, your next [AttackBlock] becomes empowered and will deal ::ref1_dmg:: to nearby enemies.

Properties

status
Done
nature
Status
steps
on=0props={}type=11duration=-1
flags
RequireStop
Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/atlas_weapon_Shield_96PX.png",
    "size": 48,
    "x": 16,
    "y": 0,
    "width": 2,
    "height": 2
  },
  "id": "Shield_OrbitWater_P_Status",
  "nature": "Status",
  "texts": {
    "desc": "At ::stacks:: stacks, your next [AttackBlock] becomes empowered and will deal ::ref1_dmg:: to nearby enemies.",
    "name": "Water Infusion",
    "refs": {
      "ref": "Shield_OrbitWater_P_StatusBlockBuffed"
    }
  },
  "anim": {},
  "steps": [
    {
      "on": 0,
      "props": {},
      "type": 11,
      "duration": -1
    }
  ],
  "flags": [
    "RequireStop"
  ],
  "mastery": [],
  "props": {
    "status": {
      "types": [
        {
          "type": "Buff"
        }
      ],
      "maxStacks": 4
    },
    "rankOverride": [
      {
        "minRank": 2,
        "props": {
          "maxStacks": 3
        }
      }
    ]
  },
  "vars": {},
  "script": "function onStacksChange() {\n\tif( stacks >= maxStacks ) {\n\t\tremoveStatus(owner, Skill.Shield_OrbitWater_P_Status);\n\t\taddStatus(owner, Skill.Shield_OrbitWater_P_StatusBlockBuffed);\n\t}\n\n}"
}