Skip to content

Commit 96b9d4a

Browse files
committed
finished druid class, edited bard and cleric
1 parent 14f9587 commit 96b9d4a

5 files changed

Lines changed: 255 additions & 367 deletions

File tree

parsed/classes/2014_druid.json

Lines changed: 0 additions & 362 deletions
This file was deleted.

parsed/classes/bard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@
304304
"option_type": "multiple",
305305
"items": [
306306
{ "option_type": "counted_reference", "count": 1,"of":{ "index": "leather-armor", "name": "Leather Armor", "url": "/api/2024/equipment/leather-armor" }},
307-
{ "option_type": "counted_reference", "count": 2, "of": { "index": "dagger", "name": "dagger", "url": "/api/2024/equipment/dagger" }},
308-
{ "option_type": "counted_reference", "count": 1, "of": { "index": "explorers-pack", "name": "Explorer's Pack", "url": "/api/2024/equipment/explorers-pack" }},
307+
{ "option_type": "counted_reference", "count": 2, "of": { "index": "dagger", "name": "Dagger", "url": "/api/2024/equipment/dagger" }},
308+
{ "option_type": "counted_reference", "count": 1, "of": { "index": "entertainers-pack", "name": "Entertainer's Pack", "url": "/api/2014/equipment/entertainers-pack" }},
309309
{ "option_type": "money", "count": 19, "unit": "gp"}
310310
]
311311
},

parsed/classes/cleric.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,11 @@
119119
{
120120
"option_type": "multiple",
121121
"items": [
122-
{ "option_type": "counted_reference", "count": 1,"of":{ "index": "leather-armor", "name": "Leather Armor", "url": "/api/2024/equipment/leather-armor" }},
123-
{ "option_type": "counted_reference", "count": 2, "of": { "index": "dagger", "name": "dagger", "url": "/api/2024/equipment/dagger" }},
124-
{ "option_type": "counted_reference", "count": 1, "of": { "index": "explorers-pack", "name": "Explorer's Pack", "url": "/api/2024/equipment/explorers-pack" }},
122+
{ "option_type": "counted_reference", "count": 1,"of":{ "index": "chain-shirt", "name": "Chain Shirt", "url": "/api/2024/equipment/chain-shirt" }},
123+
{ "option_type": "counted_reference", "count": 1, "of": { "index": "shield", "name": "Shield", "url": "/api/2024/equipment/shield" }},
124+
{ "option_type": "counted_reference", "count": 1, "of": { "index": "mace", "name": "Mace", "url": "/api/2024/equipment/mace" }},
125+
{ "option_type": "counted_reference", "count": 1, "of": { "index": "holy-symbol", "name": "Holy Symbol", "url": "/api/2024/equipment/holy-symbols" }},
126+
{ "option_type": "counted_reference", "count": 1, "of": { "index": "priests-pack", "name": "Priests Pack", "url": "/api/2024/equipment/priests-pack" }},
125127
{ "option_type": "money", "count": 7, "unit": "gp"}
126128
]
127129
},

0 commit comments

Comments
 (0)