43 lines
827 B
JSON
43 lines
827 B
JSON
{
|
|
"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
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |