Difference between revisions of "Grid - atom description"
Jump to navigation
Jump to search
| Line 4: | Line 4: | ||
*They '''do not hold graphical''' representation. | *They '''do not hold graphical''' representation. | ||
**[[Surface - atom description|Surface]] atoms hold the graphical representation, but used Surface atom is determined by '''Grid atoms in its four vertices'''. | **[[Surface - atom description|Surface]] atoms hold the graphical representation, but used Surface atom is determined by '''Grid atoms in its four vertices'''. | ||
| + | *Grid type can be set/changed in map editor by appropriate editor tool. | ||
*In the image above they are the '''red rects'''. | *In the image above they are the '''red rects'''. | ||
**Left and bottom Grit atoms are of type ''soil'' and top and right are of type ''desert'', so the result Surface atom is transition from ''soil'' to ''desert''. | **Left and bottom Grit atoms are of type ''soil'' and top and right are of type ''desert'', so the result Surface atom is transition from ''soil'' to ''desert''. | ||
Revision as of 14:21, 12 February 2021
General description
- Grid atoms represent type of terrain on a vertex of any tiles.
- They do not hold graphical representation.
- Surface atoms hold the graphical representation, but used Surface atom is determined by Grid atoms in its four vertices.
- Grid type can be set/changed in map editor by appropriate editor tool.
- In the image above they are the red rects.
- Left and bottom Grit atoms are of type soil and top and right are of type desert, so the result Surface atom is transition from soil to desert.
Properties description
| Name | Type | Default value / Obligatory |
Description |
|---|---|---|---|
| name | locale string | obligatory | Name of the grid type. Shown only in map editor. |
| is_water | bool | false | Determines if this Grid is accessible by ships. |
| water_power | int | 0 | Determines how big is the surroundings in which this tile can irrigate other tiles. |
| water_repellent | bool | false | Water repelent tiles cannot be irrigated by no means. |
| supported_subsoils | string | obligatory | Sequence of characters which describes all subsoils which represents this Grid. |
| surface_representant | atom<Grid> | null | Grid atom which is used, instead of this atom, for determination of Surface type. |
