summaryrefslogtreecommitdiff
path: root/src/data/rules/magic_items.yaml
blob: d45bfddae92b17f055f64fde8bffa081d61d513f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#####
# 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: RodStaffWand

misc:
  name: "Misc"
  kind: Misc

armor_shield:
  name: "Armor/Shield"
  kind: ArmorShield

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

ring_of_animal_friendship:
  name: "Ring of Animal Friendship"
  kind: Ring

rod_of_absorption:
  name: "Rod of Absorption (C, M)"
  kind: RodStaffWand