Merge branch 'master_develop' of http://60.1.1.230/gaoxin/JL_Client into master_develop
commit
573fc1d5f8
|
|
@ -1533,10 +1533,10 @@ function this.GetAllHeroTeamAddProVal(teamHeroInfos,curteamHeroDid)
|
||||||
end
|
end
|
||||||
--灵兽编队加成
|
--灵兽编队加成
|
||||||
local pokemonFormationAllHeroProVal = PokemonManager.GetPokemonFormationTeamAddPro(heroAllNum)
|
local pokemonFormationAllHeroProVal = PokemonManager.GetPokemonFormationTeamAddPro(heroAllNum)
|
||||||
-- for key, value in pairs(pokemonFormationAllHeroProVal) do
|
|
||||||
-- LogPink("灵兽编队加成 "..value)
|
|
||||||
-- end
|
|
||||||
this.DoubleTableCompound(teamProVal, pokemonFormationAllHeroProVal)
|
this.DoubleTableCompound(teamProVal, pokemonFormationAllHeroProVal)
|
||||||
|
--灵兽羁绊加成
|
||||||
|
local pokemonFetterAddPro = PokemonManager.GetAllPokemonFetterAddPros()
|
||||||
|
this.DoubleTableCompound(teamProVal, pokemonFetterAddPro)
|
||||||
--光环加成
|
--光环加成
|
||||||
local aureoleProAdd = FormationManager.GetCurFormationElementAdd(teamHeroInfos)
|
local aureoleProAdd = FormationManager.GetCurFormationElementAdd(teamHeroInfos)
|
||||||
this.DoubleTableCompound(teamProVal, aureoleProAdd)
|
this.DoubleTableCompound(teamProVal, aureoleProAdd)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue