summaryrefslogtreecommitdiff
path: root/app/lib/tables/data/ua_magic_items.yaml
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2024-04-13 21:25:43 -0400
committerDavid Gay <eapoems@riseup.net>2024-04-13 21:26:31 -0400
commit198548a8d88406ffda7856d7cff89e986f383d91 (patch)
treebce3cfa7182200f614f8afcbd7f6af4d0e2dfbf7 /app/lib/tables/data/ua_magic_items.yaml
parentc900787aa7838d2c708c6c0e92f9da9f7c9121d2 (diff)
data files
Diffstat (limited to 'app/lib/tables/data/ua_magic_items.yaml')
-rw-r--r--app/lib/tables/data/ua_magic_items.yaml144
1 files changed, 144 insertions, 0 deletions
diff --git a/app/lib/tables/data/ua_magic_items.yaml b/app/lib/tables/data/ua_magic_items.yaml
new file mode 100644
index 0000000..3fa8e5b
--- /dev/null
+++ b/app/lib/tables/data/ua_magic_items.yaml
@@ -0,0 +1,144 @@
+ua_magic:
+ formula: d100
+ rows:
+ - roll: 1-10
+ steps:
+ - table: magic_maps
+ - roll: 11-100
+ steps:
+ - table: ua_magic_items
+
+ua_magic_items:
+ formula: d100
+ rows:
+ - roll: 1-20
+ steps:
+ - text: "Potion"
+ - table: ua_potions
+ - roll: 21-35
+ steps:
+ - text: "Scroll"
+ - table: ua_scrolls
+ - roll: 36-40
+ steps:
+ - text: "Ring"
+ - table: ua_rings
+ - roll: 41-45
+ steps:
+ - text: "Rod/Staff/Wand"
+ - table: ua_rod_staff_wand
+ - roll: 46-60
+ steps:
+ - text: "Misc. Magic"
+ - table: ua_misc_magic
+ - roll: 61-75
+ steps:
+ - text: "Armor/Shield"
+ - table: ua_armor_shields
+ - roll: 76-86
+ steps:
+ - text: "Sword"
+ - table: ua_swords
+ - roll: 87-100
+ steps:
+ - text: "Misc. Weapon"
+ - table: ua_misc_weapons
+
+ua_potions:
+ formula: d100
+ rows:
+ - roll: 1-65
+ steps:
+ - text: "Table 1"
+ - roll: 66-100
+ steps:
+ - text: "Table 2"
+
+ua_scrolls:
+ formula: d100
+ rows:
+ - roll: 1-85
+ steps:
+ - text: "Table 1"
+ - roll: 86-100
+ steps:
+ - text: "Table 2"
+
+ua_rings:
+ formula: d100
+ rows:
+ - roll: 1-67
+ steps:
+ - text: "Table 1"
+ - roll: 68-100
+ steps:
+ - text: "Table 2"
+
+ua_rod_staff_wand:
+ formula: d100
+ rows:
+ - roll: 1-40
+ steps:
+ - text: "Table 1"
+ - roll: 41-100
+ steps:
+ - text: "Table 2"
+
+ua_misc_magic:
+ formula: d100
+ rows:
+ - roll: 1-14
+ steps:
+ - text: "Table 1"
+ - roll: 15-28
+ steps:
+ - text: "Table 2"
+ - roll: 29-42
+ steps:
+ - text: "Table 3"
+ - roll: 43-56
+ steps:
+ - text: "Table 4"
+ - roll: 57-70
+ steps:
+ - text: "Table 5"
+ - roll: 71-85
+ steps:
+ - text: "Table 6"
+ - roll: 86-100
+ steps:
+ - text: "Table 7"
+
+ua_armor_shields:
+ formula: d100
+ rows:
+ - roll: 1-50
+ steps:
+ - text: "Table 1"
+ - roll: 51-100
+ steps:
+ - text: "Table 2"
+
+ua_swords:
+ formula: d100
+ rows:
+ - roll: 1-95
+ steps:
+ - text: "Table 1"
+ - table: sword_type
+ - table: sword_intelligence
+ - roll: 96-100
+ steps:
+ - text: "Table 2"
+ - table: sword_type
+ - table: sword_intelligence
+
+ua_misc_weapons:
+ formula: d100
+ rows:
+ - roll: 1-50
+ steps:
+ - text: "Table 1"
+ - roll: 51-100
+ steps:
+ - text: "Table 2"