mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Make hawks selectable in Atlas and alleviate their tendency to congregate in the upper right corner of maps.
This was SVN commit r14444.
This commit is contained in:
parent
bd2cd235fd
commit
bc136137fc
2 changed files with 6 additions and 0 deletions
|
|
@ -9,6 +9,9 @@
|
|||
<VisualActor>
|
||||
<Actor>fauna/hawk.xml</Actor>
|
||||
</VisualActor>
|
||||
<UnitAI>
|
||||
<RoamDistance>1000.0</RoamDistance>
|
||||
</UnitAI>
|
||||
<UnitMotion>
|
||||
<WalkSpeed>8.0</WalkSpeed>
|
||||
</UnitMotion>
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@
|
|||
<Floating>false</Floating>
|
||||
<TurnRate>6.0</TurnRate>
|
||||
</Position>
|
||||
<Selectable>
|
||||
<EditorOnly/>
|
||||
</Selectable>
|
||||
<UnitAI>
|
||||
<AlertReactiveLevel>0</AlertReactiveLevel>
|
||||
<DefaultStance>passive</DefaultStance>
|
||||
|
|
|
|||
Loading…
Reference in a new issue