@@ -163,6 +163,9 @@ namespace embark_assist{
163163 help_text.push_back (" Clay, if present" );
164164 help_text.push_back (" Min and Max soil depth in the embark rectangle." );
165165 help_text.push_back (" Flat indicator if all the tiles in the embark have the same elevation." );
166+ help_text.push_back (" 'Mostly Flat' = Condition above met. 'Flat Verified' = All surrounding tiles" );
167+ help_text.push_back (" also satisfy condition so no biome spill over may result in an" );
168+ help_text.push_back (" elevation difference." );
166169 help_text.push_back (" Aquifer indicator, color coded as blue if all tiles have an aquifer and light" );
167170 help_text.push_back (" blue if some, but not all, tiles have one." );
168171 help_text.push_back (" Waterfall, if the embark has river elevation differences." );
@@ -252,7 +255,7 @@ namespace embark_assist{
252255 help_text.push_back (" - The biome determination logic comes from code provided by Ragundo," );
253256 help_text.push_back (" with only marginal changes by the author. References can be found in" );
254257 help_text.push_back (" the source file." );
255- help_text.push_back (" - Thralling is determined by weather material interactions causing " );
258+ help_text.push_back (" - Thralling is determined by whether material interactions causes " );
256259 help_text.push_back (" blinking, which the author believes is one of 4 thralling changes." );
257260 help_text.push_back (" - The geo information is gathered by code which is essentially a" );
258261 help_text.push_back (" copy of parts of prospector's code adapted for this plugin." );
@@ -263,7 +266,13 @@ namespace embark_assist{
263266 help_text.push_back (" reaching caverns that have been removed at world gen to fail to be" );
264267 help_text.push_back (" generated at all. It's likely this bug also affects magma pools." );
265268 help_text.push_back (" This plugin does not address this but scripts can correct it." );
266- help_text.push_back (" Version 0.8 2018-12-04" );
269+ help_text.push_back (" - 'Flat Verified' vs 'Mostly Flat': There's no known way to detect" );
270+ help_text.push_back (" if an adjacent Mid Level Tile's biome 'spills over' into a tile." );
271+ help_text.push_back (" 'Flat Verified' means neighbors have the same elevation so spill overs" );
272+ help_text.push_back (" don't matter. 'Mostly Flat' means spill overs may ruin a completely" );
273+ help_text.push_back (" level embark, but might not. Can be used to 'rescue' a world where" );
274+ help_text.push_back (" a 'Flat Verified' match failed." );
275+ help_text.push_back (" Version 0.9 2019-06-23" );
267276
268277 break ;
269278 }
0 commit comments