This commit is contained in:
aixianling
2024-12-13 13:41:02 +08:00
commit 06658f112f
3887 changed files with 2687822 additions and 0 deletions

View File

@@ -0,0 +1,99 @@
--AB-行会配置.xlsx 建筑升级
GuildBuildConfig={
[1] = {
[1] = {
type = 1,
level = 1,
cost = 0,
guillvlimit = 0,
},
[2] = {
type = 1,
level = 2,
cost = 10000,
guillvlimit = 0,
},
[3] = {
type = 1,
level = 3,
cost = 20000,
guillvlimit = 0,
},
[4] = {
type = 1,
level = 4,
cost = 30000,
guillvlimit = 0,
},
[5] = {
type = 1,
level = 5,
cost = 40000,
guillvlimit = 0,
},
},
[2] = {
[1] = {
type = 2,
level = 1,
cost = 0,
guillvlimit = 1,
},
[2] = {
type = 2,
level = 2,
cost = 10000,
guillvlimit = 2,
},
[3] = {
type = 2,
level = 3,
cost = 20000,
guillvlimit = 3,
},
[4] = {
type = 2,
level = 4,
cost = 30000,
guillvlimit = 4,
},
[5] = {
type = 2,
level = 5,
cost = 40000,
guillvlimit = 5,
},
},
[3] = {
[1] = {
type = 3,
level = 1,
cost = 0,
guillvlimit = 1,
},
[2] = {
type = 3,
level = 2,
cost = 10000,
guillvlimit = 2,
},
[3] = {
type = 3,
level = 3,
cost = 20000,
guillvlimit = 3,
},
[4] = {
type = 3,
level = 4,
cost = 30000,
guillvlimit = 4,
},
[5] = {
type = 3,
level = 5,
cost = 40000,
guillvlimit = 5,
},
},
}