summaryrefslogtreecommitdiff
path: root/src/data/random_tables/magic_items.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/magic_items.yaml
parent212abf5f02245b08de3ae13d84a18a71dd7dc7fc (diff)
Expand on random tables
Diffstat (limited to 'src/data/random_tables/magic_items.yaml')
-rw-r--r--src/data/random_tables/magic_items.yaml43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/data/random_tables/magic_items.yaml b/src/data/random_tables/magic_items.yaml
new file mode 100644
index 0000000..c5fa2ae
--- /dev/null
+++ b/src/data/random_tables/magic_items.yaml
@@ -0,0 +1,43 @@
+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"