FareverDB

Smoke Bomb

Rogue_SmokeBomb in Skills

Drops a smoke bomb at your feet that lasts 8. Allies inside the cloud dodge all [Attack]s.

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