Use the @wowgetoffyourcellphone's Uffington Horse as the Briton Wonder committed in @Enrique's special commit 83680b0dee. As such the building is no longer garrisonable, and no longer gives a population bonus.

Discussed with: @wowgetoffyourcellphone
Thread 1:
https://wildfiregames.com/forum/index.php?/topic/20986-civ-britons/&tab=comments#comment-318536
Thread 2:
https://wildfiregames.com/forum/index.php?/topic/17495-task-wonder-britons-stonehenge-and-white-horse/page/6/&tab=comments#comment-298890

This was SVN commit r22802.
This commit is contained in:
Stan
2019-08-29 15:55:12 +00:00
parent 9c6039e4fe
commit bc9116cdfb
2 changed files with 22 additions and 11 deletions
@@ -2,14 +2,14 @@
<actor version="1"> <actor version="1">
<float/> <float/>
<group> <group>
<variant> <variant name="Uffington Horse" frequency="1">
<decal width="60" depth="30" angle="0" offsetx="0" offsetz="0"/> <decal width="60" depth="30" angle="0" offsetx="0" offsetz="0"/>
<textures> <textures>
<texture file="structural/brit_white_horse.png" name="baseTex"/> <texture file="structural/brit_white_horse.png" name="baseTex"/>
<texture file="structural/brit_white_horse_norm.png" name="normTex"/> <texture file="structural/brit_white_horse_norm.png" name="normTex"/>
<texture file="structural/brit_white_horse_spec.png" name="specTex"/> <texture file="structural/brit_white_horse_spec.png" name="specTex"/>
</textures> </textures>
</variant> </variant>
</group> </group>
<material>terrain_norm_spec.xml</material> <material>terrain_norm_spec.xml</material>
</actor> </actor>
@@ -1,18 +1,29 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_wonder"> <Entity parent="template_structure_wonder">
<Footprint replace=""> <Footprint>
<Circle radius="30.0"/> <Square width="60.0" depth="30.0"/>
<Height>10.0</Height> <Height>10.0</Height>
</Footprint> </Footprint>
<GarrisonHolder disable=""/>
<Identity> <Identity>
<Civ>brit</Civ> <Civ>brit</Civ>
<SpecificName>Stonehenge</SpecificName> <SpecificName>Uffington White Horse</SpecificName>
</Identity> </Identity>
<Obstruction> <Obstruction>
<Static width="55.0" depth="55.0"/> <Static width="60.0" depth="30.0"/>
<BlockMovement>false</BlockMovement>
<BlockPathfinding>false</BlockPathfinding>
</Obstruction> </Obstruction>
<ProductionQueue disable=""/>
<RallyPoint disable=""/>
<StatusBars>
<HeightOffset>8.0</HeightOffset>
</StatusBars>
<VisualActor> <VisualActor>
<FoundationActor>structures/fndn_stonehenge.xml</FoundationActor> <FoundationActor>structures/fndn_stonehenge.xml</FoundationActor>
<Actor>structures/celts/stone_monument.xml</Actor> <Actor>structures/britons/wonder.xml</Actor>
<SelectionShape>
<Footprint/>
</SelectionShape>
</VisualActor> </VisualActor>
</Entity> </Entity>