summaryrefslogtreecommitdiff
path: root/src/data/random_tables/henchmen.yaml
blob: fee5931fe65bfc2ad78ed46bca096a3f84939620 (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
henchman_race:
  formula: d100
  rows:
    - roll: 1-80
      steps:
        - text: "Human"
    - roll: 81-100
      steps:
        - table: henchman_nonhuman_race

henchman_nonhuman_race:
  formula: d100
  rows:
    - roll: 1-25
      steps:
        - text: "Dwarf"
    - roll: 26-50
      steps:
        - text: "Elf"
    - roll: 51-60
      steps:
        - text: "Gnome"
    - roll: 61-85
      steps:
        - text: "Half-elf"
    - roll: 86-95
      steps:
        - text: "Halfling"
    - roll: 96-100
      steps:
        - text: "Half-orc"