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