Skip to content

Commit d009bd3

Browse files
committed
added Spellcasting Services to data
1 parent 5b40c14 commit d009bd3

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

data/v2/wizards-of-the-coast/srd-2024/Services.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,75 @@
7575
"document": "srd-2024",
7676
"cost": "10.00"
7777
}
78+
},
79+
{
80+
"model": "api_v2.service",
81+
"pk": "srd-2024_spellcasting-cantrip",
82+
"fields": {
83+
"name": "Spellcasting (Cantrip)",
84+
"desc": "Casting of a cantrip spell.",
85+
"document": "srd-2024",
86+
"cost": "30.00"
87+
}
88+
},
89+
{
90+
"model": "api_v2.service",
91+
"pk": "srd-2024_spellcasting-level-1",
92+
"fields": {
93+
"name": "Spellcasting (Level 1)",
94+
"desc": "Casting of a 1st-level spell.",
95+
"document": "srd-2024",
96+
"cost": "50.00"
97+
}
98+
},
99+
{
100+
"model": "api_v2.service",
101+
"pk": "srd-2024_spellcasting-level-2",
102+
"fields": {
103+
"name": "Spellcasting (Level 2)",
104+
"desc": "Casting of a 2nd-level spell.",
105+
"document": "srd-2024",
106+
"cost": "200.00"
107+
}
108+
},
109+
{
110+
"model": "api_v2.service",
111+
"pk": "srd-2024_spellcasting-level-3",
112+
"fields": {
113+
"name": "Spellcasting (Level 3)",
114+
"desc": "Casting of a 3rd-level spell.",
115+
"document": "srd-2024",
116+
"cost": "300.00"
117+
}
118+
},
119+
{
120+
"model": "api_v2.service",
121+
"pk": "srd-2024_spellcasting-level-4-5",
122+
"fields": {
123+
"name": "Spellcasting (Level 4-5)",
124+
"desc": "Casting of a 4th or 5th-level spell.",
125+
"document": "srd-2024",
126+
"cost": "2000.00"
127+
}
128+
},
129+
{
130+
"model": "api_v2.service",
131+
"pk": "srd-2024_spellcasting-level-6-8",
132+
"fields": {
133+
"name": "Spellcasting (Level 6-8)",
134+
"desc": "Casting of a 6th, 7th, or 8th-level spell.",
135+
"document": "srd-2024",
136+
"cost": "20000.00"
137+
}
138+
},
139+
{
140+
"model": "api_v2.service",
141+
"pk": "srd-2024_spellcasting-level-9",
142+
"fields": {
143+
"name": "Spellcasting (Level 9)",
144+
"desc": "Casting of a 9th-level spell.",
145+
"document": "srd-2024",
146+
"cost": "100000.00"
147+
}
78148
}
79149
]

0 commit comments

Comments
 (0)