1
0
forked from 0ad/0ad

[Gameplay] - Enable Cart apartment.

Basically a beefed up house.

Original patch by: @borg-
Redone by: @Nescio
Icon by: @Stan
Differential revision: D2917
Reviewed by: @borg-, @Palaxin,
Comments by: @Freagarach, @genava55, @wraitii
This was SVN commit r24697.
This commit is contained in:
Freagarach 2021-01-19 11:05:12 +00:00
parent d42c76ceb7
commit 60ac4543c1
5 changed files with 30 additions and 7 deletions

Binary file not shown.

View File

@ -1,27 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="structures/cart/house">
<Entity parent="template_structure_civic_house_big">
<Capturable>
<CapturePoints op="mul">2</CapturePoints>
</Capturable>
<Cost>
<BuildTime>75</BuildTime>
<BuildTime op="mul">1.5</BuildTime>
<Resources>
<wood>225</wood>
<wood op="add">50</wood>
<stone op="add">50</stone>
</Resources>
</Cost>
<Footprint>
<Square width="15.0" depth="15.0"/>
</Footprint>
<GarrisonHolder>
<Max>9</Max>
<Max op="mul">2</Max>
</GarrisonHolder>
<Health>
<Max>1500</Max>
<Max op="mul">1.5</Max>
</Health>
<Identity>
<GenericName>Apartment Building</GenericName>
<SpecificName>Bet</SpecificName>
<Classes datatype="tokens">CivSpecific</Classes>
<VisibleClasses datatype="tokens">-Village Town</VisibleClasses>
<Icon>structures/apartment.png</Icon>
<RequiredTechnology>phase_town</RequiredTechnology>
</Identity>
<Loot>
<wood>45</wood>
<wood op="add">10</wood>
<stone op="add">10</stone>
</Loot>
<Obstruction>
<Static width="13.0" depth="13.0"/>
</Obstruction>
<Population>
<Bonus>15</Bonus>
<Bonus op="add">10</Bonus>
</Population>
<VisualActor>
<FoundationActor>structures/carthaginians/fndn_house.xml</FoundationActor>
<Actor>structures/carthaginians/apartment.xml</Actor>
</VisualActor>
</Entity>

View File

@ -23,6 +23,7 @@
structures/{civ}/crannog
structures/{civ}/military_colony
structures/{civ}/house
structures/{civ}/apartment
structures/{civ}/storehouse
structures/{civ}/farmstead
structures/{civ}/field

View File

@ -27,6 +27,7 @@
structures/{civ}/crannog
structures/{civ}/military_colony
structures/{civ}/house
structures/{civ}/apartment
structures/{civ}/storehouse
structures/{civ}/farmstead
structures/{civ}/field

View File

@ -7,6 +7,7 @@
structures/{civ}/crannog
structures/{civ}/military_colony
structures/{civ}/house
structures/{civ}/apartment
structures/{civ}/storehouse
structures/{civ}/farmstead
structures/{civ}/field