Added decorations to main menu, added data for research and buildings
This commit is contained in:
@@ -0,0 +1,159 @@
|
||||
[
|
||||
{
|
||||
"id": "workbench",
|
||||
"inputs": [
|
||||
{ "item": "stone", "amount": 1 }
|
||||
],
|
||||
"research": "basics",
|
||||
"texture": "res://Assets/Images/Buildings/Workbench.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "furnace",
|
||||
"inputs": [
|
||||
{ "item": "stone", "amount": 1 },
|
||||
{ "item": "heating_element_v1", "amount": 1 }
|
||||
],
|
||||
"research": "stoneage",
|
||||
"texture": "res://Assets/Images/Buildings/Furnace.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "crusher",
|
||||
"inputs": [
|
||||
{ "item": "stone_gear", "amount": 1 },
|
||||
{ "item": "rope", "amount": 1 },
|
||||
{ "item": "stone", "amount": 1 }
|
||||
],
|
||||
"research": "stoneage",
|
||||
"texture": "res://Assets/Images/Buildings/Crusher.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "press",
|
||||
"inputs": [
|
||||
{ "item": "stone", "amount": 1 },
|
||||
{ "item": "rope", "amount": 1 }
|
||||
],
|
||||
"research": "stoneage",
|
||||
"texture": "res://Assets/Images/Buildings/Press.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "anvil",
|
||||
"inputs": [
|
||||
{ "item": "stone", "amount": 1 },
|
||||
{ "item": "rope", "amount": 1 }
|
||||
],
|
||||
"research": "stoneage",
|
||||
"texture": "res://Assets/Images/Buildings/Anvil.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "loom",
|
||||
"inputs": [
|
||||
{ "item": "copper_gear", "amount": 1 },
|
||||
{ "item": "rope", "amount": 1 }
|
||||
],
|
||||
"research": "copperage",
|
||||
"texture": "res://Assets/Images/Buildings/Loom.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "steam_generator_v1",
|
||||
"inputs": [
|
||||
{ "item": "dynamo_v1", "amount": 1 },
|
||||
{ "item": "battery_v1", "amount": 1 },
|
||||
{ "item": "heating_element_v1", "amount": 1 }
|
||||
],
|
||||
"research": "copperage",
|
||||
"texture": "res://Assets/Images/Buildings/SteamGeneratorv1.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "stone_chest",
|
||||
"inputs": [
|
||||
{ "item": "stone_plate", "amount": 1 },
|
||||
{ "item": "rope", "amount": 1 }
|
||||
],
|
||||
"research": "stoneage",
|
||||
"texture": "res://Assets/Images/Buildings/StoneChest.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "copper_chest",
|
||||
"inputs": [
|
||||
{ "item": "copper_plate", "amount": 1 },
|
||||
{ "item": "rope", "amount": 1 }
|
||||
],
|
||||
"research": "copperage",
|
||||
"texture": "res://Assets/Images/Buildings/CopperChest.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "bronze_chest",
|
||||
"inputs": [
|
||||
{ "item": "bronze_plate", "amount": 1 },
|
||||
{ "item": "rope", "amount": 1 }
|
||||
],
|
||||
"research": "bronzeage",
|
||||
"texture": "res://Assets/Images/Buildings/BronzeChest.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "iron_chest",
|
||||
"inputs": [
|
||||
{ "item": "iron_plate", "amount": 1 },
|
||||
{ "item": "rope", "amount": 1 }
|
||||
],
|
||||
"research": "ironage",
|
||||
"texture": "res://Assets/Images/Buildings/IronChest.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "steam_generator_v2",
|
||||
"inputs": [
|
||||
{ "item": "dynamo_v2", "amount": 1 },
|
||||
{ "item": "battery_v2", "amount": 1 },
|
||||
{ "item": "heating_element_v1", "amount": 1 }
|
||||
],
|
||||
"research": "ironage",
|
||||
"texture": "res://Assets/Images/Buildings/SteamGeneratorv2.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "water_purifier",
|
||||
"inputs": [
|
||||
{ "item": "heating_element_v1", "amount": 1 },
|
||||
{ "item": "glass_bottles", "amount": 1 }
|
||||
],
|
||||
"research": "stoneage",
|
||||
"texture": "res://Assets/Images/Buildings/WaterPurifier.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
"id": "glassblower",
|
||||
"inputs": [
|
||||
{ "item": "heating_element_v1", "amount": 1 },
|
||||
{ "item": "stone", "amount": 1 },
|
||||
{ "item": "copper_rod", "amount": 1 }
|
||||
],
|
||||
"research": "stoneage",
|
||||
"texture": "res://Assets/Images/Buildings/Glassblower.png",
|
||||
"crafttime": 1.0,
|
||||
"stacksize": 1
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,72 @@
|
||||
[
|
||||
{
|
||||
"id": "basics",
|
||||
"inputs": [],
|
||||
"research": "",
|
||||
"crafttime": 1.0
|
||||
},
|
||||
{
|
||||
"id": "stoneage",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "stone",
|
||||
"amount": 1
|
||||
},
|
||||
{
|
||||
"item": "coal",
|
||||
"amount": 1
|
||||
}
|
||||
],
|
||||
"research": "basics",
|
||||
"crafttime": 1.0
|
||||
},
|
||||
{
|
||||
"id": "copperage",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "copper_ore",
|
||||
"amount": 1
|
||||
},
|
||||
{
|
||||
"item": "rope",
|
||||
"amount": 1
|
||||
}
|
||||
],
|
||||
"research": "stoneage",
|
||||
"crafttime": 1.0
|
||||
},
|
||||
{
|
||||
"id": "bronzeage",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "copper_ingot",
|
||||
"amount": 1
|
||||
},
|
||||
{
|
||||
"item": "tin_ingot",
|
||||
"amount": 1
|
||||
}
|
||||
],
|
||||
"research": "copperage",
|
||||
"crafttime": 1.0
|
||||
},
|
||||
{
|
||||
"id": "ironage",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "bronze_ingot",
|
||||
"amount": 1
|
||||
},
|
||||
{
|
||||
"item": "dynamo_v1",
|
||||
"amount": 1
|
||||
},
|
||||
{
|
||||
"item": "battery_v1",
|
||||
"amount": 1
|
||||
}
|
||||
],
|
||||
"research": "bronzeage",
|
||||
"crafttime": 1.0
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user