first commit
This commit is contained in:
43
data/conf/json/map_build_custom.json
Normal file
43
data/conf/json/map_build_custom.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"title": "地图用户建设的建筑配置",
|
||||
"cfg": [
|
||||
{
|
||||
"type": 56,
|
||||
"name": "要塞",
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"durable": 10000,
|
||||
"defender": 5,
|
||||
"time": 20,
|
||||
"need": {
|
||||
"decree": 2,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"result": {
|
||||
"army_cnt": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"durable": 10000,
|
||||
"defender": 5,
|
||||
"time": 20,
|
||||
"need": {
|
||||
"decree": 3,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"result": {
|
||||
"army_cnt": 2
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user