summaryrefslogtreecommitdiff
path: root/src/data/random_tables/hl_treasure.yaml
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-10-02 03:26:41 -0400
committerDavid Gay <eapoems@riseup.net>2023-10-02 03:26:41 -0400
commit7040967f59325ea38e336efd6046ca3725fb35c5 (patch)
treef3bcbbc2f1173ae1da355447177a1287651dc890 /src/data/random_tables/hl_treasure.yaml
parent212abf5f02245b08de3ae13d84a18a71dd7dc7fc (diff)
Expand on random tables
Diffstat (limited to 'src/data/random_tables/hl_treasure.yaml')
-rw-r--r--src/data/random_tables/hl_treasure.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/data/random_tables/hl_treasure.yaml b/src/data/random_tables/hl_treasure.yaml
new file mode 100644
index 0000000..a436297
--- /dev/null
+++ b/src/data/random_tables/hl_treasure.yaml
@@ -0,0 +1,29 @@
+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"