Skip to content

AllowBurrowing

Ground that a subterranean unit may dive into or surface through.

Specification
Applies to
tile controls
File
theater control file
Section
[<TileSet ID>]
Value
boolean
When omitted
yes

The value is read once per tile set and applied to every tile the set produces. A cell answers that a unit may burrow there under All of:

  • the tile allows burrowing;
  • the cell is unramped;
  • the cell is neither under a bridge nor remembered as having been;
  • no structure stands on it;
  • no terrain object stands on it.

Both ends of an underground move are tested: the cell the unit dives at and the cell it means to come up in.

TEMPERAT.INI
[TileSet0631] ; example cliff set
SetName=Riverbank cliffs
FileName=RVCLIF
TilesInSet=8
AllowBurrowing=no ; nothing surfaces out of a cliff face
See alsoMorphable, AllowTiberium