Files
RuinAdventurer/Assets/Research.json
T

77 lines
1.8 KiB
JSON

[
{
"id": "basics",
"inputs": [],
"research": "",
"crafttime": 1.0,
"texture": "res://Assets/Images/Research/BasicsSymbol.png"
},
{
"id": "stoneage",
"inputs": [
{
"item": "stone",
"amount": 1
},
{
"item": "coal",
"amount": 1
}
],
"research": "basics",
"crafttime": 1.0,
"texture": "res://Assets/Images/Research/StoneageSymbol.png"
},
{
"id": "copperage",
"inputs": [
{
"item": "copper_ore",
"amount": 1
},
{
"item": "rope",
"amount": 1
}
],
"research": "stoneage",
"crafttime": 1.0,
"texture": "res://Assets/Images/Research/CopperageSymbol.png"
},
{
"id": "bronzeage",
"inputs": [
{
"item": "copper_ingot",
"amount": 1
},
{
"item": "tin_ingot",
"amount": 1
}
],
"research": "copperage",
"crafttime": 1.0,
"texture": "res://Assets/Images/Research/BronzeageSymbol.png"
},
{
"id": "ironage",
"inputs": [
{
"item": "bronze_ingot",
"amount": 1
},
{
"item": "dynamo_v1",
"amount": 1
},
{
"item": "battery_v1",
"amount": 1
}
],
"research": "bronzeage",
"crafttime": 1.0,
"texture": "res://Assets/Images/Research/IronageSymbol.png"
}
]