From e392d8812337cc49997e42be68aaad946d7dc60a Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 29 Aug 2024 06:40:30 -0400 Subject: move tables data to rules/ --- app/lib/rules/tables/data/magic_items.yaml | 60 ++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 app/lib/rules/tables/data/magic_items.yaml (limited to 'app/lib/rules/tables/data/magic_items.yaml') diff --git a/app/lib/rules/tables/data/magic_items.yaml b/app/lib/rules/tables/data/magic_items.yaml new file mode 100644 index 0000000..7ed6ddc --- /dev/null +++ b/app/lib/rules/tables/data/magic_items.yaml @@ -0,0 +1,60 @@ +magic_maps: + formula: d100 + rows: + - roll: 1-5 + steps: + - text: "Map (false)" + - roll: 6-70 + steps: + - text: "Map (monetary treasure)" + - roll: 71-90 + steps: + - text: "Map (magic treasure)" + - roll: 91-100 + steps: + - text: "Map (combined horde)" + + +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