mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:04:06 +00:00
Tweaking the Athenian field.
Tweaking 0 A.D. logo. Fixed tooltip for Slinger. Fixed name for Carthaginian wonder. This was SVN commit r13874.
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
</group>
|
||||
<group>
|
||||
<variant name="red">
|
||||
<textures><texture file="gaia/wrld_dankleberrybush_red.dds" name="baseTex"/></textures>
|
||||
<textures>
|
||||
<texture file="gaia/wrld_dankleberrybush_blue.dds" name="baseTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>basic_trans.xml</material>
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant>
|
||||
<mesh>props/field_grain.dae</mesh>
|
||||
<textures><texture file="structural/field_01.dds" name="baseTex"/></textures>
|
||||
<textures>
|
||||
<texture file="structural/field_01.dds" name="baseTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>basic_trans.xml</material>
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant>
|
||||
<mesh>structural/field_plot.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/special/common/field_grain.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures><texture file="structural/field_01.dds" name="baseTex"/></textures>
|
||||
<textures>
|
||||
<texture file="structural/field_01.dds" name="baseTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>basic_trans.xml</material>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -10,7 +10,7 @@
|
||||
</Health>
|
||||
<Identity>
|
||||
<Civ>cart</Civ>
|
||||
<SpecificName>Mausoleum</SpecificName>
|
||||
<SpecificName>Mausoleum of Atban</SpecificName>
|
||||
<History>Dating from the 2nd Century BC, the Mausoleum of Atban in northern Tunisia is over twenty metres high and was built by the inhabitants of Dougga for a Numidian prince.</History>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@
|
||||
<Identity>
|
||||
<Classes datatype="tokens">Sling</Classes>
|
||||
<GenericName>Slinger</GenericName>
|
||||
<Tooltip>Classes: Melee Infantry Slinger.
|
||||
<Tooltip>Classes: Ranged Infantry Slinger.
|
||||
Counters: 2x vs. Ranged Infantry, 1.5x vs. Melee Infantry.
|
||||
Countered by: Cavalry.</Tooltip>
|
||||
</Identity>
|
||||
|
||||
Reference in New Issue
Block a user