Skill #320001

Blade Stop

Level 5

##320000

Cost 1 | SwordBreak

ID 320005

Level 4

##320000

Cost 1 | SwordBreak

ID 320004

Level 3

##320000

Cost 1 | SwordBreak

ID 320003

Level 2

##320000

Cost 1 | SwordBreak

ID 320002

Level 1

##320000

Cost 1 | SwordBreak

ID 320001

Formulas & functions

CommonFun links

Blade StopLv 1-5 | buff | Buffs 100686

Formula source

function CommonFun.calcBuff_3075(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 100
  if targetUser:GetNpcID() == 310003 or targetUser:GetNpcID() == 310004 or targetUser:GetNpcID() == 310005 or targetUser:GetNpcID() == 310006 then
    A = 0
  end
  if targetUser:GetNpcID() == 310013 or targetUser:GetNpcID() == 310014 or targetUser:GetNpcID() == 310015 or targetUser:GetNpcID() == 310016 then
    A = 0
  end
  return A
end

Skill JSON (Level 5)

{
  "id": 320005,
  "NameZh": "真剑百破道",
  "Level": 5,
  "Icon": "skill_320001",
  "Cost": 1,
  "Desc": [
    {
      "id": 320000,
      "params": [
        1.5,
        50
      ]
    }
  ],
  "SkillType": "SwordBreak",
  "Camps": "Friend",
  "Launch_Range": 2,
  "Fire_EP": 3,
  "Target_EP": 3,
  "Attack_EP": 0,
  "SkillCost": {
    "1": {
      "buffID": 100500,
      "num": 1
    },
    "sp": 15
  },
  "DelayCD": 1,
  "AutoCondition": [
    {
      "no_target": 1,
      "time": 50,
      "type": 1
    }
  ],
  "Lead_Type": {
    "DCT": 1.5,
    "type": 4
  },
  "Logic": "SkillNone",
  "Logic_Param": {
    "SkillStatus": {
      "limitSkillBuff": 100684,
      "time": 50
    }
  },
  "Buff": {
    "enemy": [
      100686
    ],
    "self": [
      100685
    ]
  },
  "Pvp_buff": {
    "enemy": [
      100686
    ],
    "self": [
      100685
    ]
  },
  "AttackAct": [
    "attack"
  ],
  "SE_cast": "Common/Magic_cast",
  "description": {
    "chinesesimplified": "##320000",
    "english": "##320000",
    "german": "##320000",
    "portuguese": "##320000",
    "spanish": "##320000"
  }
}