From 456bc650ca9786514ba7d1601129d78c8372bd06 Mon Sep 17 00:00:00 2001
From: cehua_wcy <781813756@qq.com>
Date: 星期三, 28 十一月 2018 14:20:12 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxx_server

---
 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