1
1
forked from 0ad/0ad

This was SVN commit r11357.

This commit is contained in:
Michael D. Hafer 2012-03-17 22:14:38 +00:00
parent 78840ad7b4
commit dc920f3c50

View File

@ -10,5 +10,22 @@
<texture>structural/rome_struct.png</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="garrisoned">
<props>
<prop actor="props/special/common/garrison_flag_rome.xml" attachpoint="garrisoned"/>
</props>
</variant>
<variant name="death">
<props>
<prop attachpoint="garrisoned"/>
<prop actor="particle/destruction_smoke_large.xml" attachpoint="root"/>
<prop actor="particle/destruction_dust_large.xml" attachpoint="root"/>
<prop actor="particle/destruction_dust_large_gray.xml" attachpoint="root"/>
<prop actor="props/structures/romans/rome_temple_big_statues.xml" attachpoint="root"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>