tests/fairland: Improve coverage
Rename the existing fairland run to "plain". New run "stunted" to cover larger minimal distances, islands that can't fully grow, and islands that can't be placed. New run "no-spike" to cover 0% spike. New run "spike" to cover high spike percentage, mountains and -i. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
c4441014e3
commit
f18159fb23
13 changed files with 3470 additions and 4 deletions
58
tests/fairland/plain.out
Normal file
58
tests/fairland/plain.out
Normal file
|
@ -0,0 +1,58 @@
|
|||
Creating a planet with:
|
||||
|
||||
10 continents
|
||||
continent size: 30
|
||||
number of islands: 10
|
||||
average size of islands: 15
|
||||
spike: 10%
|
||||
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(11) 2(25) 3(9) 4(21) 5(29) 6(16) 7(23) 8(18) 9(7) 10(4)
|
||||
elevating land...
|
||||
designating sectors...
|
||||
adding resources...
|
||||
setting coastal flags...
|
||||
writing to sectors file...
|
||||
|
||||
% % % . # # # d d # . . . . . . . # # # # # # . % % % % . . . .
|
||||
% % % . # # # # # # . . . . . . # # # # # # . . % % % . . . . .
|
||||
% . % % . # # # # # . . # # . . # # # j j # # # . . . . . . . .
|
||||
. . % . . # . . # . . . # # . . # # # # # . . . . . # # . . . .
|
||||
. . . . . . . . . . . . . # # . . # # # # . . . . . . # # # # #
|
||||
. . . . . . . . . . . . . # # . . . . . . . . . # # # # # # # .
|
||||
. . . # # . . . . . . . . # # # . . . . . . . . . . # # # # . .
|
||||
. . . # # # # . . . . . h h # # # # # . . . . . . # # f f # . .
|
||||
. . . . # # # . . . % % . # # # # . . . . . . . . . # # # # # .
|
||||
. . # c c # . . . . % . # # # # . . . . . . . . . . . . . # # .
|
||||
. . # # # # # # . % % % . # # # # . . . . . . . . . . . . . . .
|
||||
. . # # # # # . . % % . . . . . . . . . # # . % % % . . . . . .
|
||||
. . . # # # # . . . % % . % % . . . . # # # # . % % . . . . . .
|
||||
. . . . # # . . . . % . % % % . . . # e e # . % % . . . . . # .
|
||||
# . . . . . . . . . . . . . % % . . # # # # # . % % % . # # # #
|
||||
# . . . . . . % % % . . % . . . # # # # # # . % % % % . # # # #
|
||||
# . . . . . % % % % . . . % % . . # # # # # . % % % % . . i i #
|
||||
. . . . . . % % . . . . . % % % . # # # . # . % % % % . # # # #
|
||||
. . # # # . . . . . . . . % % % % . . . . . . % % % . . # # # #
|
||||
. # # # # . . . . . . . % % % % % . % % % % . . . . . . # # # .
|
||||
. # # # # # # . . . . % % % . . % . % % % % % % % % . . . # # .
|
||||
# # # g g # # . % % . % % . # . . % % % . . . % . . . . # # . .
|
||||
. # # # # # . . % % . . . . # # # . % % . . # . . # # . . . . %
|
||||
. # # # # . . . . . . # # # # # # . . . . # # # # # . . . . % %
|
||||
% . . . . # . . . . . # # b b # # # . . . # # a a . . . . . % %
|
||||
% % % % . . . . . . # # # # # # # . . . # # # # # # . . . % % %
|
||||
% % % % % % % . . . . # # # # . . . . . . . # # # # # # . . % %
|
||||
% % % % % . . . . . . . # # . . . . . . . # # # # # # . . . % %
|
||||
. . . . . . # . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
% % % % . . # . . . . . . . . . . . . . . . . . . . . . . . . %
|
||||
% % % % . # . # # # . . . . . . . . . . . . . . . . % % % % . .
|
||||
% % % . # # # # # . . . . . . . . . # . . . . . % % % % % . . %
|
||||
|
||||
A script for adding all the countries can be found in "sandbox/plain-newcap_script".
|
Loading…
Add table
Add a link
Reference in a new issue