The previous two commits put the same number of islands closest to each continent. This one makes their planned sizes match: instead of rolling dice separately for each island's size, we roll dice only for the first continent's islands. The other continent's islands get the same sizes. Actual island sizes still differ when islands can't be grown to their planned size. To be addressed next. fairland-test needs a tweak to avoid loss of test coverage. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
55 lines
2.6 KiB
Text
55 lines
2.6 KiB
Text
Creating a planet with:
|
|
|
|
3 continents
|
|
continent size: 30
|
|
number of islands: 15
|
|
average size of islands: 10
|
|
spike: 0%
|
|
0% of land is mountain (each continent will have 0 mountains)
|
|
minimum distance between continents: 2
|
|
minimum distance from islands to continents: 1
|
|
World dimensions: 64x32
|
|
|
|
#*# ...fairland rips open a rift in the datumplane... #*#
|
|
|
|
seed is 1
|
|
placing capitals...
|
|
growing continents...
|
|
growing islands: 1(6) 2(6) 3(6) 4(2) 5(2) 6(2) 7(5) 8(5) 9(5) 10(6) 11(6) 12(6) 13(3) 14(3) 15(3)
|
|
elevating land...
|
|
writing to sectors file...
|
|
|
|
. . . . . . . . . . . . . % . . . . . . . . . % . . . . . . . .
|
|
. . . . . . . . . . . . . % . . . . . . . . . . . . . . . . . .
|
|
. . . . . . . . . # . . . . . . . . . . . . . . . . . . . . . .
|
|
. . . . % . . # # # . # . . . . . . . . . . . . . . . . . . % .
|
|
. . . . % % . # c c # # . . . . . . . . . . . . . . . . . . % %
|
|
. . . . % % . # # # # # . . . . . . . . . . . . . . . . . . . .
|
|
. . . . . . . . # # # # . . . . . . % % . . . . . . . . . . . .
|
|
. . . . . % . # # # # . . . . . . % % . . . . . . . . . . . . .
|
|
. . . . % % % . # # # # . . . . . . % % . . . . . . . . . . . .
|
|
. . . . % % . . # # . . . . . . . . . . . . . . . . . . . . . .
|
|
. . . . . . . . . # . . . . . . . . . . . . . . . . . . . . . .
|
|
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
|
. % . . . . . . . . . . . . . . . . . # . . . . . . . . . . . .
|
|
% % . . . . . . . . . . . . . . . . # # # . . . . . . . . . . .
|
|
. . . . . . . . . . . . . . . . . . . # # # . . . . . . . . . .
|
|
. . . . . . . . . . . . . . . . . . # # # # . . . . . . . . . .
|
|
. . . . . . . . . . . . . . . . . . # # # # # . . . . . . . . .
|
|
. . . . . . . . . . % . . . . . . # # a a . . . . . . . . . . .
|
|
. . # # . # . . . % % % . . . . . # # # # # . . . . . . . . . .
|
|
. # # # # # # . . % . . . . . . . # # # # . . . . . . . . . . .
|
|
. # # # b b # . . . . . . . . . . . # . . . . . . . . . . . . .
|
|
. # # # # # . . . . . . . . . . . . . . . . . . . . . . . . . .
|
|
. # # # # # # . . . . . . . . . . . . . . . . . . . . . . . . .
|
|
. . . # # # . . . . . . . . . . . % % . . . . % . . . . . . . .
|
|
. . . . # . . . . . . . . . . . . . % . . . . % % . . . . . . .
|
|
. . . . . . . . . . . . . . . . . . . . . . % % . . . . . % % .
|
|
. . . . . . . . % % . . . . . . . . . . . . . % . . . . . % % .
|
|
. . . . . . . % % . . . . . . . . . . . . % . . . . . . . % % .
|
|
. . . . . . . % % . . . . . . . . . . . . % . . . . . . . . . .
|
|
. . . . . . . . . % % . . . . . . . . . % % % . . . . . . . % .
|
|
. . . . . . . . . % % . . . . . . . . . . . . . . . . . . . % .
|
|
. . . . . . . . % % . . . . . . . . . . . . % . . . . . . . . .
|
|
|
|
A script for adding all the countries can be found in "sandbox/no-spike-newcap_script".
|