FareverDB

Water Infusion

Shield_OrbitWater_P_Status in Skills

At 4 stacks, your next [AttackBlock] becomes empowered and will deal 250% Faith Magic to nearby enemies.

id
Shield_OrbitWater_P_Status
flags
32
nature
4
script
function onStacksChange() { if( stacks >= maxStacks ) { removeStatus(owner, Skill.Shield_OrbitWater_P_Status); addStatus(owner, Skill.Shield_OrbitWater_P_StatusBlockBuffed); } }
status
2
Raw data
{
  "id": "Shield_OrbitWater_P_Status",
  "gfx": {
    "x": 16,
    "y": 0,
    "file": "UI/icons/atlas_weapon_Shield_96PX.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {},
  "vars": {},
  "flags": 32,
  "props": {
    "status": {
      "types": [
        {
          "type": "Buff"
        }
      ],
      "maxStacks": 4
    },
    "rankOverride": [
      {
        "props": {
          "maxStacks": 3
        },
        "minRank": 2
      }
    ]
  },
  "steps": [
    {
      "on": 0,
      "type": 11,
      "props": {},
      "duration": -1
    }
  ],
  "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"
    }
  },
  "nature": 4,
  "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}",
  "status": 2,
  "mastery": []
}