[go: up one dir, main page]

File: t_info.txt

package info (click to toggle)
tome 2.3.11-ah-2
  • links: PTS, VCS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd
  • size: 18,976 kB
  • ctags: 12,278
  • sloc: ansic: 145,042; sh: 212; makefile: 70
file content (41 lines) | stat: -rw-r--r-- 839 bytes parent folder | download | duplicates (8)
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
# File: t_info.txt

# Includes the town definitions

# Preferences for the town features
%:t_pref.txt

# Town Bree
?:[AND [EQU $TOWN 1] [EQU $TOWN_DESTROY1 1] ]
%:t_d_bree.txt
?:[AND [EQU $TOWN 1] [NOT [EQU $TOWN_DESTROY1 1] ] ]
%:t_bree.txt
?:1

# Town Gondor
?:[AND [EQU $TOWN 2] [EQU $TOWN_DESTROY2 1] ]
%:t_d_gond.txt
?:[AND [EQU $TOWN 2] [NOT [EQU $TOWN_DESTROY2 1] ] ]
%:t_gondol.txt
?:1

# Minas Anor
?:[AND [EQU $TOWN 3] [EQU $TOWN_DESTROY3 1] ]
%:t_d_mina.txt
?:[AND [EQU $TOWN 3] [NOT [EQU $TOWN_DESTROY3 1] ] ]
%:t_minas.txt
?:1

# Town Lothlorien
?:[AND [EQU $TOWN 4] [EQU $TOWN_DESTROY4 1] ]
%:t_d_lori.txt
?:[AND [EQU $TOWN 4] [NOT [EQU $TOWN_DESTROY4 1] ] ]
%:t_lorien.txt
?:1

# Khazad-Dum
?:[AND [EQU $TOWN 5] [EQU $TOWN_DESTROY5 1] ]
%:t_d_khaz.txt
?:[AND [EQU $TOWN 5] [NOT [EQU $TOWN_DESTROY5 1] ] ]
%:t_khazad.txt
?:1