From 41346e71328e3d2432c17a9955cf4bbd4961a9ea Mon Sep 17 00:00:00 2001 From: cehua-TT <448191260@qq.com> Date: 星期一, 10 九月 2018 16:02:16 +0800 Subject: [PATCH] Merge branch '1.0.15' of http://192.168.0.87:10010/r/snxx_server into 1.0.15 --- ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/FBTurnCard/FBTurnCardItemCfg_1104005.txt | 73 ++++++++++++++++++++++++++++++++++++ 1 files changed, 73 insertions(+), 0 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/FBTurnCard/FBTurnCardItemCfg_1104005.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/FBTurnCard/FBTurnCardItemCfg_1104005.txt new file mode 100644 index 0000000..45f0058 --- /dev/null +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/FBTurnCard/FBTurnCardItemCfg_1104005.txt @@ -0,0 +1,73 @@ +#FBTurnCardItemCfg_地图ID.txt 地图ID写副本对应的地图ID 如诅咒城堡只写11040 +#格式:{(职业类型):{等级:{牌索引:物品信息列表}}} +#职业类型 若无职业区别 写 () +#等级 400 表示0-400级 +#物品信息列表 [概率,物品列表] +#物品列表[增长列表索引(不能相同),物品类型,物品ID,物品数量,是否绑定,需要格子数量,是否提示] +#物品类型: 0:普通物品 1:定制物品 + +( +{ +():{ + + 1000:{ + +0:[ + [3000,[0,0,1203,1,1,1,0]], + [6000,[1,0,1203,1,1,1,0]], + [7500,[2,0,1203,1,1,1,0]], + [9000,[3,0,1203,1,1,1,0]], + [10000,[4,0,1203,1,1,1,0]], + +], +1:[ + + + + [3000,[5,0,60000,4,1,1,0]], + [6000,[6,0,60000,4,1,1,0]], + [7500,[7,0,60000,4,1,1,0]], + [9000,[8,0,60000,4,1,1,0]], + [10000,[9,0,60000,4,1,1,0]], + +], +2:[ + + + + [3000,[10,0,60000,5,1,1,0]], + [6000,[11,0,60000,5,1,1,0]], + [8000,[12,0,60000,5,1,1,0]], + [9500,[13,0,60000,5,1,1,0]], + [10000,[14,0,60000,5,1,1,0]], + +], +3:[ + + + + [3000,[15,0,60000,6,1,1,0]], + [6000,[16,0,60000,6,1,1,0]], + [8000,[17,0,60000,6,1,1,0]], + [9000,[23,0,2027,2,1,1,0]], + [10000,[24,0,2027,2,1,1,0]], + + +], +4:[ + + + + [3000,[20,0,2027,2,1,1,0]], + [6000,[21,0,2027,2,1,1,0]], + [7500,[22,0,2027,2,1,1,0]], + [9500,[18,0,60000,6,1,1,0]], + [10000,[19,0,60000,6,1,1,0]], + +], + }, + + +} +} +) \ No newline at end of file -- Gitblit v1.8.0