summaryrefslogtreecommitdiff
path: root/src/data/random_tables
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-10-01 23:08:55 -0400
committerDavid Gay <eapoems@riseup.net>2023-10-01 23:08:55 -0400
commitb0d5fa74b616e5144be8e92653084bbfa73bc8a3 (patch)
treed29ac6d377676a105366cd43b576f6c92110620e /src/data/random_tables
parent3252e2622fddff6a74bf02d161b1110eb88a2b41 (diff)
Use "step" instead of "element", and get tables working
Diffstat (limited to 'src/data/random_tables')
-rw-r--r--src/data/random_tables/ua_magic_items.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/data/random_tables/ua_magic_items.yaml b/src/data/random_tables/ua_magic_items.yaml
index 98df6ef..f0f9030 100644
--- a/src/data/random_tables/ua_magic_items.yaml
+++ b/src/data/random_tables/ua_magic_items.yaml
@@ -2,23 +2,23 @@ ua_magic_items:
formula: d100
rows:
- roll: 1-20
- elements:
+ steps:
- text: "Potion"
- roll: 21-35
- elements:
+ steps:
- text: "Scroll"
- roll: 36-40
- elements:
+ steps:
- text: "Ring"
- roll: 46-60
- elements:
+ steps:
- text: "Miscellaneous Magic"
- roll: 61-75
- elements:
+ steps:
- text: "Armor & Shields"
- roll: 76-86
- elements:
+ steps:
- text: "Swords"
- roll: 87-100
- elements:
+ steps:
- text: "Miscellaneous Weapons"