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/tables/data/hl_treasure.yaml | 54 ------------------------------------ 1 file changed, 54 deletions(-) delete mode 100644 app/lib/tables/data/hl_treasure.yaml (limited to 'app/lib/tables/data/hl_treasure.yaml') diff --git a/app/lib/tables/data/hl_treasure.yaml b/app/lib/tables/data/hl_treasure.yaml deleted file mode 100644 index 2900f3e..0000000 --- a/app/lib/tables/data/hl_treasure.yaml +++ /dev/null @@ -1,54 +0,0 @@ -hl_longsword_type: - formula: d100 - rows: - - roll: 1-90 - steps: - - text: "Longsword" - - roll: 91-100 - steps: - - text: "Rapier" - -hl_short_sword_type: - formula: d100 - rows: - - roll: 1-75 - steps: - - text: "Short sword" - - roll: 76-100 - steps: - - text: "Epee" - -hl_scimitar_type: - formula: d100 - rows: - - roll: 1-60 - steps: - - text: "Scimitar" - - roll: 76-100 - steps: - - text: "Katana" - -hl_non_magic: - formula: d100 - rows: - - roll: 1-25 - steps: - - text: "Copper pieces (or combined horde if DL 6+)" - - roll: 26-50 - steps: - - text: "Silver pieces" - - roll: 51-65 - steps: - - text: "Electrum pieces" - - roll: 66-80 - steps: - - text: "Gold pieces" - - roll: 81-90 - steps: - - text: "Platinum pieces" - - roll: 91-96 - steps: - - text: "Gems" - - roll: 97-100 - steps: - - text: "Jewelry" -- cgit v1.2.3