blob: d16b4f97f302539986c5939a371d05b6def2a829 (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
# Load other files
pragma load-sub-grammar [item-act] diabloiiitems.gram
pragma load-sub-grammar [perishables] diabloiiperish.gram
pragma load-sub-grammar [prefix] diabloiiprefixes.gram
pragma load-sub-grammar [suffix] diabloiisuffixes.gram
[base-treasures] [base-treasure]
[base-treasure] as well as [base-treasure]
[base-treasure] or [base-treasure]
[base-treasure] , and [base-treasure] as well as [base-treasure]
[base-treasure] , [base-treasure] or [base-treasure]
pragma initial-rule [base-treasures]
[base-treasure] a(n) [item]
[non-item]
[non-item] [money]
[money]
nothing
[money] [amount] [money-type]
[amount] 1
5
10
20
50
100
200
500
1000
[money-type] [metal-type] coin(s)
[metal-type] copper
silver
gold
platinum
[item] [item-act]
[item-act] of [suffix]
[item-act] of [suffix] and [suffix]
pragma prefix-with [item] [prefix]
pragma prefix-with [item] [prefix]
|