forked from github/server
broken xml file
This commit is contained in:
parent
e639f53ea8
commit
bf89b256e5
|
@ -5,26 +5,26 @@
|
||||||
<construction>
|
<construction>
|
||||||
<requirement type="money" quantity="100"/>
|
<requirement type="money" quantity="100"/>
|
||||||
</construction>
|
</construction>
|
||||||
</building>
|
</archetype>
|
||||||
|
|
||||||
<archetype name="pikeman" building="barracks" cost="10">
|
<archetype name="pikeman" building="barracks" cost="10">
|
||||||
<construction>
|
<construction>
|
||||||
<requirement type="money" quantity="100"/>
|
<requirement type="money" quantity="100"/>
|
||||||
</construction>
|
</construction>
|
||||||
</building>
|
</archetype>
|
||||||
|
|
||||||
<archetype name="knight" building="barracks" cost="100">
|
<archetype name="knight" building="barracks" cost="100">
|
||||||
<construction>
|
<construction>
|
||||||
<requirement type="money" quantity="1000"/>
|
<requirement type="money" quantity="1000"/>
|
||||||
<requirement type="laen" quantity="1"/>
|
<requirement type="laen" quantity="1"/>
|
||||||
</construction>
|
</construction>
|
||||||
</building>
|
</archetype>
|
||||||
|
|
||||||
<archetype name="craftsman" building="castle" cost="10">
|
<archetype name="craftsman" building="castle" cost="10">
|
||||||
<construction>
|
<construction>
|
||||||
<requirement type="money" quantity="100"/>
|
<requirement type="money" quantity="100"/>
|
||||||
</construction>
|
</construction>
|
||||||
</building>
|
</archetype>
|
||||||
|
|
||||||
</archetypes>
|
</archetypes>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue