mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-26 21:11:35 +00:00
Templates | Skirmish Maps | Add a "Scout Ship" default template for skirmish maps.
This was SVN commit r28112.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_ship_warship_arrow">
|
||||
<Identity>
|
||||
<Civ>skirm</Civ>
|
||||
<Icon>units/athen/ship_scout.png</Icon>
|
||||
</Identity>
|
||||
<SkirmishReplacer>
|
||||
<general>units/{civ}/ship_scout</general>
|
||||
</SkirmishReplacer>
|
||||
<VisualActor>
|
||||
<Actor>structures/athenians/pentekonter_scout.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
Reference in New Issue
Block a user