summaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-10-04 00:31:57 -0400
committerDavid Gay <eapoems@riseup.net>2023-10-04 00:31:57 -0400
commitdd4f6493b7961580a6056766db3d75da085638ea (patch)
treed0fd3c216102a32b99dfb4809a16fca161b9624e /src/data
parent0d236f4accca6a6d95d5fc4a041df2ea908be28a (diff)
Add hl_non_magic table
Diffstat (limited to 'src/data')
-rw-r--r--src/data/random_tables/hl_treasure.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/data/random_tables/hl_treasure.yaml b/src/data/random_tables/hl_treasure.yaml
index a436297..2900f3e 100644
--- a/src/data/random_tables/hl_treasure.yaml
+++ b/src/data/random_tables/hl_treasure.yaml
@@ -27,3 +27,28 @@ hl_scimitar_type:
- 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"