1
0
forked from 0ad/0ad

Added heroes to Persians Sandbox.xml

New farm field "rubble" actor. Looks pretty good. May need a normal map
to look excellent.

This was SVN commit r12722.
This commit is contained in:
Michael D. Hafer 2012-09-30 00:55:52 +00:00
parent 6820ee1fc3
commit 01e36d1756
6 changed files with 23 additions and 9 deletions

View File

@ -1,11 +1,12 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<actor version="1"> <actor version="1">
<castshadow/>
<group> <group>
<variant name="base"> <variant>
<mesh>structural/field_plot.dae</mesh> <decal angle="90" depth="35" offsetx="0" offsetz="0" width="35"/>
<textures><texture file="structural/plot_field_fallow.dds" name="baseTex"/></textures> <textures>
<texture file="gaia/decal_farmland_fallow.png" name="baseTex"/>
</textures>
</variant> </variant>
</group> </group>
<material>basic_trans.xml</material> <material>terrain_base.xml</material>
</actor> </actor>

Binary file not shown.

View File

@ -63,7 +63,7 @@
{ {
"Name": "Kṣhatriya Warrior Caste.", "Name": "Kṣhatriya Warrior Caste.",
"History": "Kshatriya or Kashtriya, meaning warrior, is one of the four varnas (social orders) in Hinduism. Traditionally Kshatriya constitute the military and ruling elite of the Vedic-Hindu social system outlined by the Vedas and the Laws of Manu. The earliest Vedic literature listed by organisation of function, not of caste, the Kshatriya (holders of kṣatra, or authority) as first in rank, and the Brahmins second (priests and teachers of law), before the Vaisya (Cattle-herders, merchant-traders, farmers and some artisan castes), and the Sudra (labourers, some farming castes and other artisan castes).", "History": "Kshatriya or Kashtriya, meaning warrior, is one of the four varnas (social orders) in Hinduism. Traditionally Kshatriya constitute the military and ruling elite of the Vedic-Hindu social system outlined by the Vedas and the Laws of Manu. The earliest Vedic literature listed by organisation of function, not of caste, the Kshatriya (holders of kṣatra, or authority) as first in rank, and the Brahmins second (priests and teachers of law), before the Vaisya (Cattle-herders, merchant-traders, farmers and some artisan castes), and the Sudra (labourers, some farming castes and other artisan castes).",
"Description": "Mauryans gain access to 3 champion units, instead of the standard 2." "Description": "Mauryans gain access to 4 champion units, instead of the standard 2."
} }
], ],
"TeamBonuses": "TeamBonuses":

Binary file not shown.

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_rubble">
<Decay>
<DelayTime>60.0</DelayTime>
</Decay>
<VisualActor>
<Actor>structures/plot_field_fallow.xml</Actor>
</VisualActor>
</Entity>

View File

@ -25,6 +25,7 @@
</Footprint> </Footprint>
<Health> <Health>
<Max>120</Max> <Max>120</Max>
<SpawnEntityOnDeath>rubble/rubble_field</SpawnEntityOnDeath>
</Health> </Health>
<Identity> <Identity>
<GenericName>Field</GenericName> <GenericName>Field</GenericName>