summaryrefslogtreecommitdiff
path: root/src/data/random_tables/magic_items.yaml
blob: 7ed6ddcd46ca7db1d87f04ffc5bdf30990bc32c6 (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
55
56
57
58
59
60
magic_maps:
  formula: d100
  rows:
    - roll: 1-5
      steps:
        - text: "Map (false)"
    - roll: 6-70
      steps:
        - text: "Map (monetary treasure)"
    - roll: 71-90
      steps:
        - text: "Map (magic treasure)"
    - roll: 91-100
      steps:
        - text: "Map (combined horde)"


sword_intelligence:
  formula: d100
  rows:
    - roll: 1-75
      steps:
        - text: ""
    - roll: 76-83
      steps:
        - text: "INT 12"
    - roll: 84-89
      steps:
        - text: "INT 13"
    - roll: 90-94
      steps:
        - text: "INT 14"
    - roll: 95-97
      steps:
        - text: "INT 15"
    - roll: 98-99
      steps:
        - text: "INT 16"
    - roll: 100
      steps:
        - text: "INT 17"

sword_type:
  formula: d100
  rows:
    - roll: 1-70
      steps:
        - table: hl_longsword_type
    - roll: 71-90
      steps:
        - text: "Broadsword"
    - roll: 91-95
      steps:
        - text: hl_short_sword_type
    - roll: 96-99
      steps:
        - text: "Bastard sword"
    - roll: 100
      steps:
        - text: "Two-handed sword"