From f2d47453cea82b5ed43335576b48c094db22d24f Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 18 七月 2025 16:38:23 +0800
Subject: [PATCH] 121 【武将】武将系统-服务端(属性计算、战斗力计算;新角色初始给默认装备、默认阵容武将;)

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/EquipPlace.txt |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/EquipPlace.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/EquipPlace.txt
index 031a593..1b10f42 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/EquipPlace.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/EquipPlace.txt
@@ -1,13 +1,13 @@
 EquipPlace	BaseAttrProportion	AttrLib1	AttrLib2	AttrLib3
-1	16.5	[10,12,33,39,213,221]	[9,138,34,210,214,222]	[28,215,216,219,220]
-2	16.5	[10,12,33,39,213,221]	[9,138,34,210,214,222]	[28,215,216,219,220]
-3	9.5	[10,12,33,39,213,221]	[9,138,34,210,214,222]	[28,215,216,219,220]
-4	9.5	[10,12,33,39,213,221]	[9,138,34,210,214,222]	[28,215,216,219,220]
-5	16.5	[10,12,33,39,213,221]	[9,138,34,210,214,222]	[28,215,216,219,220]
-6	16.5	[10,12,33,39,213,221]	[9,138,34,210,214,222]	[28,215,216,219,220]
-7	9.5	[10,12,33,39,213,221]	[9,138,34,210,214,222]	[28,215,216,219,220]
-8	9.5	[10,12,33,39,213,221]	[9,138,34,210,214,222]	[28,215,216,219,220]
-9	16.5	[10,12,33,39,213,221]	[9,138,34,210,214,222]	[28,215,216,219,220]
-10	16.5	[10,12,33,39,213,221]	[9,138,34,210,214,222]	[28,215,216,219,220]
-11	9.5	[10,12,33,39,213,221]	[9,138,34,210,214,222]	[28,215,216,219,220]
-12	9.5	[10,12,33,39,213,221]	[9,138,34,210,214,222]	[28,215,216,219,220]
+1	16.5	[21,23,25,27,29,31]	[22,24,26,28,30,32]	[41,42,43,44,45,46]
+2	16.5	[21,23,25,27,29,31]	[22,24,26,28,30,32]	[41,42,43,44,45,46]
+3	9.5	[21,23,25,27,29,31]	[22,24,26,28,30,32]	[41,42,43,44,45,46]
+4	9.5	[21,23,25,27,29,31]	[22,24,26,28,30,32]	[41,42,43,44,45,46]
+5	16.5	[21,23,25,27,29,31]	[22,24,26,28,30,32]	[41,42,43,44,45,46]
+6	16.5	[21,23,25,27,29,31]	[22,24,26,28,30,32]	[41,42,43,44,45,46]
+7	9.5	[21,23,25,27,29,31]	[22,24,26,28,30,32]	[41,42,43,44,45,46]
+8	9.5	[21,23,25,27,29,31]	[22,24,26,28,30,32]	[41,42,43,44,45,46]
+9	16.5	[21,23,25,27,29,31]	[22,24,26,28,30,32]	[41,42,43,44,45,46]
+10	16.5	[21,23,25,27,29,31]	[22,24,26,28,30,32]	[41,42,43,44,45,46]
+11	9.5	[21,23,25,27,29,31]	[22,24,26,28,30,32]	[41,42,43,44,45,46]
+12	9.5	[21,23,25,27,29,31]	[22,24,26,28,30,32]	[41,42,43,44,45,46]

--
Gitblit v1.8.0