From b6bc677e368e506f67a39553d1114417e7d26896 Mon Sep 17 00:00:00 2001
From: cehua_hzl <648597270@qq.com>
Date: 星期二, 28 八月 2018 15:04:56 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxx_server

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerTruck/OverTruckCost.txt |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerTruck/OverTruckCost.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerTruck/OverTruckCost.txt
new file mode 100644
index 0000000..c78b1e1
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerTruck/OverTruckCost.txt
@@ -0,0 +1,6 @@
+#立即完成运镖消耗元宝公式
+#playerLV玩家等级,truckLV运镖品阶
+
+(
+"int(2.5 * pow((truckLV+1),2) - 2.5 * (truckLV+1) + 5)"
+)

--
Gitblit v1.8.0