Home · skill · FoeStealth

Properties

type
Passive
nature
Passive

Referenced by

Raw data
{
  "gfx": {
    "file": "UI/Placeholder/Icons_Resources.png",
    "size": 48,
    "x": 36,
    "y": 38,
    "width": 2,
    "height": 2
  },
  "id": "FoeStealth",
  "type": "Passive",
  "nature": "Passive",
  "texts": {
    "name": "Stealthy"
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "enableCond": {
      "flags": 4
    }
  },
  "vars": {},
  "script": "var _status: st.skill.Status;\nfunction onUpdate(dt) {\n    if((_status == null) && isEnabled()) {\n        _status = addStatus(owner, Skill.FoeStealthStatus);\n    }\n}\n\nfunction onStatusEnd(s, elapsed) {\n    if(s == _status)\n        _status = null;\n}",
  "_xrefs": [
    {
      "from_sheet": "unit",
      "from_id": "Kobold_Z1W_Daggers",
      "via_field": "skills"
    },
    {
      "from_sheet": "unit",
      "from_id": "Kobold_Z1W_Daggers_2",
      "via_field": "skills"
    },
    {
      "from_sheet": "unit",
      "from_id": "Kobold_Z1D_Daggers",
      "via_field": "skills"
    },
    {
      "from_sheet": "unit",
      "from_id": "Kobold_Z2W_Daggers",
      "via_field": "skills"
    }
  ]
}