From 2d3fe2cd1fb7b6c77892ba2b74077bf7c3322824 Mon Sep 17 00:00:00 2001 From: gwenexner <49045733+gwenexner@users.noreply.github.com> Date: Mon, 10 Oct 2022 18:44:48 -0400 Subject: [PATCH 1/2] Added dates for Jul, Aug, & Sep armoire equipment 3 items in July, 3 in August, 2 in September (pixin on Habitica) --- equipment_table_creator.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/equipment_table_creator.html b/equipment_table_creator.html index ad45773..f557711 100644 --- a/equipment_table_creator.html +++ b/equipment_table_creator.html @@ -842,6 +842,14 @@ 'weapon_armoire_orangeKite' : '2022-06', 'weapon_armoire_pinkKite' : '2022-06', 'weapon_armoire_yellowKite' : '2022-06', + 'armor_armoire_fancyPirateSuit' : '2022-07', + 'head_armoire_fancyPirateHat' : '2022-07', + 'shield_armoire_treasureMap' : '2022-07', + 'weapon_armoire_pushBroom' : '2022-08', + 'weapon_armoire_featherDuster' : '2022-08', + 'shield_armoire_dustpan' : '2022-08', + 'eyewear_armoire_comedyMask' : '2022-09', + 'eyewear_armoire_tragedyMask' : '2022-09', }; // get the current month's date in case the latest Enchanted Armoire // items haven't been added above yet: From 5b626ef90cb61feb0ccdd9899c971d4a887cce7f Mon Sep 17 00:00:00 2001 From: gwenexner <49045733+gwenexner@users.noreply.github.com> Date: Tue, 11 Oct 2022 20:25:55 -0400 Subject: [PATCH 2/2] Added October armoire item/date Previous edit added July-September --- equipment_table_creator.html | 1 + 1 file changed, 1 insertion(+) diff --git a/equipment_table_creator.html b/equipment_table_creator.html index f557711..75e7ffd 100644 --- a/equipment_table_creator.html +++ b/equipment_table_creator.html @@ -850,6 +850,7 @@ 'shield_armoire_dustpan' : '2022-08', 'eyewear_armoire_comedyMask' : '2022-09', 'eyewear_armoire_tragedyMask' : '2022-09', + 'armor_armoire_sheetGhostCostume' : '2022-10', }; // get the current month's date in case the latest Enchanted Armoire // items haven't been added above yet: