Init
This commit is contained in:
50
data/config/resource_categories.json
Normal file
50
data/config/resource_categories.json
Normal file
@ -0,0 +1,50 @@
|
||||
[
|
||||
{
|
||||
"categoryName": "手动采集",
|
||||
"itemIds": [
|
||||
"iron_ore",
|
||||
"copper_ore",
|
||||
"coal_ore",
|
||||
"stone_ore",
|
||||
"water",
|
||||
"crude_oil"
|
||||
]
|
||||
},
|
||||
{
|
||||
"categoryName": "基础资源",
|
||||
"itemIds": [
|
||||
"iron_ore",
|
||||
"copper_ore",
|
||||
"stone_ore",
|
||||
"coal_ore"
|
||||
]
|
||||
},
|
||||
{
|
||||
"categoryName": "液体资源",
|
||||
"itemIds": [
|
||||
"water",
|
||||
"crude_oil"
|
||||
]
|
||||
},
|
||||
{
|
||||
"categoryName": "冶炼",
|
||||
"itemIds": [
|
||||
"iron_ingot",
|
||||
"copper_ingot"
|
||||
]
|
||||
},
|
||||
{
|
||||
"categoryName": "建筑设施",
|
||||
"itemIds": [
|
||||
"smelter",
|
||||
"miner"
|
||||
]
|
||||
},
|
||||
{
|
||||
"categoryName": "生产设备",
|
||||
"itemIds": [
|
||||
"assembler",
|
||||
"chemical_plant"
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user