Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes #1873 #1874

Merged
merged 1 commit into from
Oct 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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