Bär Halberkamp 10eb2bd986 ran wmlindent
2014-02-22 16:35:31 +01:00

281 lines
4.6 KiB
INI

#textdomain wesnoth
#define TRASH_A TERRAIN PROB IMAGESTEM
[terrain_graphics]
map="
, *
* , *
, 1
* , *
, *"
[tile]
pos=1
type={TERRAIN}
set_no_flag=litter_base
[/tile]
probability={PROB}
[image]
name={IMAGESTEM}-@V.png
variations="1;2;3;4;5"
base=90,144
center=90,144
layer=-201
[/image]
[/terrain_graphics]
#enddef
#define LITTER_BASE TERRAIN IMAGESTEM
[terrain_graphics]
map="
, *
* , *
, 1
* , *
, *"
[tile]
pos=1
type={TERRAIN}
set_no_flag=litter_base
[/tile]
probability=100
[image]
name={IMAGESTEM}@V.png
variations=";2;3;4;5;6"
base=90,144
center=90,144
layer=-201
[/image]
[/terrain_graphics]
#enddef
##################### two neighbours ########################
#define TRASH_B TERRAIN FLAG PROB VARIATIONS IMAGE
# set flags
[terrain_graphics]
map="
, *
* , *
, 1
2 , 2
, *"
[tile]
pos=1
type={TERRAIN}
set_no_flag={FLAG}
[/tile]
[tile]
pos=2
type={TERRAIN}
has_flag=litter_base
no_flag={FLAG}
[/tile]
probability=100
[/terrain_graphics]
[terrain_graphics]
map="
, *
* , 2
, 1
* , 2
, *"
[tile]
pos=1
type={TERRAIN}
set_no_flag={FLAG}
[/tile]
[tile]
pos=2
type={TERRAIN}
has_flag=litter_base
no_flag={FLAG}
[/tile]
probability=100
[/terrain_graphics]
[terrain_graphics]
map="
, *
2 , 2
, 1
* , *
, *"
[tile]
pos=1
type={TERRAIN}
set_no_flag={FLAG}
[/tile]
[tile]
pos=2
type={TERRAIN}
has_flag=litter_base
no_flag={FLAG}
[/tile]
probability=100
[/terrain_graphics]
[terrain_graphics]
map="
, *
2 , *
, 1
2 , *
, *"
[tile]
pos=1
type={TERRAIN}
set_no_flag={FLAG}
[/tile]
[tile]
pos=2
type={TERRAIN}
has_flag=litter_base
no_flag={FLAG}
[/tile]
probability=100
[/terrain_graphics]
# draw images
[terrain_graphics]
map="
, *
* , *
, 1
* , *
, *"
[tile]
pos=1
type={TERRAIN}
has_flag={FLAG}
set_no_flag={FLAG}_drawn
[/tile]
probability={PROB}
[image]
name={IMAGE}-@V.png
variations={VARIATIONS}
base=90,144
center=90,144
layer=-200
[/image]
[/terrain_graphics]
#enddef
############################## Major ##########################
#define TRASH_C TERRAIN FLAG FLAG2 PROB VARIATIONS IMAGE
# set flags
[terrain_graphics]
map="
, 2
3 , 3
, 1
3 , 3
, 2"
[tile]
pos=1
type={TERRAIN}
set_no_flag={FLAG}
[/tile]
[tile]
pos=2
has_flag={FLAG2}
no_flag={FLAG}
[/tile]
[tile]
pos=3
no_flag={FLAG}
[/tile]
probability=100
[/terrain_graphics]
[terrain_graphics]
map="
, 3
3 , 2
, 1
2 , 3
, 3"
[tile]
pos=1
type={TERRAIN}
set_no_flag={FLAG}
[/tile]
[tile]
pos=2
has_flag={FLAG2}
no_flag={FLAG}
[/tile]
[tile]
pos=3
no_flag={FLAG}
[/tile]
probability=100
[/terrain_graphics]
[terrain_graphics]
map="
, 3
2 , 3
, 1
3 , 2
, 3"
[tile]
pos=1
type={TERRAIN}
set_no_flag={FLAG}
[/tile]
[tile]
pos=2
has_flag={FLAG2}
no_flag={FLAG}
[/tile]
[tile]
pos=3
no_flag={FLAG}
[/tile]
probability=100
[/terrain_graphics]
# draw images
[terrain_graphics]
map="
, *
* , *
, 1
* , *
, *"
[tile]
pos=1
type={TERRAIN}
has_flag={FLAG}
set_no_flag={FLAG}_drawn
[/tile]
probability={PROB}
[image]
name={IMAGE}-@V.png
variations={VARIATIONS}
base=90,144
center=90,144
layer=-199
[/image]
[/terrain_graphics]
#enddef