1
0
forked from 0ad/0ad

add outpost skirmish entity, and apply it to the Gambia River skirmish map

This was SVN commit r14409.
This commit is contained in:
sanderd17 2013-12-27 14:48:24 +00:00
parent 659736301a
commit bfa7f60251
2 changed files with 14 additions and 2 deletions

Binary file not shown.

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_outpost">
<Identity>
<Civ>skirm</Civ>
</Identity>
<SkirmishReplacer>
<general>structures/{civ}_outpost</general>
</SkirmishReplacer>
<VisualActor>
<Actor>structures/athenians/outpost.xml</Actor>
</VisualActor>
</Entity>