mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 13:53:57 -07:00
#New Camel fauna.
This was SVN commit r8363.
This commit is contained in:
parent
8191e8d1dc
commit
71108ff458
7 changed files with 55 additions and 49 deletions
|
|
@ -1,13 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant frequency="1" name="Mesh">
|
||||
<variant frequency="1" name="camel">
|
||||
<mesh>skeletal/camel_1.dae</mesh>
|
||||
<texture>skeletal/animal_camel2.dds</texture>
|
||||
<texture>skeletal/animal_camel.png</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
</actor>
|
||||
|
|
|
|||
|
|
@ -1,39 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant frequency="100" name="Base">
|
||||
<texture>gaia/wrld_med_plant.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<variant name="a">
|
||||
<mesh>gaia/wrld_rock_1.pmd</mesh>
|
||||
</variant>
|
||||
<variant name="b">
|
||||
<mesh>gaia/wrld_rock_2.pmd</mesh>
|
||||
</variant>
|
||||
<variant name="c">
|
||||
<mesh>gaia/wrld_rock_3.pmd</mesh>
|
||||
</variant>
|
||||
<variant name="d">
|
||||
<mesh>gaia/wrld_rock_4.pmd</mesh>
|
||||
</variant>
|
||||
<variant name="e">
|
||||
<mesh>gaia/wrld_rock_5.pmd</mesh>
|
||||
</variant>
|
||||
<variant name="f">
|
||||
<mesh>gaia/wrld_rock_6.pmd</mesh>
|
||||
</variant>
|
||||
<variant name="g">
|
||||
<mesh>gaia/wrld_rock_7.pmd</mesh>
|
||||
</variant>
|
||||
<variant name="h">
|
||||
<mesh>gaia/wrld_rock_8.pmd</mesh>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
</actor>
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d2ab683bb010a094582dfc948b6ec2256f3a654845e4cafd2afc053c1f48bcc
|
||||
size 67477
|
||||
oid sha256:69f974f78539c0b126b095e7413841e414709bbbee86aa5986d9b00ebd18bfd4
|
||||
size 122915
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:474d391dc2a05d129ec7bec1be5ff8b612b1b476d26761dfca1666a345464d66
|
||||
size 86456
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1317a759ed47efba32787c324ce66728596413493c6b669286d9798b9e3f7b74
|
||||
size 168952
|
||||
oid sha256:5c6e8a7ab14883101c4e3695684fce08b6e63e7a29e59cadd6d7082d855365a8
|
||||
size 173369
|
||||
|
|
|
|||
|
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_fauna_hunt_skittish">
|
||||
<Identity>
|
||||
<Civ>gaia</Civ>
|
||||
<SpecificName>Camel</SpecificName>
|
||||
<IconCell>23</IconCell>
|
||||
</Identity>
|
||||
<ResourceSupply>
|
||||
<Amount>200</Amount>
|
||||
</ResourceSupply>
|
||||
<UnitMotion>
|
||||
<WalkSpeed>2.0</WalkSpeed>
|
||||
<Run>
|
||||
<Speed>10.0</Speed>
|
||||
<Range>600.0</Range>
|
||||
<RangeMin>5.0</RangeMin>
|
||||
</Run>
|
||||
</UnitMotion>
|
||||
<Footprint>
|
||||
<Circle radius="1.75"/>
|
||||
<Height>3.0</Height>
|
||||
</Footprint>
|
||||
<Obstruction>
|
||||
<Unit radius="1.5"/>
|
||||
</Obstruction>
|
||||
<VisualActor>
|
||||
<Actor>fauna/camel.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
|
|
@ -23,4 +23,20 @@
|
|||
<Obstruction>
|
||||
<Unit radius="3.0"/>
|
||||
</Obstruction>
|
||||
<Attack>
|
||||
<Melee>
|
||||
<Hack>10.0</Hack>
|
||||
<Pierce>10.0</Pierce>
|
||||
<Crush>10.0</Crush>
|
||||
<MaxRange>4.0</MaxRange>
|
||||
<RepeatTime>1000</RepeatTime>
|
||||
</Melee>
|
||||
<Charge>
|
||||
<Hack>30.0</Hack>
|
||||
<Pierce>30.0</Pierce>
|
||||
<Crush>30.0</Crush>
|
||||
<MaxRange>4.0</MaxRange>
|
||||
<MinRange>0.0</MinRange>
|
||||
</Charge>
|
||||
</Attack>
|
||||
</Entity>
|
||||
|
|
|
|||
Loading…
Reference in a new issue