Home · skill · Rogue_SmokeBomb
Drops a smoke bomb at your feet that lasts 8. Allies inside the cloud dodge all Attacks.
Properties
- status
- WIP
- type
- Class Skill
- nature
- Ability
- cooldown
- 60
- duration
- 0.4
- steps
- mastery
Referenced by
unit (1)
Raw data
{
"status": "WIP",
"gfx": {
"file": "UI/icons/atlas_class_Rogue_96PX.png",
"size": 96,
"x": 3,
"y": 0
},
"id": "Rogue_SmokeBomb",
"type": "ClassSkill",
"nature": "Ability",
"texts": {
"desc": "Drops a smoke bomb at your feet that lasts ::dur1::. Allies inside the cloud dodge all [Attack]s.",
"name": "Smoke Bomb",
"refs": {
"ref2": "Rogue_SmokeBomb_MoveSpeed",
"ref": "Rogue_SmokeBomb_MoveSpeed"
}
},
"anim": {
"ref": "CastGround",
"blend": 0.05
},
"cooldown": 60,
"duration": 0.4,
"steps": [
{
"on": 0,
"props": {},
"type": 11,
"visuals": {
"fxs": [
{
"set": "Shadow_Puff_Unit",
"props": {},
"space": 1,
"flags": 64,
"scale": 1
}
]
},
"delay": 0.2
},
{
"on": 0,
"props": {
"area": {
"hitFilter": 6
},
"loop": {
"tick": 0.5
}
},
"type": 4,
"range": 6,
"duration": "dur1",
"visuals": {
"fxs": [
{
"set": "Shadow_AOE_Ground_Big",
"space": 1,
"props": {},
"flags": 24
}
]
},
"delay": 0.2,
"cond": {
"masteryExclude": "Rogue_SmokeBomb_M1"
}
},
{
"on": 0,
"props": {
"area": {
"hitFilter": 6
},
"loop": {
"tick": 0.5
}
},
"type": 4,
"visuals": {
"fxs": [
{
"set": "Shadow_AOE_Ground_Big",
"space": 1,
"props": {},
"flags": 24
}
]
},
"delay": 0.2,
"duration": "dur2",
"range": 6,
"cond": {
"mastery": "Rogue_SmokeBomb_M1"
}
},
{
"on": 1,
"props": {
"status": {
"ref": "Rogue_SmokeBomb_Status"
}
},
"type": 1
},
{
"on": 1,
"props": {
"status": {
"ref": "Rogue_SmokeBomb_MoveSpeed"
}
},
"type": 1,
"cond": {
"mastery": "Rogue_SmokeBomb_M3"
}
}
],
"flags": [],
"mastery": [
{
"id": "Rogue_SmokeBomb_M1",
" vars": {},
"gfx": {
"file": "UI/Portraits/Items/Masteries/Rogue_SmokeBomb/Rogue_SmokeBomb_M1.png",
"size": 256,
"x": 0,
"y": 0
},
"text": {
"name": "Thick Cloud",
"desc": "Duration of ::name:: increased to ::dur1::."
},
"vars": {
"dur1": 12
}
},
{
"id": "Rogue_SmokeBomb_M2",
"gfx": {
"file": "UI/Portraits/Items/Masteries/Rogue_SmokeBomb/Rogue_SmokeBomb_M2.png",
"size": 256,
"x": 0,
"y": 0
},
"text": {
"name": "Infused Smoke",
"desc": "::name:: reduces all [Magic] damage suffered by ::ref_var1%::."
}
},
{
"id": "Rogue_SmokeBomb_M3",
"gfx": {
"file": "UI/Portraits/Items/Masteries/Rogue_SmokeBomb/Rogue_SmokeBomb_M3.png",
"size": 256,
"x": 0,
"y": 0
},
"text": {
"name": "Fortifying Particles",
"desc": "::name:: increases [MoveSpeedFactor] by ::ref2_val1%::."
}
}
],
"props": {
"hit": {
"camShake": 0,
"shake": 0
}
},
"vars": {
"dur1": 8,
"dur2": 12
},
"script": "",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Rogue",
"via_field": "skills"
}
]
}