blob: ee6b3686795e23950d29a25eb465a57de528f017 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
# lines starting with # or // are comments
# all other lines will be parsed and treated as filenames.
# basic stuff
../rules/rule_cave_001.tmx
# straight walls:
../rules/rule_cave_002.tmx
# corners at walls
../rules/rule_cave_003.tmx
../rules/rule_cave_004.tmx
../rules/rule_cave_005.tmx
# water in caves:
../rules/rule_cave_006.tmx
../rules/rule_cave_007.tmx
# rules for entrances, has bad exception handling,
# so mind where to put entrances. (So avoid putting them near corners)
../rules/rule_cave_008.tmx
# straight carpets
../rules/rule_cave_009.tmx
# corners in carpets
../rules/rule_cave_010.tmx
# ice mountains and caves... similar to usual caves
../rules/rule_icecave_001.tmx
../rules/rule_icecave_002.tmx
../rules/rule_icecave_003.tmx
../rules/rule_icecave_004.tmx
../rules/rule_icecave_005.tmx
../rules/rule_icecave_006.tmx
../rules/rule_icecave_007.tmx
../rules/rule_icemountain_001.tmx
../rules/rule_icemountain_002.tmx
../rules/rule_icemountain_003.tmx
../rules/rule_icemountain_004.tmx
# Rules for Woodlands.
#
# grass and high grass
../rules/rule_woodland_001.tmx
# straight borders of grass and high grass
../rules/rule_woodland_002.tmx
# borders at corners for grass and highgrass
../rules/rule_woodland_003.tmx
# this one is needed to grow trees and other stuff of Fringe into high grass
# XXX The O can be Tree in high grass. So there wont be setup borders
# XOX <-- If O is low grass, make borders of course
# XXX
../rules/rule_woodland_004.tmx
# straight borders of grass and high grass
../rules/rule_woodland_012.tmx
# borders at corners for grass and highgrass
../rules/rule_woodland_013.tmx
# add trees 1-9 except 7
../rules/rule_woodland_100.tmx
# add tree 7. This is seperated due to its extra height.
../rules/rule_woodland_101.tmx
|