From 0f3c03ceace46deab3097c99e82284c617cc9277 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 1 Oct 2023 23:23:39 -0400 Subject: Add a table step to the ua_magic_items --- src/data/random_tables/ua_magic_items.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/data/random_tables') diff --git a/src/data/random_tables/ua_magic_items.yaml b/src/data/random_tables/ua_magic_items.yaml index f0f9030..1ec9468 100644 --- a/src/data/random_tables/ua_magic_items.yaml +++ b/src/data/random_tables/ua_magic_items.yaml @@ -4,6 +4,7 @@ ua_magic_items: - roll: 1-20 steps: - text: "Potion" + table: ua_potions - roll: 21-35 steps: - text: "Scroll" @@ -22,3 +23,13 @@ ua_magic_items: - roll: 87-100 steps: - text: "Miscellaneous Weapons" + +ua_potions: + formula: d100 + rows: + - roll: 1-65 + steps: + - text: "Table 1" + - roll: 66-100 + steps: + - text: "Table 2" -- cgit v1.2.3