Some extra entity rank and looting attributes.

This was SVN commit r1341.
This commit is contained in:
Acumen 2004-11-16 21:15:34 +00:00
parent 419a1e0a7d
commit 5eb9480bf1
6 changed files with 50 additions and 0 deletions

View File

@ -16,6 +16,17 @@
type.unit.group.citizensoldier="true"
type.unit.group.worker="true"
/>
<Transform
upreq="900"
upcurr="0"
/>
<Loot
up="20"
food="1"
wood="1"
stone="1"
ore="1"
/>
</Traits>
<Footprint Radius="1.5"/>
<Actions>

View File

@ -11,5 +11,12 @@
type.unit.group.hero="true"
type.unit.material.organic="true"
/>
<Loot
up="1000"
food="1"
wood="1"
stone="1"
ore="1"
/>
</Traits>
</Entity>

View File

@ -16,5 +16,16 @@
type.unit.group.citizensoldier="true"
type.unit.group.worker="true"
/>
<Transform
upreq="600"
upcurr="0"
/>
<Loot
up="10"
food="1"
wood="1"
stone="1"
ore="1"
/>
</Traits>
</Entity>

View File

@ -10,5 +10,12 @@
type.unit.group.military="true"
type.unit.material.mechanical="true"
/>
<Loot
up="0"
food="0"
wood="20"
stone="0"
ore="0"
/>
</Traits>
</Entity>

View File

@ -10,5 +10,12 @@
type.unit.group.military="true"
type.unit.group.superunit="true"
/>
<Loot
up="50"
food="1"
wood="1"
stone="1"
ore="1"
/>
</Traits>
</Entity>

View File

@ -8,5 +8,12 @@
class2="Support"
type.unit.support="true"
/>
<Loot
up="1"
food="1"
wood="1"
stone="1"
ore="1"
/>
</Traits>
</Entity>