summaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
Diffstat (limited to 'src/data')
-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