From 7040967f59325ea38e336efd6046ca3725fb35c5 Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 2 Oct 2023 03:26:41 -0400 Subject: Expand on random tables --- src/data/random_tables/magic_items.yaml | 43 +++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 src/data/random_tables/magic_items.yaml (limited to 'src/data/random_tables/magic_items.yaml') diff --git a/src/data/random_tables/magic_items.yaml b/src/data/random_tables/magic_items.yaml new file mode 100644 index 0000000..c5fa2ae --- /dev/null +++ b/src/data/random_tables/magic_items.yaml @@ -0,0 +1,43 @@ +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" -- cgit v1.2.3