更新配置
This commit is contained in:
parent
0beaf804a9
commit
b1561991c6
@ -2472,6 +2472,12 @@ local skill_rogue = {
|
||||
["num"]=3400120,
|
||||
["ratio"]=10000,
|
||||
["round"]=1
|
||||
},
|
||||
{
|
||||
["type"]="skill_fire_times",
|
||||
["num"]=3400125,
|
||||
["ratio"]=10000,
|
||||
["round"]=1
|
||||
}
|
||||
},
|
||||
["obj"]=5,
|
||||
|
||||
@ -340,7 +340,7 @@ local _addLinkCountMoreEffect = function(skillId, skillInfo, battleBaseData, bat
|
||||
entity:removeLinkCountMoreEffects(skillInfo.cover_unlock)
|
||||
end
|
||||
for k, effect in ipairs(skillInfo.effect) do
|
||||
local paramsCount = skillInfo.parameter[k]
|
||||
local paramsCount = skillInfo.parameter[1]
|
||||
if paramsCount then
|
||||
entity:addLinkCountMoreEffects(skillId, k, effect, unitEntity, skillInfo.obj, paramsCount)
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user