From d8d9d409ac2deeaa343480bcc7db432373471a2e Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 31 十二月 2025 16:10:46 +0800
Subject: [PATCH] 129 【战斗】战斗系统-服务端(等级参考值支持多个模版,原等级表参考值去除改为配置在等级参考值表;阵容表增加对应的等级参考值模版ID字段;)
---
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/TreasureSet.txt | 16 ++++------------
1 files changed, 4 insertions(+), 12 deletions(-)
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/TreasureSet.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/TreasureSet.txt
index b13576d..6dcd2ff 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/TreasureSet.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/TreasureSet.txt
@@ -1,12 +1,4 @@
-TreasureType PackType CheckPack IsActType DailyMaxCount DailyFreeCount TreasureCountList RecycleItemMail CostItemID CostItemCountList CostMoneyType CostMoneyList EnsureCount OnceLucky FullLucky LuckyRateFormat LuckyGridNum GridNumMaxLimitInfo NotifyGridNumList NotifyKey AwardMoneyType AwardMoneyValue
-1 30 1 0 99999 0 [1, 10] 982 [1, 10] 1 [80, 640] 0 1 100 baseRate+max((curLuck-98),0)*10000 1 {} [1,5,8,12] 0 0
-2 30 1 0 99999 1 [1, 10] 983 [1, 10] 2 [600, 5700] 0 1 1000 baseRate+max((curLuck-998),0)*10000 1 {} [1,5,8,12] 0 0
-4 2 0 0 99999 0 [1, 10] 37000 [1, 10] 1 [200, 2000] 0 1 100 baseRate+max((curLuck-98),0)*10000 9 {} [9,10] 0 0
-5 2 0 0 99999 1 [1, 10] 7513 [1, 10] 1 [200, 2000] 0 1 90 baseRate 5 {} [5,6] 0 0
-11 35 1 0 99999 1 [1, 10] 982 [1, 10] 1 [200, 2000] 30 1 100 baseRate 5 {} [5,6] 51 1
-12 35 1 0 99999 1 [1, 10] 983 [1, 10] 1 [200, 2000] 20 1 100 baseRate 5 {} [5,6] 51 10
-13 35 1 0 99999 0 [1] 0 [] 51 [1000] 0 0 0 baseRate 0 {} [] 0 0
-105 2 1 1 99999 1 [1, 10] YunshiRecycleItem 989 [1, 10] 0 [] 0 1 200 baseRate 1 {"1":3, "2":12} [1,2] 0 0
-106 2 1 1 99999 1 [1, 10] YunshiRecycleItem 989 [1, 10] 0 [] 0 1 400 baseRate 1 {"1":3, "2":12} [1,2] 0 0
-107 2 1 1 99999 1 [1, 10] YunshiRecycleItem 989 [1, 10] 0 [] 0 1 400 baseRate 1 {"1":3, "2":12} [1,2] 0 0
-108 2 1 1 99999 1 [1, 10] YunshiRecycleItem 989 [1, 10] 0 [] 0 1 200 baseRate 1 {"1":3, "2":12} [1,2] 0 0
+TreasureType PackType CheckPack IsActType DailyMaxCount DailyFreeCount TreasureCountList RecycleItemMail CostItemID CostItemCountList CostMoneyType CostMoneyList EnsureCount OnceLucky LuckyRateFormat LuckyGridNum GridNumMaxLimitInfo NotifyGridNumList NotifyKey AwardMoneyType AwardMoneyValue WishReset WishLibSelect WishLibPubFreeCnt WishLibCard
+5 2 1 0 99999 2 [1, 10] 5 [1, 10] 1 [100, 1000] 0 1 baseRate 5 {} [5,6] 0 0 0 {} {} {}
+12 35 1 0 99999 3 [1, 10] 5 [1, 10] 1 [280, 2800] 0 1 baseRate 5 {} [4,5] {4:"HeroCall4", 5:"HeroCall5"} 0 0 1 {"104":1, "105":1} {"104":1, "105":1} {"104":25, "105":26}
+13 35 1 0 99999 0 [1, 10] 0 [] 51 [1000] 0 0 baseRate 0 {} [4,5] {4:"HeroCall4", 5:"HeroCall5"} 0 0 0 {} {} {}
--
Gitblit v1.8.0