From f05af4225a874132f2e8aa641163a7e1a9896c54 Mon Sep 17 00:00:00 2001 From: "Lyra [he/him]" <52298102+revilowaldow@users.noreply.github.com> Date: Sun, 15 Oct 2023 13:21:00 +0100 Subject: [PATCH] Closes #1873 (#1874) --- ...MCDM Productions; The Illrigger Class.json | 57 +++++++++++++++---- 1 file changed, 45 insertions(+), 12 deletions(-) diff --git a/class/MCDM Productions; The Illrigger Class.json b/class/MCDM Productions; The Illrigger Class.json index b185033bde..72db7d09df 100644 --- a/class/MCDM Productions; The Illrigger Class.json +++ b/class/MCDM Productions; The Illrigger Class.json @@ -16,7 +16,7 @@ } ], "dateAdded": 1620498967, - "dateLastModified": 1693666789, + "dateLastModified": 1697139652, "_dateLastModifiedHash": "a2d4ba5bcb" }, "class": [ @@ -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 + } + ] } ] },