summaryrefslogtreecommitdiff
path: root/src/data/random_tables/hl_treasure.yaml
blob: 2900f3e1f74a67f231147bdb061c91e0e6dc2fb2 (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
47
48
49
50
51
52
53
54
hl_longsword_type:
  formula: d100
  rows:
    - roll: 1-90
      steps:
        - text: "Longsword"
    - roll: 91-100
      steps:
        - text: "Rapier"

hl_short_sword_type:
  formula: d100
  rows:
    - roll: 1-75
      steps:
        - text: "Short sword"
    - roll: 76-100
      steps:
        - text: "Epee"

hl_scimitar_type:
  formula: d100
  rows:
    - roll: 1-60
      steps:
        - text: "Scimitar"
    - roll: 76-100
      steps:
        - text: "Katana"

hl_non_magic:
  formula: d100
  rows:
    - roll: 1-25
      steps:
        - text: "Copper pieces (or combined horde if DL 6+)"
    - roll: 26-50
      steps:
        - text: "Silver pieces"
    - roll: 51-65
      steps:
        - text: "Electrum pieces"
    - roll: 66-80
      steps:
        - text: "Gold pieces"
    - roll: 81-90
      steps:
        - text: "Platinum pieces"
    - roll: 91-96
      steps:
        - text: "Gems"
    - roll: 97-100
      steps:
        - text: "Jewelry"