TCX_LongZhu
DESKTOP-MMO982B\User 2026-03-05 16:55:39 +08:00
parent 7ca93605dd
commit a736357774
2 changed files with 6 additions and 1 deletions

View File

@ -301,6 +301,7 @@ ConfigName = {
RechargeCommodityorder="RechargeCommodityorder",
ArenaLevel = "ArenaLevel",
ArenaRoom = "ArenaRoom",
AssistanceConfig = "AssistanceConfig",
}
require "Framework/GameDataBase"

View File

@ -21,6 +21,7 @@ Func_Prop_Type = {
Weapon =18, --神兵
WeaponFetter=19, --神兵羁绊
Gift =20, --礼物
HelpFight = 22, --助战
}
-- 计算需要缓存数据的方法
@ -257,5 +258,8 @@ Func_Prop_Filter = {
[Func_Prop_Type.WeaponFetter] = function(funcData, heroData)
return funcData
end,
--助战属性加成
[Func_Prop_Type.HelpFight] = function(funcData, heroData)
return funcData
end,
}