肉鸽技能属性加成
This commit is contained in:
parent
80e06bcef5
commit
74a20b6bbe
@ -1282,8 +1282,8 @@ end
|
|||||||
|
|
||||||
local function _addCurRoundAttr(self, instruction, callback)
|
local function _addCurRoundAttr(self, instruction, callback)
|
||||||
if instruction.effectList then
|
if instruction.effectList then
|
||||||
local mainComp = self:getOtherSideMainUnit(BattleConst.SIDE_ATK)
|
local defComp = self:getOtherSideMainUnit(BattleConst.SIDE_ATK)
|
||||||
local defComp = self:getOtherSideMainUnit(BattleConst.SIDE_DEF)
|
local mainComp = self:getOtherSideMainUnit(BattleConst.SIDE_DEF)
|
||||||
for _, effect in ipairs(instruction.effectList) do
|
for _, effect in ipairs(instruction.effectList) do
|
||||||
local target
|
local target
|
||||||
if effect:getTartgetSide() == BattleConst.SIDE_DEF then
|
if effect:getTartgetSide() == BattleConst.SIDE_DEF then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user