OSDN Git Service

[Refactor] #37353 関数スコープ整理。 / Adjust scope of functions.
[hengband/hengband.git] / lib / edit / t_info.txt
1 # File: t_info.txt
2
3 # Includes the town definitions
4
5 # Preferences for the town features
6 %:t_pref.txt
7
8 # Town 1
9 ?:[AND [EQU $TOWN 1] [EQU $WILDERNESS LITE] ]
10 %:t_lite.txt
11 ?:[AND [EQU $TOWN 1] [EQU $WILDERNESS NORMAL] ]
12 %:t0000001.txt
13 ?:[AND [EQU $TOWN 1] [EQU $WILDERNESS NONE] ]
14 %:t_basic.txt
15 ?:1
16
17 # Town 2
18 ?:[EQU $TOWN 2]
19 %:t0000002.txt
20
21 # Town 3
22 ?:[EQU $TOWN 3]
23 %:t0000003.txt
24
25 # Town 4
26 ?:[EQU $TOWN 4]
27 %:t0000004.txt
28
29 # Town 5
30 ?:[EQU $TOWN 5]
31 %:t0000005.txt
32
33 # Town 6
34 ?:[EQU $TOWN 6]
35 %:t0000006.txt
36