• R/O
  • SSH

提交

标签

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

修订版e1107f46ab6b644a4b273e655c4b50ef0599131d (tree)
时间2018-02-06 13:46:18
作者Eric Hopper <hopper@omni...>
CommiterEric Hopper

Log Message

Added Grenade, Turret, and Black Science to XML.

更改概述

差异

diff -r a1dab0324be6 -r e1107f46ab6b items.xml
--- a/items.xml Mon Feb 05 20:43:20 2018 -0800
+++ b/items.xml Mon Feb 05 20:46:18 2018 -0800
@@ -45,6 +45,10 @@
4545 <item id="gear" name="Gear" time="1/2" produced="1">
4646 <ingredient idref="iron" count="2" />
4747 </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>
4852 <item id="pipe" name="Pipe" time="1/2" produced="1">
4953 <ingredient idref="iron" count="1" />
5054 </item>
@@ -137,6 +141,11 @@
137141 <ingredient idref="copper" count="5" />
138142 <ingredient idref="circuit" count="15" />
139143 </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>
140149 <item id="accumulator" name="Accumulator" time="10" produced="1">
141150 <ingredient idref="battery" count="5" />
142151 <ingredient idref="iron" count="2" />
@@ -146,6 +155,11 @@
146155 <ingredient idref="radar" count="1" />
147156 <ingredient idref="explosives" count="8" />
148157 </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>
149163 <item id="blue_science" name="Blue Science" time="12" produced="1">
150164 <ingredient idref="adv_circuit" count="1" />
151165 <ingredient idref="engine" count="1" />