From fcb396731a43e01a4e5c4e9495bc676cdb9df73e Mon Sep 17 00:00:00 2001
From: cehua-TT <448191260@qq.com>
Date: 星期二, 28 八月 2018 15:02:45 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxx_server
---
ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerFlower/PlayerFlowerDesignation.txt | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerFlower/PlayerFlowerDesignation.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerFlower/PlayerFlowerDesignation.txt
new file mode 100644
index 0000000..1b7447b
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerFlower/PlayerFlowerDesignation.txt
@@ -0,0 +1,16 @@
+# 玩家鲜花称号
+
+(
+[
+ 1, # 鲜花称号类型,数据库PySysDB中tagDienstgrad.txt的鲜花称号类型
+ 99, # 没进榜时,多少朵可获得称号,即保底称号需求鲜花数
+ 10005, # 没进榜时,可获得的称号id,即保底称号id
+
+ { # {名次:称号id,...}
+ 1:10001,
+ 3:10002,
+ 5:10003,
+ 10:10004,
+ }
+]
+)
\ No newline at end of file
--
Gitblit v1.8.0