init
This commit is contained in:
90
server/cross/LogicServer/data/config/Forge/Forge.config
Normal file
90
server/cross/LogicServer/data/config/Forge/Forge.config
Normal file
@@ -0,0 +1,90 @@
|
||||
--AB-锻造合成表.xlsx 展示界面
|
||||
ForgeConfig={
|
||||
[1] = {
|
||||
id = 1,
|
||||
showRewards = {
|
||||
{type=0,id=25,count=1},
|
||||
{type=0,id=26,count=1},
|
||||
{type=0,id=40,count=1},
|
||||
{type=0,id=28,count=1},
|
||||
{type=0,id=27,count=1},
|
||||
{type=0,id=29,count=1},
|
||||
{type=0,id=20,count=1},
|
||||
{type=0,id=24,count=1},
|
||||
{type=0,id=21,count=1},
|
||||
{type=0,id=15,count=1},
|
||||
{type=0,id=19,count=1},
|
||||
{type=0,id=17,count=1},
|
||||
{type=0,id=9,count=1},
|
||||
{type=0,id=10,count=1},
|
||||
{type=0,id=6,count=1},
|
||||
{type=0,id=5,count=1},
|
||||
{type=0,id=16,count=1},
|
||||
{type=0,id=14,count=1},
|
||||
{type=0,id=12,count=1},
|
||||
},
|
||||
dropid = 110001,
|
||||
level = 1,
|
||||
},
|
||||
[2] = {
|
||||
id = 2,
|
||||
showRewards = {
|
||||
{type=0,id=22,count=1},
|
||||
{type=0,id=23,count=1},
|
||||
{type=0,id=33,count=1},
|
||||
{type=0,id=25,count=1},
|
||||
{type=0,id=26,count=1},
|
||||
{type=0,id=40,count=1},
|
||||
{type=0,id=28,count=1},
|
||||
{type=0,id=27,count=1},
|
||||
{type=0,id=29,count=1},
|
||||
{type=0,id=20,count=1},
|
||||
{type=0,id=24,count=1},
|
||||
{type=0,id=21,count=1},
|
||||
{type=0,id=15,count=1},
|
||||
{type=0,id=19,count=1},
|
||||
{type=0,id=17,count=1},
|
||||
{type=0,id=9,count=1},
|
||||
{type=0,id=10,count=1},
|
||||
{type=0,id=6,count=1},
|
||||
{type=0,id=5,count=1},
|
||||
{type=0,id=16,count=1},
|
||||
{type=0,id=14,count=1},
|
||||
{type=0,id=12,count=1},
|
||||
},
|
||||
dropid = 110002,
|
||||
level = 51,
|
||||
},
|
||||
[3] = {
|
||||
id = 3,
|
||||
showRewards = {
|
||||
{type=0,id=30,count=1},
|
||||
{type=0,id=31,count=1},
|
||||
{type=0,id=32,count=1},
|
||||
{type=0,id=22,count=1},
|
||||
{type=0,id=23,count=1},
|
||||
{type=0,id=33,count=1},
|
||||
{type=0,id=25,count=1},
|
||||
{type=0,id=26,count=1},
|
||||
{type=0,id=40,count=1},
|
||||
{type=0,id=28,count=1},
|
||||
{type=0,id=27,count=1},
|
||||
{type=0,id=29,count=1},
|
||||
{type=0,id=20,count=1},
|
||||
{type=0,id=24,count=1},
|
||||
{type=0,id=21,count=1},
|
||||
{type=0,id=15,count=1},
|
||||
{type=0,id=19,count=1},
|
||||
{type=0,id=17,count=1},
|
||||
{type=0,id=9,count=1},
|
||||
{type=0,id=10,count=1},
|
||||
{type=0,id=6,count=1},
|
||||
{type=0,id=5,count=1},
|
||||
{type=0,id=16,count=1},
|
||||
{type=0,id=14,count=1},
|
||||
{type=0,id=12,count=1},
|
||||
},
|
||||
dropid = 110003,
|
||||
level = 63,
|
||||
},
|
||||
}
|
||||
2
server/cross/LogicServer/data/config/Forge/Forge.txt
Normal file
2
server/cross/LogicServer/data/config/Forge/Forge.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
--#include "./Forge.config"
|
||||
--#include "./ForgeBase.config"
|
||||
13
server/cross/LogicServer/data/config/Forge/ForgeBase.config
Normal file
13
server/cross/LogicServer/data/config/Forge/ForgeBase.config
Normal file
@@ -0,0 +1,13 @@
|
||||
--AB-锻造合成表.xlsx 锻造消耗
|
||||
ForgeBaseConfig={
|
||||
itemID = 263,
|
||||
one = 10,
|
||||
ten = 100,
|
||||
forgeonelevel = 999,
|
||||
forgetenlevel = 999,
|
||||
mergelevel = 1,
|
||||
mergezhuansheng = 0,
|
||||
mergeopenday = 0,
|
||||
Refininglevel = 1,
|
||||
upstarlevel = 30,
|
||||
}
|
||||
Reference in New Issue
Block a user