-
Notifications
You must be signed in to change notification settings - Fork 10
Wood Column Wide
Matt Greer edited this page Jan 28, 2022
·
2 revisions
Wide wood column is a terrain entity typically found in airship levels
Its bytes are 0x4<height - 1> y x 5 <width>
It has two odd properties
If height is set to zero, as in 40 y x 5 <width>, then it will extend from its starting location to the bottom of the level
I have yet to find anything that will cancel the growth, like how plateaus stop when they encounter an object in the background map.
This means its minimum height is two tiles.
The width value increases the width by one half. So if you set width to 3, you get 1.5 wood columns
It is possible to treat a single entity like a floor by giving it a large width



