Last active
February 22, 2017 21:08
-
-
Save nak1114/d298fd1a5bfc8f0fe28782fdba3bbc33 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title" : "core-0.12.1 , 日本語 mod3", | |
"label" : { | |
"product_name" : "生産物名称", | |
"require_product_speed" : "要求生産速度[units/sec]", | |
"production_facility" : "生産施設" | |
}, | |
"facilities" : { | |
"crafting" : [["assembling_machine_1", "assembling_machine_2"], | |
["assembling_machine_2", "assembling_machine_2"], | |
["assembling_machine_3", "assembling_machine_3"]], | |
"mining" : [["burner_mining_drill" ,"steel_axe" ], | |
[ "electric_mining_drill","steel_axe" ], | |
["hand_mining" ,"hand_mining"], | |
["iron_axe" ,"iron_axe" ], | |
["steel_axe" ,"steel_axe" ]], | |
"smelting" : [["stone_furnace"], ["steel_furnace"], ["electric_furnace"]], | |
"pump_oil" : [["pumpjack"]], | |
"pomp_water" : [["offshore_pump"]], | |
"chemistry" : [["chemical_plant"]] | |
}, | |
"recipes" : { | |
"hand_mining" : { | |
"icon" : "icons/hand-mining.png", | |
"name" : "手堀", | |
"production_efficiency" : 1.0 | |
}, | |
"raw_wood": { | |
"icon": "icons/raw-wood.png" , | |
"name": "原木", | |
"query": "原木(Raw wood)", | |
"quantity": 10.0, | |
"time": 0.5, | |
"category": "resource", | |
"ingredients": [], | |
"factory": ["hand_mining"] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment