mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Add a terrain passability class for water. Fixes #3308
This was SVN commit r16806.
This commit is contained in:
parent
1793a96c14
commit
e6d1afe48b
1 changed files with 6 additions and 0 deletions
|
|
@ -55,6 +55,8 @@
|
|||
Default-terrain-only: used by the AI, for wall-building
|
||||
placement and for territory influence growth.
|
||||
It must be kept in sync with "default".
|
||||
Ship-terrain-only: used by the AI.
|
||||
It must be kept in sync with "ship" and "ship-small".
|
||||
-->
|
||||
<unrestricted>
|
||||
<Obstructions>none</Obstructions>
|
||||
|
|
@ -64,6 +66,10 @@
|
|||
<MaxWaterDepth>2</MaxWaterDepth>
|
||||
<MaxTerrainSlope>1.0</MaxTerrainSlope>
|
||||
</default-terrain-only>
|
||||
<ship-terrain-only>
|
||||
<Obstructions>none</Obstructions>
|
||||
<MinWaterDepth>1</MinWaterDepth>
|
||||
</ship-terrain-only>
|
||||
|
||||
</PassabilityClasses>
|
||||
</Pathfinder>
|
||||
|
|
|
|||
Loading…
Reference in a new issue