summaryrefslogtreecommitdiff
path: root/src/data/rules/magic_items.yaml
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2024-01-31 02:15:12 -0500
committerDavid Gay <eapoems@riseup.net>2024-01-31 02:15:12 -0500
commitdd9e4ac40e6611b21442184ed95a2c7c1211630e (patch)
tree568accb500c1b612b2336d4e0f47d08f2d04a55e /src/data/rules/magic_items.yaml
parent4b4f725c74520c3a374849df99a1a6595e1e260a (diff)
Fix usage of magic item enum
Diffstat (limited to 'src/data/rules/magic_items.yaml')
-rw-r--r--src/data/rules/magic_items.yaml22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/data/rules/magic_items.yaml b/src/data/rules/magic_items.yaml
index 3108e7c..d45bfdd 100644
--- a/src/data/rules/magic_items.yaml
+++ b/src/data/rules/magic_items.yaml
@@ -5,35 +5,35 @@
potion:
name: "Potion"
- kind: potion
+ kind: Potion
scroll:
name: "Scroll"
- kind: scroll
+ kind: Scroll
ring:
name: "Ring"
- kind: ring
+ kind: Ring
rod_staff_wand:
name: "Rod/Staff/Wand"
- kind: rod_staff_wand
+ kind: RodStaffWand
misc:
name: "Misc"
- kind: misc
+ kind: Misc
armor_shield:
name: "Armor/Shield"
- kind: armor_shield
+ kind: ArmorShield
sword:
name: "Sword"
- kind: sword
+ kind: Sword
protection:
name: "Protection"
- kind: ring # Not actually, but this is fine for now.
+ kind: Ring # Not actually, but this is fine for now.
#####
# Remainder of file is actual data.
@@ -41,12 +41,12 @@ protection:
sword_plus_one:
name: "Sword +1"
- kind: sword
+ kind: Sword
ring_of_animal_friendship:
name: "Ring of Animal Friendship"
- kind: ring
+ kind: Ring
rod_of_absorption:
name: "Rod of Absorption (C, M)"
- kind: rod_staff_wand
+ kind: RodStaffWand