Skip to content

Commit 64b9025

Browse files
committed
added empty starting equipment, completed fighter
1 parent 96b9d4a commit 64b9025

5 files changed

Lines changed: 37 additions & 161 deletions

File tree

parsed/classes/barbarian.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
"url": "/api/2024/ability-scores/con"
122122
}
123123
],
124+
"starting_equipment": [],
124125
"starting_equipment_options": [
125126
{
126127
"desc": "(a) Greataxe, 4 Handaxes, Explorer's Pack, and 15 GP or (b) 75 GP",

parsed/classes/bard.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@
292292
"url": "/api/2024/ability-scores/cha"
293293
}
294294
],
295+
"starting_equipment": [],
295296
"starting_equipment_options": [
296297
{
297298
"desc": "(A) Leather Armor, 2 Daggers, Musical Instrument of your choice, Entertainer’s Pack, and 19 GP; or (B) 90 GP",

parsed/classes/cleric.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
"url": "/api/2024/ability-scores/cha"
109109
}
110110
],
111+
"starting_equipment": [],
111112
"starting_equipment_options": [
112113
{
113114
"desc": "(A) Chain Shirt, Shield, Mace, Holy Symbol, Priest’s Pack, and 7 GP; or (B) 110 GP",

parsed/classes/druid.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
"url": "/api/2024/ability-scores/wis"
133133
}
134134
],
135+
"starting_equipment": [],
135136
"starting_equipment_options": [
136137
{
137138
"desc": "(A) Leather Armor, Shield, Sickle, Druidic Focus (Quarterstaff), Explorer's Pack, Herbalism Kit, and 9 GP; or (B) 50 GP",
Lines changed: 33 additions & 161 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"index": "fighter",
33
"name": "Fighter",
4+
"primary_ability": {
5+
"desc": "Strength or Dexterity",
6+
"any_of": [
7+
{
8+
"index": "str",
9+
"name": "STR",
10+
"url": "/api/2024/ability-scores/str"
11+
},
12+
{
13+
"index": "dex",
14+
"name": "DEX",
15+
"url": "/api/2024/ability-scores/dex"
16+
}
17+
]
18+
},
419
"hit_die": 10,
520
"proficiency_choices": [
621
{
@@ -125,178 +140,40 @@
125140
"starting_equipment": [],
126141
"starting_equipment_options": [
127142
{
128-
"desc": "(a) chain mail or (b) leather armor, longbow, and 20 arrows",
143+
"desc": "(a) Chain Mail, Greatsword, Flail, 8 Javelins, Dungeoneer’s Pack, and 4 GP; (b) Studded Leather Armor, Scimitar, Shortsword, Longbow, 20 Arrows, Quiver, Dungeoneer’s Pack, and 11 GP; or (c) 155 GP",
129144
"choose": 1,
130145
"type": "equipment",
131146
"from": {
132147
"option_set_type": "options_array",
133148
"options": [
134-
{
135-
"option_type": "counted_reference",
136-
"count": 1,
137-
"of": {
138-
"index": "chain-mail",
139-
"name": "Chain Mail",
140-
"url": "/api/2024/equipment/chain-mail"
141-
}
142-
},
143149
{
144150
"option_type": "multiple",
145151
"items": [
146-
{
147-
"option_type": "counted_reference",
148-
"count": 1,
149-
"of": {
150-
"index": "leather-armor",
151-
"name": "Leather Armor",
152-
"url": "/api/2024/equipment/leather-armor"
153-
}
154-
},
155-
{
156-
"option_type": "counted_reference",
157-
"count": 1,
158-
"of": {
159-
"index": "longbow",
160-
"name": "Longbow",
161-
"url": "/api/2024/equipment/longbow"
162-
}
163-
},
164-
{
165-
"option_type": "counted_reference",
166-
"count": 20,
167-
"of": {
168-
"index": "arrow",
169-
"name": "Arrow",
170-
"url": "/api/2024/equipment/arrow"
171-
}
172-
}
173-
]
174-
}
175-
]
176-
}
177-
},
178-
{
179-
"desc": "(a) a martial weapon and a shield or (b) two martial weapons",
180-
"choose": 1,
181-
"type": "equipment",
182-
"from": {
183-
"option_set_type": "options_array",
184-
"options": [
185-
{
186-
"option_type": "multiple",
187-
"items": [
188-
{
189-
"option_type": "choice",
190-
"choice": {
191-
"desc": "a martial weapon",
192-
"choose": 1,
193-
"type": "equipment",
194-
"from": {
195-
"option_set_type": "equipment_category",
196-
"equipment_category": {
197-
"index": "martial-weapons",
198-
"name": "Martial Weapons",
199-
"url": "/api/2024/equipment-categories/martial-weapons"
200-
}
201-
}
202-
}
203-
},
204-
{
205-
"option_type": "counted_reference",
206-
"count": 1,
207-
"of": {
208-
"index": "shield",
209-
"name": "Shield",
210-
"url": "/api/2024/equipment/shield"
211-
}
212-
}
152+
{ "option_type": "counted_reference", "count": 1,"of":{ "index": "chain-mail", "name": "Chain Mail", "url": "/api/2024/equipment/chain-mail" }},
153+
{ "option_type": "counted_reference", "count": 1, "of": { "index": "greatsword", "name": "Greatsword", "url": "/api/2024/equipment/greatsword" }},
154+
{ "option_type": "counted_reference", "count": 1, "of": { "index": "flail", "name": "Flail", "url": "/api/2024/equipment/flail" }},
155+
{ "option_type": "counted_reference", "count": 8, "of": { "index": "javelin", "name": "Javelin", "url": "/api/2024/equipment/javelin" }},
156+
{ "option_type": "counted_reference", "count": 1, "of": { "index": "dungeoneers-pack", "name": "Dungeoneer's Pack", "url": "/api/2014/equipment/dungeoneer-pack" }},
157+
{ "option_type": "money", "count": 4, "unit": "gp"}
213158
]
214159
},
215-
{
216-
"option_type": "choice",
217-
"choice": {
218-
"desc": "two martial weapons",
219-
"choose": 2,
220-
"type": "equipment",
221-
"from": {
222-
"option_set_type": "equipment_category",
223-
"equipment_category": {
224-
"index": "martial-weapons",
225-
"name": "Martial Weapons",
226-
"url": "/api/2024/equipment-categories/martial-weapons"
227-
}
228-
}
229-
}
230-
}
231-
]
232-
}
233-
},
234-
{
235-
"desc": "(a) a light crossbow and 20 bolts or (b) two handaxes",
236-
"choose": 1,
237-
"type": "equipment",
238-
"from": {
239-
"option_set_type": "options_array",
240-
"options": [
241160
{
242161
"option_type": "multiple",
243162
"items": [
244-
{
245-
"option_type": "counted_reference",
246-
"count": 1,
247-
"of": {
248-
"index": "crossbow-light",
249-
"name": "Crossbow, light",
250-
"url": "/api/2024/equipment/crossbow-light"
251-
}
252-
},
253-
{
254-
"option_type": "counted_reference",
255-
"count": 20,
256-
"of": {
257-
"index": "crossbow-bolt",
258-
"name": "Crossbow bolt",
259-
"url": "/api/2024/equipment/crossbow-bolt"
260-
}
261-
}
163+
{ "option_type": "counted_reference", "count": 1,"of":{ "index": "studded-leather-armor", "name": "Studded Leather Armor", "url": "/api/2024/equipment/studded-leather-armor" }},
164+
{ "option_type": "counted_reference", "count": 1, "of": { "index": "scimitar", "name": "Scimitar", "url": "/api/2024/equipment/scimitar" }},
165+
{ "option_type": "counted_reference", "count": 1, "of": { "index": "shortsword", "name": "Shortsword", "url": "/api/2024/equipment/shortsword" }},
166+
{ "option_type": "counted_reference", "count": 1, "of": { "index": "longbow", "name": "Longbow", "url": "/api/2024/equipment/longbow" }},
167+
{ "option_type": "counted_reference", "count": 20, "of": { "index": "arrows", "name": "arrows", "url": "/api/2024/equipment/arrows" }},
168+
{ "option_type": "counted_reference", "count": 1, "of": { "index": "quiver", "name": "Quiver", "url": "/api/2024/equipment/quiver" }},
169+
{ "option_type": "counted_reference", "count": 1, "of": { "index": "dungeoneers-pack", "name": "Dungeoneer's Pack", "url": "/api/2014/equipment/dungeoneer-pack" }},
170+
{ "option_type": "money", "count": 11, "unit": "gp"}
262171
]
263172
},
264173
{
265-
"option_type": "counted_reference",
266-
"count": 2,
267-
"of": {
268-
"index": "handaxe",
269-
"name": "Handaxe",
270-
"url": "/api/2024/equipment/handaxe"
271-
}
272-
}
273-
]
274-
}
275-
},
276-
{
277-
"desc": "(a) a dungeoneer\u00e2\u20ac\u2122s pack or (b) an explorer\u00e2\u20ac\u2122s pack",
278-
"choose": 1,
279-
"type": "equipment",
280-
"from": {
281-
"option_set_type": "options_array",
282-
"options": [
283-
{
284-
"option_type": "counted_reference",
285-
"count": 1,
286-
"of": {
287-
"index": "dungeoneers-pack",
288-
"name": "Dungeoneer's Pack",
289-
"url": "/api/2024/equipment/dungeoneers-pack"
290-
}
291-
},
292-
{
293-
"option_type": "counted_reference",
294-
"count": 1,
295-
"of": {
296-
"index": "explorers-pack",
297-
"name": "Explorer's Pack",
298-
"url": "/api/2024/equipment/explorers-pack"
299-
}
174+
"option_type": "money",
175+
"count": 155,
176+
"unit": "gp"
300177
}
301178
]
302179
}
@@ -347,11 +224,6 @@
347224
"name": "Shields",
348225
"url": "/api/2024/proficiencies/shields"
349226
},
350-
{
351-
"index": "simple-weapons",
352-
"name": "Simple Weapons",
353-
"url": "/api/2024/proficiencies/simple-weapons"
354-
},
355227
{
356228
"index": "martial-weapons",
357229
"name": "Martial Weapons",

0 commit comments

Comments
 (0)