Home · skill · FoeStealthStatus

Properties

nature
Status
Raw data
{
  "gfx": {
    "file": "UI/Placeholder/Icons_Resources.png",
    "size": 48,
    "x": 36,
    "y": 38,
    "width": 2,
    "height": 2
  },
  "id": "FoeStealthStatus",
  "nature": "Status",
  "texts": {
    "name": "In Stealth"
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "status": {
      "types": [
        {
          "type": "Invisibility"
        },
        {
          "type": "Buff"
        }
      ]
    }
  },
  "vars": {},
  "script": "function onUseSkill(s) {\n    stop();\n}"
}