Files
0ad/binaries/data/mods/_test.sim/simulation/data/pathfinder.xml
T
Ykkrosh dd501b2a5a # Add initial basic player AI framework.
Support direct access to serializer streams, so serializers can be
nested.
Make component script "this.template" read-only.
Stop globally-subscribed component scripts receiving messages posted to
local components, to reduce out-of-sync risks.
Move pathfinder data out of entity template directory.
Fix GuiInterface deserialization.

This was SVN commit r8865.
2011-01-12 12:29:00 +00:00

16 lines
368 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Pathfinder>
<PassabilityClasses>
<default>
<MaxWaterDepth>2</MaxWaterDepth>
<MaxTerrainSlope>1.0</MaxTerrainSlope>
</default>
<ship>
<MinWaterDepth>1</MinWaterDepth>
</ship>
</PassabilityClasses>
<MovementClasses>
<default Speed="1.0" Cost="1.08"/>
</MovementClasses>
</Pathfinder>