forked from mirrors/0ad
fd78034885
based on a patch by: aeonios `off` means that the territory visibility cannot be changed `hidden` means that it's hidden by default but can be enabled `visible` means it's visible by default
8 lines
248 B
XML
8 lines
248 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TerritoryManager>
|
|
<ImpassableCost>4</ImpassableCost>
|
|
<BorderThickness>0.75</BorderThickness>
|
|
<BorderSeparation>0.85</BorderSeparation>
|
|
<VisibilityStatus>visible</VisibilityStatus>
|
|
</TerritoryManager>
|