Smoke Bomb
Lvl: 5 Buff CD: 20 sec Skill Delay: 1 sec SP: 40

Place a Smoke Grenade at the caster's feet and hide for 5 seconds, during which the caster can't be detected by any Anti Invisibility skill and is Unable to attack

Lvl: 4 Buff CD: 20 sec Skill Delay: 1 sec SP: 35
• Place a Smoke Grenade at the caster's feet and hide for 4.5 seconds, during which the caster can't be detected by any Anti Invisibility skill and is Unable to attack
Lvl: 3 Buff CD: 20 sec Skill Delay: 1 sec SP: 30
• Place a Smoke Grenade at the caster's feet and hide for 4 seconds, during which the caster can't be detected by any Anti Invisibility skill and is Unable to attack
Lvl: 2 Buff CD: 20 sec Skill Delay: 1 sec SP: 25
• Place a Smoke Grenade at the caster's feet and hide for 3.5 seconds, during which the caster can't be detected by any Anti Invisibility skill and is Unable to attack
Lvl: 1 Buff CD: 20 sec Skill Delay: 1 sec SP: 20
• Place a Smoke Grenade at the caster's feet and hide for 3 seconds, during which the caster can't be detected by any Anti Invisibility skill and is Unable to attack

Aesir

• Smoke Grenade - Suffuse Smoke Grenade hide duration +0.5s.
• Smoke Bomb - First Aid After using Smoke Grenade, restore 5% of Max HP.

Self 7030

function CommonFun.calcBuff_7030(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local MaxHp = targetUser:GetProperty("MaxHp")
  local Num = srcUser:GetRunePoint(a)
  local A = MaxHp * (Num * b + c)
  return A
end

Self

{
  "id": 133540,
  "BuffDesc": "Inside a smoke, impossible to detect but unable to attack",
  "BuffIcon": "skillbuff_2209001",
  "BuffName": "Smoke Bomb",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 1,
    "isdisperse": 1
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "DeepHide",
    "Hiding": 1
  }
}

Self

{
  "id": 133541,
  "BuffName": "Smoke Grenade (Unable to attack)",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "type": "AttrChange",
    "NoPhySkill": 1,
    "NoMagicSkill": 1
  }
}

Self

{
  "id": 133860,
  "BuffName": "Smoke Bomb - First Aid",
  "BuffRate": {
    "Odds": {
      "a": 0,
      "b": 0,
      "c": 173020,
      "d": 100,
      "type": 3250
    }
  },
  "BuffEffect": {
    "Hp": {
      "a": 173020,
      "b": 0.05,
      "c": 0,
      "type": 7030
    },
    "type": "HSPChange"
  }
}

Formula

{
  "CD": 20,
  "id": 2209005,
  "Buff": {
    "self": [
      133540,
      133541,
      133860
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 2209000,
      "params": [
        5
      ]
    }
  ],
  "Icon": "skill_2209001",
  "Camps": "Friend",
  "Level": 5,
  "Logic": "SkillNone",
  "DescId": "##1171627",
  "NameZh": "##297722",
  "DelayCD": 1,
  "Fire_EP": 3,
  "Pvp_buff": {
    "self": [
      133540,
      133541,
      133860
    ]
  },
  "AttackAct": [
    "bury"
  ],
  "Attack_EP": 2,
  "SE_attack": "Skill/skil_gunner_17",
  "SkillCost": {
    "sp": 40
  },
  "SkillType": "Buff",
  "Target_EP": 3,
  "E_Attack_On": 1,
  "Launch_Range": 0,
  "AutoCondition": [
    {
      "type": 8,
      "no_target": 1
    }
  ]
}