Changed craft times for all items,buildings, researches and added research that can change game stats/effects.
This commit is contained in:
+15
-15
@@ -9,7 +9,7 @@
|
||||
],
|
||||
"research": "basics",
|
||||
"texture": "res://Assets/Images/Buildings/Workbench.png",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 3.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
@@ -26,7 +26,7 @@
|
||||
],
|
||||
"research": "heat_control",
|
||||
"texture": "res://Assets/Images/Buildings/Furnace.png",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 10.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
@@ -47,7 +47,7 @@
|
||||
],
|
||||
"research": "basic_machines",
|
||||
"texture": "res://Assets/Images/Buildings/Crusher.png",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 8.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
@@ -64,7 +64,7 @@
|
||||
],
|
||||
"research": "basic_machines",
|
||||
"texture": "res://Assets/Images/Buildings/Press.png",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 6.5,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
@@ -81,7 +81,7 @@
|
||||
],
|
||||
"research": "basic_machines",
|
||||
"texture": "res://Assets/Images/Buildings/Anvil.png",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 7.5,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
@@ -98,7 +98,7 @@
|
||||
],
|
||||
"research": "textiles",
|
||||
"texture": "res://Assets/Images/Buildings/Loom.png",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 12.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
@@ -119,7 +119,7 @@
|
||||
],
|
||||
"research": "basic_electricity",
|
||||
"texture": "res://Assets/Images/Buildings/SteamGeneratorv1.png",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 18.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
@@ -136,7 +136,7 @@
|
||||
],
|
||||
"research": "stone_storage",
|
||||
"texture": "res://Assets/Images/Buildings/StoneChest.png",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 5.5,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
@@ -153,7 +153,7 @@
|
||||
],
|
||||
"research": "metalworking",
|
||||
"texture": "res://Assets/Images/Buildings/CopperChest.png",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 9.5,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
@@ -170,7 +170,7 @@
|
||||
],
|
||||
"research": "bronze_storage",
|
||||
"texture": "res://Assets/Images/Buildings/BronzeChest.png",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 14.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
@@ -187,7 +187,7 @@
|
||||
],
|
||||
"research": "iron_machining",
|
||||
"texture": "res://Assets/Images/Buildings/IronChest.png",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 17.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
@@ -208,7 +208,7 @@
|
||||
],
|
||||
"research": "advanced_power",
|
||||
"texture": "res://Assets/Images/Buildings/SteamGeneratorv2.png",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 28.0,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
@@ -225,7 +225,7 @@
|
||||
],
|
||||
"research": "glass_work",
|
||||
"texture": "res://Assets/Images/Buildings/WaterPurifier.png",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 12.5,
|
||||
"stacksize": 1
|
||||
},
|
||||
{
|
||||
@@ -246,7 +246,7 @@
|
||||
],
|
||||
"research": "glass_work",
|
||||
"texture": "res://Assets/Images/Buildings/Glassblower.png",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 13.5,
|
||||
"stacksize": 1
|
||||
}
|
||||
]
|
||||
]
|
||||
+423
-423
File diff suppressed because it is too large
Load Diff
+201
-25
@@ -19,7 +19,7 @@
|
||||
}
|
||||
],
|
||||
"research": "basics",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 4.0,
|
||||
"texture": "res://Assets/Images/Research/StoneageSymbol.png"
|
||||
},
|
||||
{
|
||||
@@ -35,7 +35,7 @@
|
||||
}
|
||||
],
|
||||
"research": "stoneage",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 5.0,
|
||||
"texture": "res://Assets/Images/Items/StoneGearSymbol.png"
|
||||
},
|
||||
{
|
||||
@@ -55,7 +55,7 @@
|
||||
}
|
||||
],
|
||||
"research": "stone_tools",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 7.0,
|
||||
"texture": "res://Assets/Images/Items/StoneGearSymbol.png"
|
||||
},
|
||||
{
|
||||
@@ -71,7 +71,7 @@
|
||||
}
|
||||
],
|
||||
"research": "basic_machines",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 8.0,
|
||||
"texture": "res://Assets/Images/Items/Heaterv1Symbol.png"
|
||||
},
|
||||
{
|
||||
@@ -91,7 +91,7 @@
|
||||
}
|
||||
],
|
||||
"research": "heat_control",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 9.0,
|
||||
"texture": "res://Assets/Images/Items/GlassSymbol.png"
|
||||
},
|
||||
{
|
||||
@@ -107,7 +107,7 @@
|
||||
}
|
||||
],
|
||||
"research": "basic_machines",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 6.0,
|
||||
"texture": "res://Assets/Images/Items/StonePlateSymbol.png"
|
||||
},
|
||||
{
|
||||
@@ -123,9 +123,35 @@
|
||||
}
|
||||
],
|
||||
"research": "stone_tools",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 8.0,
|
||||
"texture": "res://Assets/Images/Items/StoneRobotSymbol.png"
|
||||
},
|
||||
{
|
||||
"id": "joint_tuning",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "stone_gear",
|
||||
"amount": 3
|
||||
},
|
||||
{
|
||||
"item": "rope",
|
||||
"amount": 4
|
||||
}
|
||||
],
|
||||
"research": "stone_robotics",
|
||||
"crafttime": 10.0,
|
||||
"texture": "res://Assets/Images/Items/StoneGearSymbol.png",
|
||||
"effects": [
|
||||
{
|
||||
"stat": "robot_speed_bonus",
|
||||
"value": 0.1
|
||||
},
|
||||
{
|
||||
"stat": "robot_minimum_efficiency_bonus",
|
||||
"value": 0.05
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "copperage",
|
||||
"inputs": [
|
||||
@@ -139,7 +165,7 @@
|
||||
}
|
||||
],
|
||||
"research": "heat_control",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 12.0,
|
||||
"texture": "res://Assets/Images/Research/CopperageSymbol.png"
|
||||
},
|
||||
{
|
||||
@@ -155,7 +181,7 @@
|
||||
}
|
||||
],
|
||||
"research": "copperage",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 13.0,
|
||||
"texture": "res://Assets/Images/Items/CopperIngotSymbol.png"
|
||||
},
|
||||
{
|
||||
@@ -171,7 +197,7 @@
|
||||
}
|
||||
],
|
||||
"research": "copper_smelting",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 14.0,
|
||||
"texture": "res://Assets/Images/Items/TinIngotSymbol.png"
|
||||
},
|
||||
{
|
||||
@@ -191,7 +217,7 @@
|
||||
}
|
||||
],
|
||||
"research": "tin_working",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 16.0,
|
||||
"texture": "res://Assets/Images/Items/CopperGearSymbol.png"
|
||||
},
|
||||
{
|
||||
@@ -211,7 +237,7 @@
|
||||
}
|
||||
],
|
||||
"research": "metalworking",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 15.0,
|
||||
"texture": "res://Assets/Images/Items/RopeSymbol.png"
|
||||
},
|
||||
{
|
||||
@@ -235,7 +261,7 @@
|
||||
}
|
||||
],
|
||||
"research": "metalworking",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 18.0,
|
||||
"texture": "res://Assets/Images/Items/Batteryv1Symbol.png"
|
||||
},
|
||||
{
|
||||
@@ -255,9 +281,69 @@
|
||||
}
|
||||
],
|
||||
"research": "basic_electricity",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 20.0,
|
||||
"texture": "res://Assets/Images/Items/CopperRobotSymbol.png"
|
||||
},
|
||||
{
|
||||
"id": "efficient_actuators",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "battery_v1",
|
||||
"amount": 1
|
||||
},
|
||||
{
|
||||
"item": "copper_wire",
|
||||
"amount": 6
|
||||
},
|
||||
{
|
||||
"item": "copper_gear",
|
||||
"amount": 2
|
||||
}
|
||||
],
|
||||
"research": "copper_robotics",
|
||||
"crafttime": 22.0,
|
||||
"texture": "res://Assets/Images/Items/CopperWireSymbol.png",
|
||||
"effects": [
|
||||
{
|
||||
"stat": "robot_energy_use_reduction",
|
||||
"value": 0.12
|
||||
},
|
||||
{
|
||||
"stat": "robot_speed_bonus",
|
||||
"value": 0.08
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "cooling_channels",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "copper_plate",
|
||||
"amount": 3
|
||||
},
|
||||
{
|
||||
"item": "water",
|
||||
"amount": 6
|
||||
},
|
||||
{
|
||||
"item": "heating_element_v1",
|
||||
"amount": 1
|
||||
}
|
||||
],
|
||||
"research": "efficient_actuators",
|
||||
"crafttime": 21.0,
|
||||
"texture": "res://Assets/Images/Resources/WaterSymbol.png",
|
||||
"effects": [
|
||||
{
|
||||
"stat": "robot_heat_gain_reduction",
|
||||
"value": 0.15
|
||||
},
|
||||
{
|
||||
"stat": "robot_cooling_bonus",
|
||||
"value": 0.25
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "bronzeage",
|
||||
"inputs": [
|
||||
@@ -271,7 +357,7 @@
|
||||
}
|
||||
],
|
||||
"research": "basic_electricity",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 24.0,
|
||||
"texture": "res://Assets/Images/Research/BronzeageSymbol.png"
|
||||
},
|
||||
{
|
||||
@@ -291,7 +377,7 @@
|
||||
}
|
||||
],
|
||||
"research": "bronzeage",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 26.0,
|
||||
"texture": "res://Assets/Images/Items/BronzeIngotSymbol.png"
|
||||
},
|
||||
{
|
||||
@@ -307,7 +393,7 @@
|
||||
}
|
||||
],
|
||||
"research": "bronze_smelting",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 29.0,
|
||||
"texture": "res://Assets/Images/Items/BronzeGearSymbol.png"
|
||||
},
|
||||
{
|
||||
@@ -323,7 +409,7 @@
|
||||
}
|
||||
],
|
||||
"research": "bronze_machining",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 27.0,
|
||||
"texture": "res://Assets/Images/Items/BronzePlateSymbol.png"
|
||||
},
|
||||
{
|
||||
@@ -343,9 +429,39 @@
|
||||
}
|
||||
],
|
||||
"research": "bronze_machining",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 32.0,
|
||||
"texture": "res://Assets/Images/Items/BronzeRobotSymbol.png"
|
||||
},
|
||||
{
|
||||
"id": "sealed_bearings",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "bronze_gear",
|
||||
"amount": 3
|
||||
},
|
||||
{
|
||||
"item": "bronze_plate",
|
||||
"amount": 4
|
||||
},
|
||||
{
|
||||
"item": "glass_bottles",
|
||||
"amount": 2
|
||||
}
|
||||
],
|
||||
"research": "bronze_robotics",
|
||||
"crafttime": 35.0,
|
||||
"texture": "res://Assets/Images/Items/BronzeGearSymbol.png",
|
||||
"effects": [
|
||||
{
|
||||
"stat": "robot_maintenance_loss_reduction",
|
||||
"value": 0.2
|
||||
},
|
||||
{
|
||||
"stat": "robot_minimum_efficiency_bonus",
|
||||
"value": 0.08
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "ironage",
|
||||
"inputs": [
|
||||
@@ -363,7 +479,7 @@
|
||||
}
|
||||
],
|
||||
"research": "bronze_robotics",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 38.0,
|
||||
"texture": "res://Assets/Images/Research/IronageSymbol.png"
|
||||
},
|
||||
{
|
||||
@@ -379,7 +495,7 @@
|
||||
}
|
||||
],
|
||||
"research": "ironage",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 40.0,
|
||||
"texture": "res://Assets/Images/Items/IronIngotSymbol.png"
|
||||
},
|
||||
{
|
||||
@@ -395,7 +511,7 @@
|
||||
}
|
||||
],
|
||||
"research": "iron_smelting",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 44.0,
|
||||
"texture": "res://Assets/Images/Items/IronGearSymbol.png"
|
||||
},
|
||||
{
|
||||
@@ -415,7 +531,7 @@
|
||||
}
|
||||
],
|
||||
"research": "iron_machining",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 48.0,
|
||||
"texture": "res://Assets/Images/Items/Batteryv2Symbol.png"
|
||||
},
|
||||
{
|
||||
@@ -435,7 +551,67 @@
|
||||
}
|
||||
],
|
||||
"research": "advanced_power",
|
||||
"crafttime": 1.0,
|
||||
"crafttime": 54.0,
|
||||
"texture": "res://Assets/Images/Items/IronRobotSymbol.png"
|
||||
},
|
||||
{
|
||||
"id": "regulated_power_cores",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "battery_v2",
|
||||
"amount": 2
|
||||
},
|
||||
{
|
||||
"item": "dynamo_v2",
|
||||
"amount": 1
|
||||
},
|
||||
{
|
||||
"item": "iron_rod",
|
||||
"amount": 4
|
||||
}
|
||||
],
|
||||
"research": "iron_robotics",
|
||||
"crafttime": 58.0,
|
||||
"texture": "res://Assets/Images/Items/Batteryv2Symbol.png",
|
||||
"effects": [
|
||||
{
|
||||
"stat": "robot_energy_use_reduction",
|
||||
"value": 0.18
|
||||
},
|
||||
{
|
||||
"stat": "robot_heat_gain_reduction",
|
||||
"value": 0.12
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "precision_drive_train",
|
||||
"inputs": [
|
||||
{
|
||||
"item": "iron_gear",
|
||||
"amount": 4
|
||||
},
|
||||
{
|
||||
"item": "iron_plate",
|
||||
"amount": 4
|
||||
},
|
||||
{
|
||||
"item": "battery_v2",
|
||||
"amount": 1
|
||||
}
|
||||
],
|
||||
"research": "regulated_power_cores",
|
||||
"crafttime": 62.0,
|
||||
"texture": "res://Assets/Images/Items/IronGearSymbol.png",
|
||||
"effects": [
|
||||
{
|
||||
"stat": "robot_speed_bonus",
|
||||
"value": 0.18
|
||||
},
|
||||
{
|
||||
"stat": "robot_maintenance_loss_reduction",
|
||||
"value": 0.12
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user