• 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

Revisãoa1dab0324be6a85843be1cef533e5d26477c9265 (tree)
Hora2018-02-06 13:43:20
AutorEric Hopper <hopper@omni...>
CommiterEric Hopper

Mensagem de Log

Begin version controlling the XML version of the database.

Mudança Sumário

Diff

diff -r 20ee3b22eaf7 -r a1dab0324be6 item-db.pickle
Binary file item-db.pickle has changed
diff -r 20ee3b22eaf7 -r a1dab0324be6 items.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/items.xml Mon Feb 05 20:43:20 2018 -0800
@@ -0,0 +1,245 @@
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="pipe" name="Pipe" time="1/2" produced="1">
49+ <ingredient idref="iron" count="1" />
50+ </item>
51+ <item id="rocket_fuel" name="Rocket Fuel" time="30" produced="1">
52+ <ingredient idref="solid_fuel" count="10" />
53+ </item>
54+ <item id="steel" name="Steel" time="35/2" produced="1">
55+ <ingredient idref="iron" count="5" />
56+ </item>
57+ <item id="sulfuric_acid" name="Sulfuric Acid" time="1" produced="50">
58+ <ingredient idref="sulfur" count="5" />
59+ <ingredient idref="iron" count="1" />
60+ <ingredient idref="water" count="100" />
61+ </item>
62+ <item id="adv_circuit" name="Adv Circuit" time="6" produced="1">
63+ <ingredient idref="circuit" count="2" />
64+ <ingredient idref="plastic" count="2" />
65+ <ingredient idref="wire" count="4" />
66+ </item>
67+ <item id="assembly_1" name="Assembly 1" time="1/2" produced="1">
68+ <ingredient idref="circuit" count="3" />
69+ <ingredient idref="gear" count="5" />
70+ <ingredient idref="iron" count="9" />
71+ </item>
72+ <item id="battery" name="Battery" time="5" produced="1">
73+ <ingredient idref="copper" count="1" />
74+ <ingredient idref="iron" count="1" />
75+ <ingredient idref="sulfuric_acid" count="20" />
76+ </item>
77+ <item id="cargo_wagon" name="Cargo Wagon" time="1/2" produced="1">
78+ <ingredient idref="gear" count="10" />
79+ <ingredient idref="iron" count="10" />
80+ <ingredient idref="steel" count="10" />
81+ </item>
82+ <item id="chemical_plant" name="Chemical Plant" time="5" produced="1">
83+ <ingredient idref="steel" count="5" />
84+ <ingredient idref="gear" count="5" />
85+ <ingredient idref="circuit" count="5" />
86+ <ingredient idref="pipe" count="5" />
87+ </item>
88+ <item id="electric_miner" name="Electric miner" time="2" produced="1">
89+ <ingredient idref="circuit" count="3" />
90+ <ingredient idref="gear" count="5" />
91+ <ingredient idref="iron" count="10" />
92+ </item>
93+ <item id="engine" name="Engine" time="10" produced="1">
94+ <ingredient idref="steel" count="1" />
95+ <ingredient idref="gear" count="1" />
96+ <ingredient idref="pipe" count="1" />
97+ </item>
98+ <item id="exp_cannon_shell" name="Exp Cannon Shell" time="8" produced="1">
99+ <ingredient idref="explosives" count="2" />
100+ <ingredient idref="plastic" count="2" />
101+ <ingredient idref="steel" count="2" />
102+ </item>
103+ <item id="low_density_struct" name="Low Density Struct" time="30" produced="1">
104+ <ingredient idref="steel" count="10" />
105+ <ingredient idref="copper" count="5" />
106+ <ingredient idref="plastic" count="5" />
107+ </item>
108+ <item id="medium_pole" name="Medium Pole" time="1/2" produced="1">
109+ <ingredient idref="steel" count="2" />
110+ <ingredient idref="copper" count="2" />
111+ </item>
112+ <item id="piercing_bullets" name="Piercing Bullets" time="3" produced="1">
113+ <ingredient idref="bullets" count="1" />
114+ <ingredient idref="steel" count="1" />
115+ <ingredient idref="copper" count="5" />
116+ </item>
117+ <item id="pumpjack" name="Pumpjack" time="5" produced="1">
118+ <ingredient idref="steel" count="4" />
119+ <ingredient idref="gear" count="10" />
120+ <ingredient idref="circuit" count="5" />
121+ <ingredient idref="pipe" count="10" />
122+ </item>
123+ <item id="radar" name="Radar" time="1/2" produced="1">
124+ <ingredient idref="circuit" count="5" />
125+ <ingredient idref="gear" count="5" />
126+ <ingredient idref="iron" count="10" />
127+ </item>
128+ <item id="refinery" name="Refinery" time="10" produced="1">
129+ <ingredient idref="steel" count="15" />
130+ <ingredient idref="gear" count="10" />
131+ <ingredient idref="stone_brick" count="10" />
132+ <ingredient idref="circuit" count="10" />
133+ <ingredient idref="pipe" count="10" />
134+ </item>
135+ <item id="solar_panel" name="Solar Panel" time="10" produced="1">
136+ <ingredient idref="steel" count="5" />
137+ <ingredient idref="copper" count="5" />
138+ <ingredient idref="circuit" count="15" />
139+ </item>
140+ <item id="accumulator" name="Accumulator" time="10" produced="1">
141+ <ingredient idref="battery" count="5" />
142+ <ingredient idref="iron" count="2" />
143+ </item>
144+ <item id="artillery_shell" name="Artillery Shell" time="15" produced="1">
145+ <ingredient idref="exp_cannon_shell" count="4" />
146+ <ingredient idref="radar" count="1" />
147+ <ingredient idref="explosives" count="8" />
148+ </item>
149+ <item id="blue_science" name="Blue Science" time="12" produced="1">
150+ <ingredient idref="adv_circuit" count="1" />
151+ <ingredient idref="engine" count="1" />
152+ <ingredient idref="electric_miner" count="1" />
153+ </item>
154+ <item id="centrifuge" name="Centrifuge" time="4" produced="1">
155+ <ingredient idref="concrete" count="100" />
156+ <ingredient idref="steel" count="50" />
157+ <ingredient idref="adv_circuit" count="100" />
158+ <ingredient idref="gear" count="100" />
159+ </item>
160+ <item id="defender" name="Defender" time="8" produced="1">
161+ <ingredient idref="piercing_bullets" count="1" />
162+ <ingredient idref="circuit" count="2" />
163+ <ingredient idref="gear" count="3" />
164+ </item>
165+ <item id="efficiency_module_1" name="Efficiency Module 1" time="15" produced="1">
166+ <ingredient idref="circuit" count="5" />
167+ <ingredient idref="adv_circuit" count="5" />
168+ </item>
169+ <item id="electric_engine" name="Electric Engine" time="10" produced="1">
170+ <ingredient idref="engine" count="1" />
171+ <ingredient idref="circuit" count="2" />
172+ <ingredient idref="lube" count="15" />
173+ </item>
174+ <item id="electric_furnace" name="Electric Furnace" time="5" produced="1">
175+ <ingredient idref="steel" count="10" />
176+ <ingredient idref="adv_circuit" count="5" />
177+ <ingredient idref="stone_brick" count="10" />
178+ </item>
179+ <item id="locomotive" name="Locomotive" time="1/2" produced="1">
180+ <ingredient idref="engine" count="20" />
181+ <ingredient idref="circuit" count="10" />
182+ <ingredient idref="steel" count="30" />
183+ </item>
184+ <item id="processing_unit" name="Processing unit" time="10" produced="1">
185+ <ingredient idref="circuit" count="20" />
186+ <ingredient idref="adv_circuit" count="2" />
187+ <ingredient idref="sulfuric_acid" count="5" />
188+ </item>
189+ <item id="productivity_module_1" name="Productivity Module 1" time="15" produced="1">
190+ <ingredient idref="circuit" count="5" />
191+ <ingredient idref="adv_circuit" count="5" />
192+ </item>
193+ <item id="roboport" name="Roboport" time="5" produced="1">
194+ <ingredient idref="adv_circuit" count="45" />
195+ <ingredient idref="gear" count="45" />
196+ <ingredient idref="steel" count="45" />
197+ </item>
198+ <item id="speed_module_1" name="Speed Module 1" time="15" produced="1">
199+ <ingredient idref="circuit" count="5" />
200+ <ingredient idref="adv_circuit" count="5" />
201+ </item>
202+ <item id="substation" name="Substation" time="1/2" produced="1">
203+ <ingredient idref="steel" count="10" />
204+ <ingredient idref="adv_circuit" count="5" />
205+ <ingredient idref="copper" count="5" />
206+ </item>
207+ <item id="distractor" name="Distractor" time="15" produced="1">
208+ <ingredient idref="defender" count="4" />
209+ <ingredient idref="adv_circuit" count="3" />
210+ </item>
211+ <item id="purple_science" name="Purple Science" time="14" produced="2">
212+ <ingredient idref="electric_engine" count="1" />
213+ <ingredient idref="electric_furnace" count="1" />
214+ </item>
215+ <item id="robot_frame" name="Robot Frame" time="20" produced="1">
216+ <ingredient idref="electric_engine" count="1" />
217+ <ingredient idref="battery" count="2" />
218+ <ingredient idref="circuit" count="3" />
219+ <ingredient idref="steel" count="1" />
220+ </item>
221+ <item id="rocket_control" name="Rocket Control" time="30" produced="1">
222+ <ingredient idref="speed_module_1" count="1" />
223+ <ingredient idref="processing_unit" count="1" />
224+ </item>
225+ <item id="speed_module_2" name="Speed Module 2" time="30" produced="1">
226+ <ingredient idref="speed_module_1" count="4" />
227+ <ingredient idref="adv_circuit" count="5" />
228+ <ingredient idref="processing_unit" count="5" />
229+ </item>
230+ <item id="yellow_science" name="Yellow Science" time="14" produced="2">
231+ <ingredient idref="battery" count="1" />
232+ <ingredient idref="processing_unit" count="3" />
233+ <ingredient idref="speed_module_1" count="1" />
234+ <ingredient idref="wire" count="30" />
235+ </item>
236+ <item id="destroyer" name="Destroyer" time="15" produced="1">
237+ <ingredient idref="distractor" count="4" />
238+ <ingredient idref="speed_module_1" count="1" />
239+ </item>
240+ <item id="speed_module_3" name="Speed Module 3" time="60" produced="1">
241+ <ingredient idref="speed_module_2" count="5" />
242+ <ingredient idref="adv_circuit" count="5" />
243+ <ingredient idref="processing_unit" count="5" />
244+ </item>
245+</factorio_calc_item_db>