diff --git a/items/armor/armor.json b/items/armor/armor.json index df8dde8..fa9761f 100644 --- a/items/armor/armor.json +++ b/items/armor/armor.json @@ -2468,5 +2468,35 @@ "speed": 100, "stamina_regen": 100, "passive": 0 + }, + "200": { + "name": "B-22 Model Citizen", + "description": "Gifted to Helldivers whose civilian lives were distinguished by exemplary citizenship, patriotism, and service to the Federation.", + "type": 1, + "slot": 2, + "armor_rating": 100, + "speed": 500, + "stamina_regen": 100, + "passive": 9 + }, + "201": { + "name": "B-22 Model Citizen", + "description": "Gifted to Helldivers whose civilian lives were distinguished by exemplary citizenship, patriotism, and service to the Federation.", + "type": 1, + "slot": 0, + "armor_rating": 100, + "speed": 100, + "stamina_regen": 100, + "passive": 0 + }, + "202": { + "name": "Eye of Freedom", + "description": "A mark of stalwart loyalty bestowed only to those who have proved themselves worthy through unquestioning dedication.", + "type": 1, + "slot": 1, + "armor_rating": 100, + "speed": 100, + "stamina_regen": 100, + "passive": 0 } -} \ No newline at end of file +} diff --git a/items/item_names.json b/items/item_names.json index 2db816c..e1735df 100644 --- a/items/item_names.json +++ b/items/item_names.json @@ -1638,5 +1638,17 @@ "22": { "name": "Concrete Jungle Exosuit Pattern", "mix_id": "22" + }, + "200": { + "name": "B-22 Model Citizen", + "mix_id": "200" + }, + "201": { + "name": "B-22 Model Citizen", + "mix_id": "201" + }, + "202": { + "name": "Eye of Freedom", + "mix_id": "202" } -} \ No newline at end of file +}