The Way of the Swordsman
Lvl: 10 Passive

Skeleton Wanderer deals 3000extra points of DMG to the target after each attack. The effect can stack

Lvl: 9 Passive
• Skeleton Wanderer deals 2700extra points of DMG to the target after each attack. The effect can stack
Lvl: 8 Passive
• Skeleton Wanderer deals 2400extra points of DMG to the target after each attack. The effect can stack
Lvl: 7 Passive
• Skeleton Wanderer deals 2100extra points of DMG to the target after each attack. The effect can stack
Lvl: 6 Passive
• Skeleton Wanderer deals 1800extra points of DMG to the target after each attack. The effect can stack
Lvl: 5 Passive
• Skeleton Wanderer deals 1500extra points of DMG to the target after each attack. The effect can stack
Lvl: 4 Passive
• Skeleton Wanderer deals 1200extra points of DMG to the target after each attack. The effect can stack
Lvl: 3 Passive
• Skeleton Wanderer deals 900extra points of DMG to the target after each attack. The effect can stack
Lvl: 2 Passive
• Skeleton Wanderer deals 600extra points of DMG to the target after each attack. The effect can stack
Lvl: 1 Passive
• Skeleton Wanderer deals 300extra points of DMG to the target after each attack. The effect can stack

Self 6600

function CommonFun.calcBuff_6600(srcUser, targetUser, a, b, c, d, lv, damage)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Num = targetUser:GetBuffLayer(100035300_THE_WAY_OF_THE_SWORDSMAN_:MAX_STACK_0)
  local skilllv_1 = srcUser:GetLernedSkillLevel(106180_:THE_WAY_OF_THE_SWORDSMAN)
  local A = -Num * skilllv_1 * 300
  return A
end

Self

{
  "id": 100035300,
  "BuffName": "The Way of the Swordsman",
  "BuffRate": {
    "Odds": 100
  }
}

Self

{
  "id": 100036100,
  "BuffName": "The Way of the Swordsman",
  "BuffRate": {
    "Odds": 100
  },
  "Condition": {
    "type": "Attack",
    "all_skill": 1
  },
  "BuffEffect": {
    "id": [
      100036101,
      100035300
    ],
    "Odds": 100,
    "type": "AddBuff"
  }
}

Self

{
  "id": 100036101,
  "BuffName": "The Way of the Swordsman",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "Hp": {
      "type": 6600
    },
    "type": "HSPChange"
  }
}

Formula

{
  "id": 106180010,
  "Buff": {
    "self": [
      100036100
    ]
  },
  "Desc": [
    {
      "id": 106180010,
      "params": [
        3000
      ]
    }
  ],
  "Icon": "skill_106180001",
  "Level": 10,
  "DescId": "##304960",
  "NameZh": "##304786",
  "Pvp_buff": {
    "self": [
      100036100
    ]
  }
}