Freeciv21
Develop your civilization from humble roots to a global empire
terrain_select Struct Reference

Public Attributes

int weight
 
enum mapgen_terrain_property target
 
enum mapgen_terrain_property prefer
 
enum mapgen_terrain_property avoid
 
int temp_condition
 
int wet_condition
 

Detailed Description

Definition at line 31 of file islands.cpp.

Member Data Documentation

◆ avoid

enum mapgen_terrain_property terrain_select::avoid

Definition at line 32 of file islands.cpp.

Referenced by fill_island(), and tersel_new().

◆ prefer

enum mapgen_terrain_property terrain_select::prefer

Definition at line 32 of file islands.cpp.

Referenced by fill_island(), and tersel_new().

◆ target

enum mapgen_terrain_property terrain_select::target

Definition at line 32 of file islands.cpp.

Referenced by fill_island(), and tersel_new().

◆ temp_condition

int terrain_select::temp_condition

Definition at line 36 of file islands.cpp.

Referenced by fill_island(), and tersel_new().

◆ weight

int terrain_select::weight

Definition at line 32 of file islands.cpp.

Referenced by fill_island(), and tersel_new().

◆ wet_condition

int terrain_select::wet_condition

Definition at line 37 of file islands.cpp.

Referenced by fill_island(), and tersel_new().