Just a simple, and painful to use calculator for the game Factorio written in Python
修订版 | e1107f46ab6b644a4b273e655c4b50ef0599131d (tree) |
---|---|
时间 | 2018-02-06 13:46:18 |
作者 | Eric Hopper <hopper@omni...> |
Commiter | Eric Hopper |
Added Grenade, Turret, and Black Science to XML.
@@ -45,6 +45,10 @@ | ||
45 | 45 | <item id="gear" name="Gear" time="1/2" produced="1"> |
46 | 46 | <ingredient idref="iron" count="2" /> |
47 | 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> | |
48 | 52 | <item id="pipe" name="Pipe" time="1/2" produced="1"> |
49 | 53 | <ingredient idref="iron" count="1" /> |
50 | 54 | </item> |
@@ -137,6 +141,11 @@ | ||
137 | 141 | <ingredient idref="copper" count="5" /> |
138 | 142 | <ingredient idref="circuit" count="15" /> |
139 | 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> | |
140 | 149 | <item id="accumulator" name="Accumulator" time="10" produced="1"> |
141 | 150 | <ingredient idref="battery" count="5" /> |
142 | 151 | <ingredient idref="iron" count="2" /> |
@@ -146,6 +155,11 @@ | ||
146 | 155 | <ingredient idref="radar" count="1" /> |
147 | 156 | <ingredient idref="explosives" count="8" /> |
148 | 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> | |
149 | 163 | <item id="blue_science" name="Blue Science" time="12" produced="1"> |
150 | 164 | <ingredient idref="adv_circuit" count="1" /> |
151 | 165 | <ingredient idref="engine" count="1" /> |