Skill #5900001

Holy Light Blow

Level 10

##5900000

CD 35s | Cost 1 | Buff

ID 5900010

Level 9

##5900000

CD 35s | Cost 1 | Buff

ID 5900009

Level 8

##5900000

CD 40s | Cost 1 | Buff

ID 5900008

Level 7

##5900000

CD 40s | Cost 1 | Buff

ID 5900007

Level 6

##5900000

CD 40s | Cost 1 | Buff

ID 5900006

Level 5

##5900000

CD 40s | Cost 1 | Buff

ID 5900005

Level 4

##5900000

CD 45s | Cost 1 | Buff

ID 5900004

Level 3

##5900000

CD 45s | Cost 1 | Buff

ID 5900003

Level 2

##5900000

CD 45s | Cost 1 | Buff

ID 5900002

Level 1

##5900000

CD 45s | Cost 1 | Buff

ID 5900001

Formulas & functions

CommonFun links

圣光打击Lv 1-10 | buff | Buffs 1009000, 1009050, 1009006, 1009052

Formula source

function CommonFun.calcBuff_100160(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 0
  local WeaponType = srcUser:GetEquipedWeaponType()
  if WeaponType == 220 then
    A = 100
  end
  return A
end
圣光打击Lv 1-10 | buff | Buffs 1009001, 1009051

Formula source

function CommonFun.calcBuff_100170(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 0
  local WeaponType = srcUser:GetEquipedWeaponType()
  if WeaponType == 190 then
    A = 100
  end
  return A
end

Skill JSON (Level 10)

{
  "id": 5900010,
  "NameZh": "圣光打击",
  "Level": 10,
  "Icon": "skill_5900001",
  "Cost": 1,
  "Desc": [
    {
      "id": 5900000,
      "params": [
        200,
        350
      ]
    }
  ],
  "SkillType": "Buff",
  "Camps": "Friend",
  "Launch_Range": 0,
  "Fire_EP": 3,
  "Target_EP": 3,
  "Attack_EP": 2,
  "CD": 35,
  "FixCD": 1,
  "SkillCost": {
    "sp": 125
  },
  "DelayCD": 1,
  "PreCondition": [
    {
      "itemtype": 190,
      "type": 2
    },
    {
      "itemtype": 220,
      "type": 2
    }
  ],
  "AutoCondition": [
    {
      "no_target": 1,
      "type": 8
    }
  ],
  "NoTargetAutoCast": 1,
  "Logic": "SkillNone",
  "Buff": {
    "self": [
      1009000,
      1009001,
      1009003,
      1009050,
      1009051,
      1009006,
      1009052
    ]
  },
  "Pvp_buff": {
    "self": [
      1009000,
      1009001,
      1009003,
      1009050,
      1009051,
      1009006,
      1009052
    ]
  },
  "AttackAct": [
    "use_magic"
  ],
  "description": {
    "chinesesimplified": "##5900000",
    "english": "##5900000",
    "german": "##5900000",
    "portuguese": "##5900000",
    "spanish": "##5900000"
  }
}