summaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
Diffstat (limited to 'src/data')
-rw-r--r--src/data/rules/magic_items.yaml41
1 files changed, 41 insertions, 0 deletions
diff --git a/src/data/rules/magic_items.yaml b/src/data/rules/magic_items.yaml
index c474cf0..3108e7c 100644
--- a/src/data/rules/magic_items.yaml
+++ b/src/data/rules/magic_items.yaml
@@ -1,3 +1,44 @@
+#####
+# Dummy data, so we can at least generate kinds prior to having all magic items
+# implemented.
+#####
+
+potion:
+ name: "Potion"
+ kind: potion
+
+scroll:
+ name: "Scroll"
+ kind: scroll
+
+ring:
+ name: "Ring"
+ kind: ring
+
+rod_staff_wand:
+ name: "Rod/Staff/Wand"
+ kind: rod_staff_wand
+
+misc:
+ name: "Misc"
+ kind: misc
+
+armor_shield:
+ name: "Armor/Shield"
+ kind: armor_shield
+
+sword:
+ name: "Sword"
+ kind: sword
+
+protection:
+ name: "Protection"
+ kind: ring # Not actually, but this is fine for now.
+
+#####
+# Remainder of file is actual data.
+#####
+
sword_plus_one:
name: "Sword +1"
kind: sword