• R/O
  • SSH

Commit

Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Just a simple, and painful to use calculator for the game Factorio written in Python


Commit MetaInfo

Revision540b2fa05cec5bb7d395719b48a5a9d691b4cca8 (tree)
Zeit2019-03-30 11:08:48
AutorEric Hopper <hopper@omni...>
CommiterEric Hopper

Log Message

Update to 0.17 item database and the XML based format.

Ändern Zusammenfassung

Diff

diff -r 0114c5c1cd03 -r 540b2fa05cec item-db-0.16.pickle
Binary file item-db-0.16.pickle has changed
diff -r 0114c5c1cd03 -r 540b2fa05cec item-db.pickle
Binary file item-db.pickle has changed
diff -r 0114c5c1cd03 -r 540b2fa05cec items-0.16.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/items-0.16.xml Fri Mar 29 19:08:48 2019 -0700
@@ -0,0 +1,259 @@
1+<?xml version="1.0" encoding="utf-8" standalone="no" ?>
2+<factorio_calc_item_db version="1.0">
3+ <item id="coal" name="Coal" />
4+ <item id="copper" name="Copper" />
5+ <item id="iron_ore" name="Iron Ore" />
6+ <item id="light_oil" name="Light Oil" />
7+ <item id="lube" name="Lube" />
8+ <item id="pet_gas" name="Pet Gas" />
9+ <item id="stone_brick" name="Stone brick" />
10+ <item id="water" name="Water" />
11+ <item id="concrete" name="Concrete" time="10" produced="10">
12+ <ingredient idref="stone_brick" count="5" />
13+ <ingredient idref="iron_ore" count="1" />
14+ <ingredient idref="water" count="100" />
15+ </item>
16+ <item id="iron" name="Iron" time="15/8" produced="1">
17+ <ingredient idref="iron_ore" count="1" />
18+ </item>
19+ <item id="plastic" name="Plastic" time="1" produced="2">
20+ <ingredient idref="coal" count="1" />
21+ <ingredient idref="pet_gas" count="10" />
22+ </item>
23+ <item id="solid_fuel" name="Solid Fuel" time="3" produced="1">
24+ <ingredient idref="light_oil" count="10" />
25+ </item>
26+ <item id="sulfur" name="Sulfur" time="1" produced="2">
27+ <ingredient idref="water" count="30" />
28+ <ingredient idref="pet_gas" count="30" />
29+ </item>
30+ <item id="wire" name="Wire" time="1/2" produced="2">
31+ <ingredient idref="copper" count="1" />
32+ </item>
33+ <item id="bullets" name="Bullets" time="1" produced="1">
34+ <ingredient idref="iron" count="4" />
35+ </item>
36+ <item id="circuit" name="Circuit" time="1/2" produced="1">
37+ <ingredient idref="iron" count="1" />
38+ <ingredient idref="wire" count="3" />
39+ </item>
40+ <item id="explosives" name="Explosives" time="5" produced="2">
41+ <ingredient idref="sulfur" count="1" />
42+ <ingredient idref="coal" count="1" />
43+ <ingredient idref="water" count="10" />
44+ </item>
45+ <item id="gear" name="Gear" time="1/2" produced="1">
46+ <ingredient idref="iron" count="2" />
47+ </item>
48+ <item id="grenade" name="Grenade" time="8" produced="1">
49+ <ingredient idref="iron" count="5" />
50+ <ingredient idref="coal" count="10" />
51+ </item>
52+ <item id="pipe" name="Pipe" time="1/2" produced="1">
53+ <ingredient idref="iron" count="1" />
54+ </item>
55+ <item id="rocket_fuel" name="Rocket Fuel" time="30" produced="1">
56+ <ingredient idref="solid_fuel" count="10" />
57+ </item>
58+ <item id="steel" name="Steel" time="35/2" produced="1">
59+ <ingredient idref="iron" count="5" />
60+ </item>
61+ <item id="sulfuric_acid" name="Sulfuric Acid" time="1" produced="50">
62+ <ingredient idref="sulfur" count="5" />
63+ <ingredient idref="iron" count="1" />
64+ <ingredient idref="water" count="100" />
65+ </item>
66+ <item id="adv_circuit" name="Adv Circuit" time="6" produced="1">
67+ <ingredient idref="circuit" count="2" />
68+ <ingredient idref="plastic" count="2" />
69+ <ingredient idref="wire" count="4" />
70+ </item>
71+ <item id="assembly_1" name="Assembly 1" time="1/2" produced="1">
72+ <ingredient idref="circuit" count="3" />
73+ <ingredient idref="gear" count="5" />
74+ <ingredient idref="iron" count="9" />
75+ </item>
76+ <item id="battery" name="Battery" time="5" produced="1">
77+ <ingredient idref="copper" count="1" />
78+ <ingredient idref="iron" count="1" />
79+ <ingredient idref="sulfuric_acid" count="20" />
80+ </item>
81+ <item id="cargo_wagon" name="Cargo Wagon" time="1/2" produced="1">
82+ <ingredient idref="gear" count="10" />
83+ <ingredient idref="iron" count="10" />
84+ <ingredient idref="steel" count="10" />
85+ </item>
86+ <item id="chemical_plant" name="Chemical Plant" time="5" produced="1">
87+ <ingredient idref="steel" count="5" />
88+ <ingredient idref="gear" count="5" />
89+ <ingredient idref="circuit" count="5" />
90+ <ingredient idref="pipe" count="5" />
91+ </item>
92+ <item id="electric_miner" name="Electric miner" time="2" produced="1">
93+ <ingredient idref="circuit" count="3" />
94+ <ingredient idref="gear" count="5" />
95+ <ingredient idref="iron" count="10" />
96+ </item>
97+ <item id="engine" name="Engine" time="10" produced="1">
98+ <ingredient idref="steel" count="1" />
99+ <ingredient idref="gear" count="1" />
100+ <ingredient idref="pipe" count="1" />
101+ </item>
102+ <item id="exp_cannon_shell" name="Exp Cannon Shell" time="8" produced="1">
103+ <ingredient idref="explosives" count="2" />
104+ <ingredient idref="plastic" count="2" />
105+ <ingredient idref="steel" count="2" />
106+ </item>
107+ <item id="low_density_struct" name="Low Density Struct" time="30" produced="1">
108+ <ingredient idref="steel" count="10" />
109+ <ingredient idref="copper" count="5" />
110+ <ingredient idref="plastic" count="5" />
111+ </item>
112+ <item id="medium_pole" name="Medium Pole" time="1/2" produced="1">
113+ <ingredient idref="steel" count="2" />
114+ <ingredient idref="copper" count="2" />
115+ </item>
116+ <item id="piercing_bullets" name="Piercing Bullets" time="3" produced="1">
117+ <ingredient idref="bullets" count="1" />
118+ <ingredient idref="steel" count="1" />
119+ <ingredient idref="copper" count="5" />
120+ </item>
121+ <item id="pumpjack" name="Pumpjack" time="5" produced="1">
122+ <ingredient idref="steel" count="4" />
123+ <ingredient idref="gear" count="10" />
124+ <ingredient idref="circuit" count="5" />
125+ <ingredient idref="pipe" count="10" />
126+ </item>
127+ <item id="radar" name="Radar" time="1/2" produced="1">
128+ <ingredient idref="circuit" count="5" />
129+ <ingredient idref="gear" count="5" />
130+ <ingredient idref="iron" count="10" />
131+ </item>
132+ <item id="refinery" name="Refinery" time="8" produced="1">
133+ <ingredient idref="steel" count="15" />
134+ <ingredient idref="gear" count="10" />
135+ <ingredient idref="stone_brick" count="10" />
136+ <ingredient idref="circuit" count="10" />
137+ <ingredient idref="pipe" count="10" />
138+ </item>
139+ <item id="solar_panel" name="Solar Panel" time="10" produced="1">
140+ <ingredient idref="steel" count="5" />
141+ <ingredient idref="copper" count="5" />
142+ <ingredient idref="circuit" count="15" />
143+ </item>
144+ <item id="turret" name="Turret" time="8" produced="1">
145+ <ingredient idref="gear" count="10" />
146+ <ingredient idref="iron" count="10" />
147+ <ingredient idref="copper" count="20" />
148+ </item>
149+ <item id="accumulator" name="Accumulator" time="10" produced="1">
150+ <ingredient idref="battery" count="5" />
151+ <ingredient idref="iron" count="2" />
152+ </item>
153+ <item id="artillery_shell" name="Artillery Shell" time="15" produced="1">
154+ <ingredient idref="exp_cannon_shell" count="4" />
155+ <ingredient idref="radar" count="1" />
156+ <ingredient idref="explosives" count="8" />
157+ </item>
158+ <item id="black_science" name="Black Science" time="10" produced="2">
159+ <ingredient idref="grenade" count="1" />
160+ <ingredient idref="piercing_bullets" count="1" />
161+ <ingredient idref="turret" count="1" />
162+ </item>
163+ <item id="blue_science" name="Blue Science" time="12" produced="1">
164+ <ingredient idref="adv_circuit" count="1" />
165+ <ingredient idref="engine" count="1" />
166+ <ingredient idref="electric_miner" count="1" />
167+ </item>
168+ <item id="centrifuge" name="Centrifuge" time="4" produced="1">
169+ <ingredient idref="concrete" count="100" />
170+ <ingredient idref="steel" count="50" />
171+ <ingredient idref="adv_circuit" count="100" />
172+ <ingredient idref="gear" count="100" />
173+ </item>
174+ <item id="defender" name="Defender" time="8" produced="1">
175+ <ingredient idref="piercing_bullets" count="1" />
176+ <ingredient idref="circuit" count="2" />
177+ <ingredient idref="gear" count="3" />
178+ </item>
179+ <item id="efficiency_module_1" name="Efficiency Module 1" time="15" produced="1">
180+ <ingredient idref="circuit" count="5" />
181+ <ingredient idref="adv_circuit" count="5" />
182+ </item>
183+ <item id="electric_engine" name="Electric Engine" time="10" produced="1">
184+ <ingredient idref="engine" count="1" />
185+ <ingredient idref="circuit" count="2" />
186+ <ingredient idref="lube" count="15" />
187+ </item>
188+ <item id="electric_furnace" name="Electric Furnace" time="5" produced="1">
189+ <ingredient idref="steel" count="10" />
190+ <ingredient idref="adv_circuit" count="5" />
191+ <ingredient idref="stone_brick" count="10" />
192+ </item>
193+ <item id="locomotive" name="Locomotive" time="4" produced="1">
194+ <ingredient idref="engine" count="20" />
195+ <ingredient idref="circuit" count="10" />
196+ <ingredient idref="steel" count="30" />
197+ </item>
198+ <item id="processing_unit" name="Processing unit" time="10" produced="1">
199+ <ingredient idref="circuit" count="20" />
200+ <ingredient idref="adv_circuit" count="2" />
201+ <ingredient idref="sulfuric_acid" count="5" />
202+ </item>
203+ <item id="productivity_module_1" name="Productivity Module 1" time="15" produced="1">
204+ <ingredient idref="circuit" count="5" />
205+ <ingredient idref="adv_circuit" count="5" />
206+ </item>
207+ <item id="roboport" name="Roboport" time="5" produced="1">
208+ <ingredient idref="adv_circuit" count="45" />
209+ <ingredient idref="gear" count="45" />
210+ <ingredient idref="steel" count="45" />
211+ </item>
212+ <item id="speed_module_1" name="Speed Module 1" time="15" produced="1">
213+ <ingredient idref="circuit" count="5" />
214+ <ingredient idref="adv_circuit" count="5" />
215+ </item>
216+ <item id="substation" name="Substation" time="1/2" produced="1">
217+ <ingredient idref="steel" count="10" />
218+ <ingredient idref="adv_circuit" count="5" />
219+ <ingredient idref="copper" count="5" />
220+ </item>
221+ <item id="distractor" name="Distractor" time="15" produced="1">
222+ <ingredient idref="defender" count="4" />
223+ <ingredient idref="adv_circuit" count="3" />
224+ </item>
225+ <item id="purple_science" name="Purple Science" time="14" produced="2">
226+ <ingredient idref="electric_engine" count="1" />
227+ <ingredient idref="electric_furnace" count="1" />
228+ </item>
229+ <item id="robot_frame" name="Robot Frame" time="20" produced="1">
230+ <ingredient idref="electric_engine" count="1" />
231+ <ingredient idref="battery" count="2" />
232+ <ingredient idref="circuit" count="3" />
233+ <ingredient idref="steel" count="1" />
234+ </item>
235+ <item id="rocket_control" name="Rocket Control" time="30" produced="1">
236+ <ingredient idref="speed_module_1" count="1" />
237+ <ingredient idref="processing_unit" count="1" />
238+ </item>
239+ <item id="speed_module_2" name="Speed Module 2" time="30" produced="1">
240+ <ingredient idref="speed_module_1" count="4" />
241+ <ingredient idref="adv_circuit" count="5" />
242+ <ingredient idref="processing_unit" count="5" />
243+ </item>
244+ <item id="yellow_science" name="Yellow Science" time="14" produced="2">
245+ <ingredient idref="battery" count="1" />
246+ <ingredient idref="processing_unit" count="3" />
247+ <ingredient idref="speed_module_1" count="1" />
248+ <ingredient idref="wire" count="30" />
249+ </item>
250+ <item id="destroyer" name="Destroyer" time="15" produced="1">
251+ <ingredient idref="distractor" count="4" />
252+ <ingredient idref="speed_module_1" count="1" />
253+ </item>
254+ <item id="speed_module_3" name="Speed Module 3" time="60" produced="1">
255+ <ingredient idref="speed_module_2" count="5" />
256+ <ingredient idref="adv_circuit" count="5" />
257+ <ingredient idref="processing_unit" count="5" />
258+ </item>
259+</factorio_calc_item_db>
diff -r 0114c5c1cd03 -r 540b2fa05cec items.xml
--- a/items.xml Fri Mar 29 19:06:38 2019 -0700
+++ b/items.xml Fri Mar 29 19:08:48 2019 -0700
@@ -6,23 +6,21 @@
66 <item id="light_oil" name="Light Oil" />
77 <item id="lube" name="Lube" />
88 <item id="pet_gas" name="Pet Gas" />
9- <item id="stone_brick" name="Stone brick" />
9+ <item id="stone" name="Stone" />
1010 <item id="water" name="Water" />
11- <item id="concrete" name="Concrete" time="10" produced="10">
12- <ingredient idref="stone_brick" count="5" />
13- <ingredient idref="iron_ore" count="1" />
14- <ingredient idref="water" count="100" />
15- </item>
16- <item id="iron" name="Iron" time="15/8" produced="1">
11+ <item id="iron" name="Iron" time="16/5" produced="1">
1712 <ingredient idref="iron_ore" count="1" />
1813 </item>
1914 <item id="plastic" name="Plastic" time="1" produced="2">
2015 <ingredient idref="coal" count="1" />
21- <ingredient idref="pet_gas" count="10" />
16+ <ingredient idref="pet_gas" count="20" />
2217 </item>
23- <item id="solid_fuel" name="Solid Fuel" time="3" produced="1">
18+ <item id="solid_fuel" name="Solid Fuel" time="2" produced="1">
2419 <ingredient idref="light_oil" count="10" />
2520 </item>
21+ <item id="stone_brick" name="Stone brick" time="16/5" produced="1">
22+ <ingredient idref="stone" count="2" />
23+ </item>
2624 <item id="sulfur" name="Sulfur" time="1" produced="2">
2725 <ingredient idref="water" count="30" />
2826 <ingredient idref="pet_gas" count="30" />
@@ -37,7 +35,12 @@
3735 <ingredient idref="iron" count="1" />
3836 <ingredient idref="wire" count="3" />
3937 </item>
40- <item id="explosives" name="Explosives" time="5" produced="2">
38+ <item id="concrete" name="Concrete" time="10" produced="10">
39+ <ingredient idref="stone_brick" count="5" />
40+ <ingredient idref="iron_ore" count="1" />
41+ <ingredient idref="water" count="100" />
42+ </item>
43+ <item id="explosives" name="Explosives" time="4" produced="2">
4144 <ingredient idref="sulfur" count="1" />
4245 <ingredient idref="coal" count="1" />
4346 <ingredient idref="water" count="10" />
@@ -49,13 +52,16 @@
4952 <ingredient idref="iron" count="5" />
5053 <ingredient idref="coal" count="10" />
5154 </item>
55+ <item id="iron_stick" name="Iron Stick" time="1/2" produced="2">
56+ <ingredient idref="iron" count="1" />
57+ </item>
5258 <item id="pipe" name="Pipe" time="1/2" produced="1">
5359 <ingredient idref="iron" count="1" />
5460 </item>
5561 <item id="rocket_fuel" name="Rocket Fuel" time="30" produced="1">
5662 <ingredient idref="solid_fuel" count="10" />
5763 </item>
58- <item id="steel" name="Steel" time="35/2" produced="1">
64+ <item id="steel" name="Steel" time="16" produced="1">
5965 <ingredient idref="iron" count="5" />
6066 </item>
6167 <item id="sulfuric_acid" name="Sulfuric Acid" time="1" produced="50">
@@ -63,6 +69,9 @@
6369 <ingredient idref="iron" count="1" />
6470 <ingredient idref="water" count="100" />
6571 </item>
72+ <item id="wall" name="Wall" time="1/2" produced="1">
73+ <ingredient idref="stone_brick" count="5" />
74+ </item>
6675 <item id="adv_circuit" name="Adv Circuit" time="6" produced="1">
6776 <ingredient idref="circuit" count="2" />
6877 <ingredient idref="plastic" count="2" />
@@ -73,15 +82,15 @@
7382 <ingredient idref="gear" count="5" />
7483 <ingredient idref="iron" count="9" />
7584 </item>
76- <item id="battery" name="Battery" time="5" produced="1">
85+ <item id="battery" name="Battery" time="4" produced="1">
7786 <ingredient idref="copper" count="1" />
7887 <ingredient idref="iron" count="1" />
7988 <ingredient idref="sulfuric_acid" count="20" />
8089 </item>
81- <item id="cargo_wagon" name="Cargo Wagon" time="1/2" produced="1">
90+ <item id="cargo_wagon" name="Cargo Wagon" time="1" produced="1">
8291 <ingredient idref="gear" count="10" />
83- <ingredient idref="iron" count="10" />
84- <ingredient idref="steel" count="10" />
92+ <ingredient idref="iron" count="20" />
93+ <ingredient idref="steel" count="20" />
8594 </item>
8695 <item id="chemical_plant" name="Chemical Plant" time="5" produced="1">
8796 <ingredient idref="steel" count="5" />
@@ -97,20 +106,26 @@
97106 <item id="engine" name="Engine" time="10" produced="1">
98107 <ingredient idref="steel" count="1" />
99108 <ingredient idref="gear" count="1" />
100- <ingredient idref="pipe" count="1" />
109+ <ingredient idref="pipe" count="2" />
101110 </item>
102111 <item id="exp_cannon_shell" name="Exp Cannon Shell" time="8" produced="1">
103112 <ingredient idref="explosives" count="2" />
104113 <ingredient idref="plastic" count="2" />
105114 <ingredient idref="steel" count="2" />
106115 </item>
107- <item id="low_density_struct" name="Low Density Struct" time="30" produced="1">
108- <ingredient idref="steel" count="10" />
109- <ingredient idref="copper" count="5" />
116+ <item id="inserter" name="Inserter" time="1/2" produced="1">
117+ <ingredient idref="circuit" count="1" />
118+ <ingredient idref="gear" count="1" />
119+ <ingredient idref="iron" count="1" />
120+ </item>
121+ <item id="low_density_struct" name="Low Density Struct" time="20" produced="1">
122+ <ingredient idref="steel" count="2" />
123+ <ingredient idref="copper" count="20" />
110124 <ingredient idref="plastic" count="5" />
111125 </item>
112126 <item id="medium_pole" name="Medium Pole" time="1/2" produced="1">
113127 <ingredient idref="steel" count="2" />
128+ <ingredient idref="iron_stick" count="4" />
114129 <ingredient idref="copper" count="2" />
115130 </item>
116131 <item id="piercing_bullets" name="Piercing Bullets" time="3" produced="1">
@@ -119,7 +134,7 @@
119134 <ingredient idref="copper" count="5" />
120135 </item>
121136 <item id="pumpjack" name="Pumpjack" time="5" produced="1">
122- <ingredient idref="steel" count="4" />
137+ <ingredient idref="steel" count="5" />
123138 <ingredient idref="gear" count="10" />
124139 <ingredient idref="circuit" count="5" />
125140 <ingredient idref="pipe" count="10" />
@@ -129,6 +144,21 @@
129144 <ingredient idref="gear" count="5" />
130145 <ingredient idref="iron" count="10" />
131146 </item>
147+ <item id="rail" name="Rail" time="1/2" produced="2">
148+ <ingredient idref="steel" count="1" />
149+ <ingredient idref="iron_stick" count="1" />
150+ <ingredient idref="stone" count="1" />
151+ </item>
152+ <item id="red_science" name="Red Science" time="5" produced="1">
153+ <ingredient idref="copper" count="1" />
154+ <ingredient idref="gear" count="1" />
155+ </item>
156+ <item id="refined_concrete" name="Refined Concrete" time="15" produced="10">
157+ <ingredient idref="concrete" count="20" />
158+ <ingredient idref="iron_stick" count="8" />
159+ <ingredient idref="steel" count="1" />
160+ <ingredient idref="water" count="100" />
161+ </item>
132162 <item id="refinery" name="Refinery" time="8" produced="1">
133163 <ingredient idref="steel" count="15" />
134164 <ingredient idref="gear" count="10" />
@@ -146,6 +176,10 @@
146176 <ingredient idref="iron" count="10" />
147177 <ingredient idref="copper" count="20" />
148178 </item>
179+ <item id="yellow_belt" name="Yellow Belt" time="1/2" produced="2">
180+ <ingredient idref="gear" count="1" />
181+ <ingredient idref="iron" count="1" />
182+ </item>
149183 <item id="accumulator" name="Accumulator" time="10" produced="1">
150184 <ingredient idref="battery" count="5" />
151185 <ingredient idref="iron" count="2" />
@@ -158,12 +192,12 @@
158192 <item id="black_science" name="Black Science" time="10" produced="2">
159193 <ingredient idref="grenade" count="1" />
160194 <ingredient idref="piercing_bullets" count="1" />
161- <ingredient idref="turret" count="1" />
195+ <ingredient idref="wall" count="2" />
162196 </item>
163- <item id="blue_science" name="Blue Science" time="12" produced="1">
164- <ingredient idref="adv_circuit" count="1" />
165- <ingredient idref="engine" count="1" />
166- <ingredient idref="electric_miner" count="1" />
197+ <item id="blue_science" name="Blue Science" time="24" produced="2">
198+ <ingredient idref="adv_circuit" count="3" />
199+ <ingredient idref="engine" count="2" />
200+ <ingredient idref="solid_fuel" count="1" />
167201 </item>
168202 <item id="centrifuge" name="Centrifuge" time="4" produced="1">
169203 <ingredient idref="concrete" count="100" />
@@ -171,11 +205,6 @@
171205 <ingredient idref="adv_circuit" count="100" />
172206 <ingredient idref="gear" count="100" />
173207 </item>
174- <item id="defender" name="Defender" time="8" produced="1">
175- <ingredient idref="piercing_bullets" count="1" />
176- <ingredient idref="circuit" count="2" />
177- <ingredient idref="gear" count="3" />
178- </item>
179208 <item id="efficiency_module_1" name="Efficiency Module 1" time="15" produced="1">
180209 <ingredient idref="circuit" count="5" />
181210 <ingredient idref="adv_circuit" count="5" />
@@ -190,6 +219,10 @@
190219 <ingredient idref="adv_circuit" count="5" />
191220 <ingredient idref="stone_brick" count="10" />
192221 </item>
222+ <item id="green_science" name="Green Science" time="6" produced="1">
223+ <ingredient idref="inserter" count="1" />
224+ <ingredient idref="yellow_belt" count="1" />
225+ </item>
193226 <item id="locomotive" name="Locomotive" time="4" produced="1">
194227 <ingredient idref="engine" count="20" />
195228 <ingredient idref="circuit" count="10" />
@@ -218,13 +251,10 @@
218251 <ingredient idref="adv_circuit" count="5" />
219252 <ingredient idref="copper" count="5" />
220253 </item>
221- <item id="distractor" name="Distractor" time="15" produced="1">
222- <ingredient idref="defender" count="4" />
223- <ingredient idref="adv_circuit" count="3" />
224- </item>
225- <item id="purple_science" name="Purple Science" time="14" produced="2">
226- <ingredient idref="electric_engine" count="1" />
254+ <item id="purple_science" name="Purple Science" time="21" produced="3">
227255 <ingredient idref="electric_furnace" count="1" />
256+ <ingredient idref="productivity_module_1" count="1" />
257+ <ingredient idref="rail" count="30" />
228258 </item>
229259 <item id="robot_frame" name="Robot Frame" time="20" produced="1">
230260 <ingredient idref="electric_engine" count="1" />
@@ -241,19 +271,27 @@
241271 <ingredient idref="adv_circuit" count="5" />
242272 <ingredient idref="processing_unit" count="5" />
243273 </item>
244- <item id="yellow_science" name="Yellow Science" time="14" produced="2">
245- <ingredient idref="battery" count="1" />
246- <ingredient idref="processing_unit" count="3" />
247- <ingredient idref="speed_module_1" count="1" />
248- <ingredient idref="wire" count="30" />
249- </item>
250- <item id="destroyer" name="Destroyer" time="15" produced="1">
251- <ingredient idref="distractor" count="4" />
252- <ingredient idref="speed_module_1" count="1" />
274+ <item id="defender" name="Defender" time="8" produced="1">
275+ <ingredient idref="piercing_bullets" count="1" />
276+ <ingredient idref="robot_frame" count="1" />
277+ <ingredient idref="gear" count="3" />
253278 </item>
254279 <item id="speed_module_3" name="Speed Module 3" time="60" produced="1">
255280 <ingredient idref="speed_module_2" count="5" />
256281 <ingredient idref="adv_circuit" count="5" />
257282 <ingredient idref="processing_unit" count="5" />
258283 </item>
284+ <item id="yellow_science" name="Yellow Science" time="21" produced="3">
285+ <ingredient idref="robot_frame" count="1" />
286+ <ingredient idref="processing_unit" count="2" />
287+ <ingredient idref="low_density_struct" count="3" />
288+ </item>
289+ <item id="distractor" name="Distractor" time="15" produced="1">
290+ <ingredient idref="defender" count="4" />
291+ <ingredient idref="adv_circuit" count="3" />
292+ </item>
293+ <item id="destroyer" name="Destroyer" time="15" produced="1">
294+ <ingredient idref="distractor" count="4" />
295+ <ingredient idref="speed_module_1" count="1" />
296+ </item>
259297 </factorio_calc_item_db>