first commit
This commit is contained in:
128
data/conf/json/facility/facility_sjt.json
Normal file
128
data/conf/json/facility/facility_sjt.json
Normal file
@@ -0,0 +1,128 @@
|
||||
{
|
||||
"title": "城内设施-社稷坛配置",
|
||||
"name": "社稷坛",
|
||||
"type": 22,
|
||||
"des": "每升一级可以额外扩建一次",
|
||||
"additions": [
|
||||
22
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 9
|
||||
}
|
||||
],
|
||||
"levels": [{
|
||||
"level": 1,
|
||||
"values": [
|
||||
1
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
2
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
3
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
4
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
5
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
},
|
||||
{
|
||||
"level": 6,
|
||||
"values": [
|
||||
6
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 6000,
|
||||
"wood": 6000,
|
||||
"iron": 6000,
|
||||
"stone": 6000
|
||||
},
|
||||
"time": 60
|
||||
},
|
||||
{
|
||||
"level": 7,
|
||||
"values": [
|
||||
7
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 7000,
|
||||
"wood": 7000,
|
||||
"iron": 7000,
|
||||
"stone": 7000
|
||||
},
|
||||
"time": 70
|
||||
},
|
||||
{
|
||||
"level": 8,
|
||||
"values": [
|
||||
8
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 8000,
|
||||
"wood": 8000,
|
||||
"iron": 8000,
|
||||
"stone": 8000
|
||||
},
|
||||
"time": 80
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user