summaryrefslogtreecommitdiff
path: root/app/lib/rules/tables/data/magic_items.yaml
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2024-08-29 06:40:30 -0400
committerDavid Gay <eapoems@riseup.net>2024-08-29 06:40:30 -0400
commite392d8812337cc49997e42be68aaad946d7dc60a (patch)
treec99a1925887be09da287de3025e9d75d4f584d67 /app/lib/rules/tables/data/magic_items.yaml
parentad8954f8c5298735559642b250d733da8eed3779 (diff)
move tables data to rules/HEADmaster
Diffstat (limited to 'app/lib/rules/tables/data/magic_items.yaml')
-rw-r--r--app/lib/rules/tables/data/magic_items.yaml60
1 files changed, 60 insertions, 0 deletions
diff --git a/app/lib/rules/tables/data/magic_items.yaml b/app/lib/rules/tables/data/magic_items.yaml
new file mode 100644
index 0000000..7ed6ddc
--- /dev/null
+++ b/app/lib/rules/tables/data/magic_items.yaml
@@ -0,0 +1,60 @@
+magic_maps:
+ formula: d100
+ rows:
+ - roll: 1-5
+ steps:
+ - text: "Map (false)"
+ - roll: 6-70
+ steps:
+ - text: "Map (monetary treasure)"
+ - roll: 71-90
+ steps:
+ - text: "Map (magic treasure)"
+ - roll: 91-100
+ steps:
+ - text: "Map (combined horde)"
+
+
+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"