mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Fix Han practice_range triggering errors.
This was SVN commit r26541.
This commit is contained in:
parent
a586d94230
commit
ba825ac514
2 changed files with 3 additions and 28 deletions
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c72c56efc60ae45f208d73c83ce0e061e439c0fee99ba743eb75f4d945cd041c
|
||||
size 35108
|
||||
oid sha256:47d792b8ee953fd98e6764931e8562c89e1c9abbafbf0338f3bf5adbc9d75261
|
||||
size 34862
|
||||
|
|
|
|||
|
|
@ -1,35 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_military_range">
|
||||
<Footprint>
|
||||
<Square depth="24.0" width="28.0"/>
|
||||
<Height>5.0</Height>
|
||||
</Footprint>
|
||||
<GarrisonHolder>
|
||||
<List datatype="tokens">Minister</List>
|
||||
</GarrisonHolder>
|
||||
<Identity>
|
||||
<Civ>han</Civ>
|
||||
<SpecificName>Bǎ Chǎng</SpecificName>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static depth="22.0" width="26.0"/>
|
||||
</Obstruction>
|
||||
<Researcher>
|
||||
<Technologies datatype="tokens">
|
||||
archer_attack_spread
|
||||
special_crossbow_tradition
|
||||
</Technologies>
|
||||
</Researcher>
|
||||
<Entity parent="structures/han/range">
|
||||
<Trainer>
|
||||
<Entities datatype="tokens">
|
||||
units/{civ}/infantry_crossbowman_b
|
||||
-units/{civ}/champion_infantry_javelineer
|
||||
-units/{civ}/champion_infantry_slinger
|
||||
-units/{civ}/champion_infantry_archer
|
||||
</Entities>
|
||||
</Trainer>
|
||||
<VisualActor>
|
||||
<Actor>structures/han/range.xml</Actor>
|
||||
<FoundationActor>structures/fndn_7x7.xml</FoundationActor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
|
|
|
|||
Loading…
Reference in a new issue