How to determine a plot is a hill?

Astax

Prince
Joined
Oct 27, 2005
Messages
556
I am a bit confused by this. There seems to be a Terrain Type 8 = TERRAIN_HILL, and plot type 1 = PLOT_HILLS. While I know there is isHills function. I am wondering how I would go about determining the plot as hills without that function? Mostly because if it is Hills I would like to turn it into flatland.
 
I am a bit confused by this. There seems to be a Terrain Type 8 = TERRAIN_HILL, and plot type 1 = PLOT_HILLS.

TERRAIN_HILL is somehow a fake for the plot type. It doesn't do really anything itself (IIRC).

While I know there is isHills function. I am wondering how I would go about determining the plot as hills without that function?

Why do you not want to use that function?

Mostly because if it is Hills I would like to turn it into flatland.

In the api is the function setPlotType for plots mentioned, so you can change it to flatlands with that.
 
Top Bottom