TCX_LongZhu
parent
7ca93605dd
commit
a736357774
|
|
@ -301,6 +301,7 @@ ConfigName = {
|
||||||
RechargeCommodityorder="RechargeCommodityorder",
|
RechargeCommodityorder="RechargeCommodityorder",
|
||||||
ArenaLevel = "ArenaLevel",
|
ArenaLevel = "ArenaLevel",
|
||||||
ArenaRoom = "ArenaRoom",
|
ArenaRoom = "ArenaRoom",
|
||||||
|
AssistanceConfig = "AssistanceConfig",
|
||||||
}
|
}
|
||||||
|
|
||||||
require "Framework/GameDataBase"
|
require "Framework/GameDataBase"
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@ Func_Prop_Type = {
|
||||||
Weapon =18, --神兵
|
Weapon =18, --神兵
|
||||||
WeaponFetter=19, --神兵羁绊
|
WeaponFetter=19, --神兵羁绊
|
||||||
Gift =20, --礼物
|
Gift =20, --礼物
|
||||||
|
HelpFight = 22, --助战
|
||||||
}
|
}
|
||||||
|
|
||||||
-- 计算需要缓存数据的方法
|
-- 计算需要缓存数据的方法
|
||||||
|
|
@ -257,5 +258,8 @@ Func_Prop_Filter = {
|
||||||
[Func_Prop_Type.WeaponFetter] = function(funcData, heroData)
|
[Func_Prop_Type.WeaponFetter] = function(funcData, heroData)
|
||||||
return funcData
|
return funcData
|
||||||
end,
|
end,
|
||||||
|
--助战属性加成
|
||||||
|
[Func_Prop_Type.HelpFight] = function(funcData, heroData)
|
||||||
|
return funcData
|
||||||
|
end,
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue