From b0d5fa74b616e5144be8e92653084bbfa73bc8a3 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 1 Oct 2023 23:08:55 -0400 Subject: Use "step" instead of "element", and get tables working --- src/data/random_tables/ua_magic_items.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/data') 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" -- cgit v1.2.3