
Jump
Lvl: 5
Buff
CD: 3 sec
Skill Delay: 1.5 sec
SP: 20
Jumps forward a certain distance. Meow can jump up to 9 meters.
Lvl: 4
Buff
CD: 3 sec
Skill Delay: 1.5 sec
SP: 18
• Jumps forward a certain distance. Meow can jump up to 8 meters.
Lvl: 3
Buff
CD: 3 sec
Skill Delay: 1.5 sec
SP: 16
• Jumps forward a certain distance. Meow can jump up to 7 meters.
Lvl: 2
Buff
CD: 3 sec
Skill Delay: 1.5 sec
SP: 14
• Jumps forward a certain distance. Meow can jump up to 6 meters.
Lvl: 1
Buff
CD: 3 sec
Skill Delay: 1.5 sec
SP: 12
• Jumps forward a certain distance. Meow can jump up to 5 meters.
Self 5010
function CommonFun.calcBuff_5010(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local Value = srcUser:GetGemValue(c)
local A = lv * a + b + Value / 1000
return A
end
Self
{
"id": 123000,
"BuffDesc": "Hiding: not be found by enemy target; decrease moving speed",
"BuffIcon": "skillbuff_177001",
"BuffName": "Stealthed",
"BuffRate": {
"Odds": 100
},
"BuffType": {
"isgain": 1,
"isdisperse": 1
},
"IconType": 1,
"Condition": {
"type": "DelWhenAround",
"range": 2,
"teammate": 0
},
"BuffEffect": {
"Flee": {
"a": 0,
"b": 0,
"c": 153062,
"type": 5010
},
"type": "Hide",
"CriRes": {
"a": 0,
"b": 0,
"c": 153062,
"type": 5010
},
"Hiding": 1,
"MoveSpdPer": {
"a": 0.1,
"b": -0.7,
"c": 153061,
"type": 5020
}
},
"BuffStateID": 95300
}
Self
{
"id": 123010,
"BuffDesc": "Reduces all damage.",
"BuffIcon": "skillbuff_1605001",
"BuffName": "Stoop",
"BuffRate": {
"Odds": 100
},
"BuffType": {
"isgain": 1,
"isdisperse": 1
},
"IconType": 1,
"BuffEffect": {
"type": "AttrChange",
"SteelDamReduc": {
"a": 0.02,
"b": 0.2,
"c": 153002,
"d": 0.04,
"type": 3250
},
"SteelMDamReduc": {
"a": 0.02,
"b": 0.2,
"c": 153002,
"d": 0.04,
"type": 3250
}
},
"BuffStateID": 123010
}
Self
{
"id": 123011,
"BuffName": "Jumping cancels stoop.",
"BuffRate": {
"Odds": 100
},
"BuffEffect": {
"id": [
123000,
123010
],
"type": "DelBuff"
}
}
Formula
{
"CD": 3,
"id": 1606005,
"Buff": {
"self": [
123011
]
},
"Cost": 1,
"Desc": [
{
"id": 1606000,
"params": [
9
]
}
],
"Icon": "skill_1606001",
"Camps": "Friend",
"Level": 5,
"Logic": "SkillNone",
"DescId": "##170332",
"NameZh": "##169462",
"DelayCD": 1.5,
"Fire_EP": 2,
"Pvp_buff": {
"self": [
123011
]
},
"AttackAct": [
"use_skill4"
],
"Attack_EP": 2,
"SE_attack": "Skill/Skill_monster_Doram_jump",
"SkillCost": {
"sp": 20
},
"SkillType": "Buff",
"Target_EP": 3,
"E_Attack_On": 1,
"Launch_Range": 0,
"AttackEffects": [
{
"type": 1,
"speed": 36,
"distance": 9,
"direction": "forward"
}
]
}