blob: 51ed2fba2252578b8d20700fc66df726efa88161 (
plain)
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
|
# File: misc.txt
# Maximum number of towns
M:T:100
# Maximum number of non random towns(must be < 20)
M:t:17
# Maximum x size of the wilderness
M:X:101
# Maximum y size of the wilderness
M:Y:66
# Maximum number of ego-items in e_info.txt
M:E:238
# Maximum number of trap types in tr_info.txt
M:U:176
# Maximum size for "o_list[]"
M:O:1024
# Maximum size for "m_list[]"
M:M:768
|