Level 1
Give me money first. You can have it when I have the money.
Skill #74480001
Level 1
Give me money first. You can have it when I have the money.
Formulas & functions
Formula source
function CommonFun.calcBuff_8010(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local A = 100
local RefineLv1 = srcUser:GetEquipedRefineLv(7)
if srcUser:HasBuffID(22810) and 15 <= RefineLv1 then
A = 0
end
return A
endSkill JSON (Level 1)
{
"id": 74480001,
"NameZh": "倍力拳套",
"Level": 1,
"Icon": "skill_232001",
"Cost": 1,
"Desc": [
{
"id": 232000,
"params": [
100
]
}
],
"SkillType": "Buff",
"Camps": "Enemy",
"Launch_Range": 50,
"Fire_EP": 3,
"Target_EP": 3,
"Attack_EP": 3,
"SkillCost": [
{
"itemID": 5912,
"num": 1,
"specialType": 2
}
],
"Logic": "SkillLockedTarget",
"Logic_Param": {
"noSpeak": 1
},
"Buff": {
"enemy": [
96050,
96051
]
},
"Pvp_buff": {
"enemy": [
96050,
96051
]
},
"AttackAct": [
"use_magic"
],
"SE_attack": "Skill/LexAeterna",
"description": {
"chinesesimplified": "先给钱,钱到手了我才会给你。",
"english": "Give me money first. You can have it when I have the money.",
"german": "Gib mir zuerst Geld. Du kannst es haben,wenn ich das Geld habe.",
"portuguese": "Mostre o dinheiro primeiro,e eu o darei quando o dinheiro estiver disponível.",
"spanish": "Dame el dinero primero. Podrás tenerlo cuando yo tenga el dinero."
}
}