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 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
# File: t_pref.txt
# Defines the preferences for the town features
# letter:feature:cave_info:monster:object:ego:artifact:trap:special
# Barrow-Downs entrance
F:{:7:3:0:0:0:0:0:4
# Mirkwood Forest entrance
F:~:7:3:0:0:0:0:0:1
# Land of Mordor entrance
F:|:7:3:0:0:0:0:0:2
# Angband Dungeon entrance
F:>:7:3:0:0:0:0:0:3
# Mountain chain
F:^:97:3
# Floor
F:.:1:3
# Trees
F:T:96:3
# Deep water
F:W:187:3
# Shallow water
F:V:84:3
# Deep Lava
F:L:85:3
# Shallow Lava
F:K:86:3
# Chasm
F:C:87:3
# Dirt
F:,:88:3
# Mud
F:@:94:3
# Rubble
F:;:49:3
# Grass
F:-:89:3
# Permanent wall
F:#:63:3
# Brick Roof
F:s:193:3
# Brick Roof Top
F:S:194:3
# Brick Roof Chimney
F:t:195:3
# Grass Roof
F:X:190:3
# Grass Roof Top
F:U:191:3
# Grass Roof Chimney
F:Y:192:3
# Cobblestone Road
F:O:200:3
# General Store
F:1:74:3:0:0:0:0:0:0
# Armoury
F:2:74:3:0:0:0:0:0:1
# Weapons Smith
F:3:74:3:0:0:0:0:0:2
# Temple
F:4:74:3:0:0:0:0:0:3
# Alchemy Shop
F:5:74:3:0:0:0:0:0:4
# Magic Shop
F:6:74:3:0:0:0:0:0:5
# Black Market
F:7:74:3:0:0:0:0:0:6
# Home
F:8:74:3:0:0:0:0:0:7
# Bookstore
F:9:74:3:0:0:0:0:0:8
# Pet Shop
F:0:74:3:0:0:0:0:0:9
# Underground Tunnels -- used for tunnels in towns
F:I:173:3
# Underground Tunnels -- used for tunnels in towns
F:M:204:3
# Fake blank feature
F: :0:3
|