mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-27 16:53:33 +00:00
Made the LOS properties slightly more realistic.
This was SVN commit r2874.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
bar_height="12.0"
|
||||
/>
|
||||
<Vision
|
||||
los="2"
|
||||
los="9"
|
||||
permanent="true"
|
||||
/>
|
||||
</Traits>
|
||||
|
||||
@@ -31,6 +31,9 @@
|
||||
<Up
|
||||
rank="0"
|
||||
/>
|
||||
<Vision
|
||||
permanent="false"
|
||||
/>
|
||||
</Traits>
|
||||
|
||||
<Actions />
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
rank="0"
|
||||
/>
|
||||
<Vision
|
||||
los="3"
|
||||
los="6"
|
||||
/>
|
||||
</Traits>
|
||||
<Footprint Radius="1.5" Height="1.5"/>
|
||||
@@ -41,4 +41,4 @@
|
||||
/>
|
||||
<Patrol />
|
||||
</Actions>
|
||||
</Entity>
|
||||
</Entity>
|
||||
|
||||
Reference in New Issue
Block a user