summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-10-01 03:48:15 -0400
committerDavid Gay <eapoems@riseup.net>2023-10-01 03:48:15 -0400
commit227121aff7e0513ea9f088b782f2d64c23e2b4e0 (patch)
tree5a7088bfbc4dc0585f687124e68a11808941d62d
parent1f137171bcfc12461239746a3e2e5d42cddff952 (diff)
Update YAML to avoid using the term "result"
-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 50355d2..98df6ef 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
- results:
+ elements:
- text: "Potion"
- roll: 21-35
- results:
+ elements:
- text: "Scroll"
- roll: 36-40
- results:
+ elements:
- text: "Ring"
- roll: 46-60
- results:
+ elements:
- text: "Miscellaneous Magic"
- roll: 61-75
- results:
+ elements:
- text: "Armor & Shields"
- roll: 76-86
- results:
+ elements:
- text: "Swords"
- roll: 87-100
- results:
+ elements:
- text: "Miscellaneous Weapons"