Skip to content

Commit

Permalink
Closes #1873 (#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
revilowaldow authored Oct 15, 2023
1 parent b8cb773 commit f05af42
Showing 1 changed file with 45 additions and 12 deletions.
57 changes: 45 additions & 12 deletions class/MCDM Productions; The Illrigger Class.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"dateAdded": 1620498967,
"dateLastModified": 1693666789,
"dateLastModified": 1697139652,
"_dateLastModifiedHash": "a2d4ba5bcb"
},
"class": [
Expand Down Expand Up @@ -61,27 +61,60 @@
},
"startingEquipment": {
"default": [
"(a) a martial weapon and a shield or (b) two martial weapons",
"(a) chain shirt or (b) leather armor, longbow, and 20 arrows",
"(a) a priest's pack or (b) a dungeoneer's pack",
"A holy symbol, two daggers, and five javelins"
"(a) a {@filter martial weapon|items|source=phb|category=basic|type=martial weapon} and a {@item shield|phb} or (b) two {@filter martial weapons|items|source=phb|category=basic|type=martial weapon}",
"(a) {@item chain shirt|phb} or (b) {@item leather armor|phb}, {@item longbow|phb}, and {@item arrows (20)|phb|20 arrows}",
"(a) a {@item priest's pack|phb} or (b) an {@item dungeoneer's pack|phb}",
"A {@item holy symbol|phb}, two {@item dagger|phb|daggers}, and five {@item javelin|phb|javelins}"
],
"additionalFromBackground": true,
"defaultData": [
{
"a": [],
"b": []
"a": [
{
"equipmentType": "weaponMartial"
},
"shield|phb"
],
"b": [
{
"equipmentType": "weaponMartial",
"quantity": 2
}
]
},
{
"a": [],
"b": []
"a": [
"chain shirt|phb"
],
"b": [
"leather armor|phb",
"longbow|phb",
"arrows (20)|phb"
]
},
{
"a": [],
"b": []
"a": [
"priest's pack|phb"
],
"b": [
"dungeoneer's pack|phb"
]
},
{
"_": []
"_": [
{
"item": "holy symbol|phb",
"quantity": 1
},
{
"item": "dagger|phb",
"quantity": 2
},
{
"item": "javelin|phb",
"quantity": 5
}
]
}
]
},
Expand Down

0 comments on commit f05af42

Please sign in to comment.