summaryrefslogtreecommitdiff
path: root/app/lib/tables/data/hl_treasure.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/tables/data/hl_treasure.yaml')
-rw-r--r--app/lib/tables/data/hl_treasure.yaml54
1 files changed, 54 insertions, 0 deletions
diff --git a/app/lib/tables/data/hl_treasure.yaml b/app/lib/tables/data/hl_treasure.yaml
new file mode 100644
index 0000000..2900f3e
--- /dev/null
+++ b/app/lib/tables/data/hl_treasure.yaml
@@ -0,0 +1,54 @@
+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"