Just a simple, and painful to use calculator for the game Factorio written in Python
修订版 | 3d95e6a47f05edb4ea097ed61fe3163e2deb2767 (tree) |
---|---|
时间 | 2018-02-07 01:25:29 |
作者 | Eric Hopper <hopper@omni...> |
Commiter | Eric Hopper |
Adjustments for 0.16 times.
@@ -129,7 +129,7 @@ | ||
129 | 129 | <ingredient idref="gear" count="5" /> |
130 | 130 | <ingredient idref="iron" count="10" /> |
131 | 131 | </item> |
132 | - <item id="refinery" name="Refinery" time="10" produced="1"> | |
132 | + <item id="refinery" name="Refinery" time="8" produced="1"> | |
133 | 133 | <ingredient idref="steel" count="15" /> |
134 | 134 | <ingredient idref="gear" count="10" /> |
135 | 135 | <ingredient idref="stone_brick" count="10" /> |
@@ -190,7 +190,7 @@ | ||
190 | 190 | <ingredient idref="adv_circuit" count="5" /> |
191 | 191 | <ingredient idref="stone_brick" count="10" /> |
192 | 192 | </item> |
193 | - <item id="locomotive" name="Locomotive" time="1/2" produced="1"> | |
193 | + <item id="locomotive" name="Locomotive" time="4" produced="1"> | |
194 | 194 | <ingredient idref="engine" count="20" /> |
195 | 195 | <ingredient idref="circuit" count="10" /> |
196 | 196 | <ingredient idref="steel" count="30" /> |