summaryrefslogtreecommitdiff
path: root/src/data/random_tables/hl_treasure.yaml
blob: a4362978148e04b91cdf8e91475b0ee3eb35e800 (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
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"