wesnoth/data/scenarios/Random_Scenario.cfg
2004-05-17 03:16:06 +00:00

232 lines
3.0 KiB
INI

[multiplayer]
name=Random map
turns=90
id=ranmap
{DAWN}
{MORNING}
{AFTERNOON}
{DUSK}
{FIRST_WATCH}
{SECOND_WATCH}
map_generation=default
[generator]
name=default
map_width=60
map_height=60
iterations=1000
hill_size=10
max_lakes=40
villages=25
players=2
min_lake_height=500
lake_size=150
river_frequency=20
temperature_iterations=1000
temperature_size=10
default_convert=g
roads=3
road_windiness=3
#list of common terrain types which come in at
#different heights, from highest to lowest
[height]
height=500
terrain=m
[/height]
[height]
height=400
terrain=h
[/height]
[height]
height=40
terrain=g
[/height]
[height]
height=30
terrain=d
[/height]
[height]
height=5
terrain=c
[/height]
[height]
height=0
terrain=s
[/height]
#water at cold temperatures becomes ice
[convert]
min_height=50
max_temperature=20
from=cs
to=i
[/convert]
#at low temperatures, snow appears
[convert]
min_height=50
max_temperature=50
from=gd
to=S
[/convert]
#hills at low temperatures get snow on them
[convert]
max_temperature=50
from=h
to=H
[/convert]
#swamp appears on low land, at moderate temperatures
[convert]
min_temperature=500
max_temperature=700
max_height=200
from=g
to=w
[/convert]
#forest appears at moderate temperatures
[convert]
min_temperature=300
max_temperature=500
from=g
to=f
[/convert]
#desert appears at high temperatures
[convert]
min_temperature=900
from=g
to=d
[/convert]
#road costs
[road_cost]
terrain=g
cost=1
convert_to=r
[/road_cost]
[road_cost]
terrain=d
cost=2
convert_to=r
[/road_cost]
[road_cost]
terrain=f
cost=3
convert_to=r
[/road_cost]
[road_cost]
terrain=c
cost=5
convert_to_bridge=|,/,\
[/road_cost]
[road_cost]
terrain=h
cost=5
convert_to=r
[/road_cost]
[road_cost]
terrain=m
cost=10
convert_to=r
[/road_cost]
[road_cost]
terrain=r
cost=0
convert_to=r
[/road_cost]
#road going through snow is covered over by
#the snow (presumably the road was built when
#it wasn't snowing)
[road_cost]
terrain=S
cost=2
convert_to=S
[/road_cost]
[village]
terrain=g
convert_to=v
adjacent_liked=gccc|/\RRrrtvhf
rating=5
[/village]
[village]
terrain=d
convert_to=v
rating=2
adjacent_liked=gccc|/\RRrrtvhf
[/village]
#villages in forest are Elvish
[village]
terrain=f
convert_to=t
rating=4
adjacent_liked=gccc|/\RRrrtvhfff
[/village]
[village]
terrain=h
convert_to=v
rating=4
adjacent_liked=gccc|/\RRrrtvhf
[/village]
[village]
terrain=m
convert_to=v
rating=3
adjacent_liked=gccc|/\RRrrtvhf
[/village]
#villages in snow
[village]
terrain=S
convert_to=V
rating=3
adjacent_liked=gccc|/\RRrrtvhf
[/village]
[village]
terrain=F
convert_to=V
rating=3
adjacent_liked=gccc|/\RRrrtvhf
[/village]
#swamp villages
[village]
terrain=w
convert_to=Y
rating=2
adjacent_liked=gccc|/\RRrrtvhf
[/village]
#mermen villages - give them low chance of appearing
[village]
terrain=c
convert_to=Z
rating=1
adjacent_liked=cc
[/village]
[castle]
valid_terrain=gfh
min_distance=24
[/castle]
[/generator]
[/multiplayer]