From 3d90da62e8755a8af85794de24ee1ca8e4355347 Mon Sep 17 00:00:00 2001 From: cehua_wcy <781813756@qq.com> Date: 星期二, 30 十月 2018 20:06:42 +0800 Subject: [PATCH] 2685 天赋技能效果配置 --- ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerMonsterTag/MonsterTagIDInfo.txt | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerMonsterTag/MonsterTagIDInfo.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerMonsterTag/MonsterTagIDInfo.txt new file mode 100644 index 0000000..0750a82 --- /dev/null +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerMonsterTag/MonsterTagIDInfo.txt @@ -0,0 +1,23 @@ +# 图鉴卡片分组配置 +# [ +# [[白卡id、蓝卡id、紫卡id、橙卡id], [该组的第二只怪的配置]], +# [[白卡id、蓝卡id、紫卡id、橙卡id], [该组的第二只怪的配置]], +# ] +#顺序依次为:雪域高原,绿雾峡谷,远古遗迹,荒芜沙地,无尽之海,圣光天堂,暗夜祭坛,失落废墟,抉择之地,亡者陵墓 + + +( + [ + [[35000,36000,37000,0],[35001,36001,37001,0],[35002,36002,37002,0],[35003,36003,37003,0],[35004,36004,37004,0],[35005,36005,37005,0],[35006,36006,37006,38000]], + [[35010,36010,37010,0],[35011,36011,37011,0],[35012,36012,37012,0],[35013,36013,37013,0],[35014,36014,37014,0],[35015,36015,37015,0],[35016,36016,37016,0],[35017,36017,37017,0],[35018,36018,37018,38001]], + [[35020,36020,37020,0],[35021,36021,37021,0],[35022,36022,37022,0],[35023,36023,37023,0],[35024,36024,37024,0],[35025,36025,37025,0],[35026,36026,37026,38002]], + [[35030,36030,37030,0],[35031,36031,37031,0],[35032,36032,37032,0],[35033,36033,37033,0],[35034,36034,37034,0],[35035,36035,37035,0],[35036,36036,37036,38003]], + [[35040,36040,37040,0],[35041,36041,37041,0],[35042,36042,37042,0],[35043,36043,37043,0],[35044,36044,37044,0],[35045,36045,37045,0],[35046,36046,37046,38004]], + [[35050,36050,37050,0],[35051,36051,37051,0],[35052,36052,37052,0],[35053,36053,37053,0],[35054,36054,37054,0],[35055,36055,37055,0],[35056,36056,37056,38005]], + [[35060,36060,37060,0],[35061,36061,37061,0],[35062,36062,37062,0],[35063,36063,37063,0],[35064,36064,37064,0],[35065,36065,37065,0],[35066,36066,37066,38006]], + [[35070,36070,37070,0],[35071,36071,37071,0],[35072,36072,37072,0],[35073,36073,37073,0],[35074,36074,37074,0],[35075,36075,37075,0],[35076,36076,37076,38007]], + [[35080,36080,37080,0],[35081,36081,37081,0],[35082,36082,37082,0],[35083,36083,37083,0],[35084,36084,37084,0],[35085,36085,37085,0],[35086,36086,37086,38008]], + + + ] +) \ No newline at end of file -- Gitblit v1.8.0