[战斗]======仙音环绕修改
parent
b9763ad25e
commit
40e639098b
|
@ -10059,7 +10059,7 @@ local passivityList = {
|
|||
return
|
||||
end
|
||||
local ishave=BattleLogic.BuffMgr:HasBuff(defRole,t1,function(buff)
|
||||
if t1==BuffName.SigilSign then
|
||||
if buff.Type==BuffName.SigilSign then
|
||||
return true
|
||||
end
|
||||
end)
|
||||
|
|
|
@ -9,8 +9,12 @@ end
|
|||
|
||||
local onRageChange=function(caster,target,func,type,value)
|
||||
|
||||
local buff=Buff.Create(caster,BuffName.Control,1,7)
|
||||
target:AddBuff(buff)
|
||||
-- local buff=Buff.Create(caster,BuffName.Control,1,7)
|
||||
-- target:AddBuff(buff)
|
||||
if type==CountTypeName.Sub and target.camp~=caster.camp then
|
||||
BattleUtil.RandomControl(0.5,7,caster,target,1)
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
local onSkillCast=function(skill)
|
||||
|
|
Loading…
Reference in New Issue