From 387f76f81e9dda5c078ea33aed18aedf92c3d14e Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Thu, 10 Dec 2020 18:12:25 -0800
Subject: Add the remaining plate armor recipes. Also rename them to indicate
 they are a set.

---
 json/recipes/basecamps/recipe_groups.json | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

(limited to 'json/recipes')

diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json
index 261ebeb..1744600 100644
--- a/json/recipes/basecamps/recipe_groups.json
+++ b/json/recipes/basecamps/recipe_groups.json
@@ -260,12 +260,16 @@
     "recipes": [
       { "id": "pliers", "description": " Craft: Pliers" },
       { "id": "needle_curved", "description": " Craft: Needle, Curved" },
-      { "id": "halberd", "description": " Craft: Halberd" },
-      { "id": "cuirass_lightplate", "description": " Craft: Armor, Cuirass" },
+      { "id": "halberd", "description": " Craft: Spear, Halberd" },
+      { "id": "cuirass_lightplate", "description": " Craft: Armor, Plate Cuirass" },
       { "id": "pockknife", "description": " Craft: Knife, Pocket" },
       { "id": "warhammer", "description": " Craft: Hammer, War" },
-      { "id": "helmet_plate", "description": " Craft: Helm, Great" },
-      { "id": "armor_lightplate", "description": " Craft: Armor, Plate" },
+      { "id": "helmet_plate", "description": " Craft: Helm, Plate" },
+      { "id": "armor_lightplate", "description": " Craft: Armor, Plate Suit" },
+      { "id": "armguard_lightplate", "description": " Craft: Arm Guards, Plate" },
+      { "id": "legguard_lightplate", "description": " Craft: Leg Guards, Plate" },
+      { "id": "gloves_plate", "description": " Craft: Gauntlets, Plate" },
+      { "id": "boots_plate", "description": " Craft: Boots, Plate" },
       { "id": "broadsword", "description": " Craft: Sword, Broadsword" },
       { "id": "scimitar", "description": " Craft: Sword, Scimitar" },
       { "id": "fire_ax", "description": " Craft: Axe, Fire" },
-- 
cgit v1.2.1