From d28875bfe7a4e21ac4e518c3fd53b0f47bde7861 Mon Sep 17 00:00:00 2001
From: cehua_wcy <781813756@qq.com>
Date: 星期五, 21 十二月 2018 14:33:42 +0800
Subject: [PATCH] 5515 【测试】聚魂副本相关战斗属性山寨

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerPledge/CanPledgeMoney.txt |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerPledge/CanPledgeMoney.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerPledge/CanPledgeMoney.txt
new file mode 100644
index 0000000..0e71dbc
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerPledge/CanPledgeMoney.txt
@@ -0,0 +1,30 @@
+#押注的金钱限制[金钱类型,押注的最大限制]
+#玩家等级 playerplayerLV
+#参考金钱 reMoney
+#{赛场:{轮次:[]}}
+# 赛场1 = 本服预选赛
+# 赛场2 = 跨服预选赛
+# 赛场3 = 跨服赛
+(
+{
+    1:{
+        1:[3, "min(5000000,2000000+int(playerLV/100.0)*1000000)"], 
+        2:[3, "min(5000000,2000000+int(playerLV/100.0)*1000000)"], 
+        3:[3, "min(5000000,2000000+int(playerLV/100.0)*1000000)"], 
+        4:[3, "min(5000000,2000000+int(playerLV/100.0)*1000000)"], 
+        5:[3, "min(7000000,4000000+int(playerLV/100.0)*1000000)"],  
+      },
+     2:{
+        1:[3, "1000000+int(playerLV/60)*2000000+int(playerLV/90)*2000000+int(1/4)*(1000000+int(playerLV/60)*1000000+int(playerLV/90)*1000000)"], 
+        2:[3, "1000000+int(playerLV/60)*2000000+int(playerLV/90)*2000000+int(2/4)*(1000000+int(playerLV/60)*1000000+int(playerLV/90)*1000000)"], 
+        3:[3, "1000000+int(playerLV/60)*2000000+int(playerLV/90)*2000000+int(3/4)*(1000000+int(playerLV/60)*1000000+int(playerLV/90)*1000000)"], 
+        4:[3, "1000000+int(playerLV/60)*2000000+int(playerLV/90)*2000000+int(4/4)*(1000000+int(playerLV/60)*1000000+int(playerLV/90)*1000000)"], 
+        5:[3, "1000000+int(playerLV/60)*2000000+int(playerLV/90)*2000000+int(5/4)*(1000000+int(playerLV/60)*1000000+int(playerLV/90)*1000000)"],  
+      },
+     3:{
+        1:[3, "2000000+int(playerLV/60)*3000000+int(playerLV/90)*3000000+max(0,3-3)*(1000000+int(playerLV/60)*2000000+int(playerLV/90)*1000000)+max(0,3-4)*(1000000+int(playerLV/90)*1000000)"], 
+        4:[3, "2000000+int(playerLV/60)*3000000+int(playerLV/90)*3000000+max(0,4-3)*(1000000+int(playerLV/60)*2000000+int(playerLV/90)*1000000)+max(0,4-4)*(1000000+int(playerLV/90)*1000000)"], 
+        7:[3, "2000000+int(playerLV/60)*3000000+int(playerLV/90)*3000000+max(0,5-3)*(1000000+int(playerLV/60)*2000000+int(playerLV/90)*1000000)+max(0,5-4)*(1000000+int(playerLV/90)*1000000)"], 
+      },
+}
+)
\ No newline at end of file

--
Gitblit v1.8.0