diff --git a/data/json/items/armor/hats.json b/data/json/items/armor/hats.json index ee5665b96ba24..271cffc4251b2 100644 --- a/data/json/items/armor/hats.json +++ b/data/json/items/armor/hats.json @@ -22,7 +22,7 @@ }, { "id": "beret", - "repairs_like": "balaclava", + "repairs_like": "balclava", "type": "ARMOR", "name": "beret", "description": "A soft cotton hat. Commonly worn by armed forces and existentialists.", @@ -59,7 +59,7 @@ }, { "id": "bowhat", - "repairs_like": "balaclava", + "repairs_like": "balclava", "type": "ARMOR", "name": "bowler hat", "description": "The only hat for a made man. Look like a real good fella while laughing in the face of your foes!", @@ -119,7 +119,7 @@ }, { "id": "eboshi", - "repairs_like": "balaclava", + "repairs_like": "balclava", "type": "ARMOR", "name": "eboshi", "description": "A high, black cap with a very narrow top. Traditionally worn by Shinto priests.", @@ -128,7 +128,7 @@ "price": 7000, "material": [ "cotton" ], "symbol": "[", - "looks_like": "bowlhat", + "looks_like": "bowhat", "color": "dark_gray", "covers": [ "HEAD" ], "coverage": 60, @@ -158,7 +158,7 @@ }, { "id": "hat_ball", - "repairs_like": "balaclava", + "repairs_like": "balclava", "type": "ARMOR", "name": "baseball cap", "//": "Head encumbrance stops you from wearing additional headgear. No helmet over a ballcap, sorry. But brimmed gear gets the anti-glare flag!", @@ -180,7 +180,7 @@ }, { "id": "hat_chef", - "repairs_like": "balaclava", + "repairs_like": "balclava", "type": "ARMOR", "name": "toque", "description": "A traditional chef's hat, standing tall and proud against the vulgarities of the world.", @@ -329,7 +329,7 @@ }, { "id": "hat_newsboy", - "repairs_like": "balaclava", + "repairs_like": "balclava", "type": "ARMOR", "name": "newsboy cap", "description": "A slouching wool cap with a short front brim, traditionally associated with newspaper delivery boys. Quite warm.", @@ -389,7 +389,7 @@ }, { "id": "kippah", - "repairs_like": "balaclava", + "repairs_like": "balclava", "type": "ARMOR", "name": "kippah", "name_plural": "kippahs", @@ -409,7 +409,7 @@ }, { "id": "kufi", - "repairs_like": "balaclava", + "repairs_like": "balclava", "type": "ARMOR", "name": "kufi cap", "name_plural": "kufi caps", @@ -430,7 +430,7 @@ }, { "id": "maid_hat", - "repairs_like": "balaclava", + "repairs_like": "balclava", "type": "ARMOR", "name": "French maid hat", "description": "A frilly white headpiece.", @@ -450,7 +450,7 @@ }, { "id": "porkpie", - "repairs_like": "balaclava", + "repairs_like": "balclava", "type": "ARMOR", "name": "porkpie hat", "description": "A flat-topped hat with circular indent and a narrow brim. Most popular in the 40s and 50s, still common among those in the mod scene, hipsters, and people named Heisenberg.", @@ -459,7 +459,7 @@ "price": 5500, "material": [ "cotton" ], "symbol": "[", - "looks_like": "bowlhat", + "looks_like": "bowhat", "color": "dark_gray", "covers": [ "HEAD" ], "coverage": 50, @@ -471,7 +471,7 @@ }, { "id": "postman_hat", - "repairs_like": "balaclava", + "repairs_like": "balclava", "type": "ARMOR", "name": "mail carrier hat", "description": "A traditional mail carrier's cap, with the US postal service logo embroidered on the front above the plastic cap. A symbol of a bygone world.", @@ -528,7 +528,7 @@ }, { "id": "tophat", - "repairs_like": "balaclava", + "repairs_like": "balclava", "type": "ARMOR", "name": "top hat", "//": "No, you're not wearing anything over your top hat.", @@ -538,7 +538,7 @@ "price": 19500, "material": [ "cotton" ], "symbol": "[", - "looks_like": "hat_porkpie", + "looks_like": "porkpie", "color": "dark_gray", "covers": [ "HEAD" ], "coverage": 50, @@ -570,7 +570,7 @@ }, { "id": "turban", - "repairs_like": "balaclava", + "repairs_like": "balclava", "type": "ARMOR", "name": "turban", "description": "Rags worn around the head.", @@ -591,7 +591,7 @@ }, { "id": "hat_golf", - "repairs_like": "balaclava", + "repairs_like": "balclava", "type": "ARMOR", "name": "golf cap", "//": "Head encumbrance stops you from wearing additional headgear. No helmet over a ballcap, sorry. But brimmed gear gets the anti-glare flag!", diff --git a/data/json/items/armor/helmets.json b/data/json/items/armor/helmets.json index 4f8844ad0709c..03030e21cf257 100644 --- a/data/json/items/armor/helmets.json +++ b/data/json/items/armor/helmets.json @@ -188,7 +188,7 @@ }, { "id": "helmet_bike", - "repairs_like": "balaclava", + "repairs_like": "balclava", "type": "ARMOR", "category": "armor", "name": "bike helmet", @@ -266,7 +266,7 @@ }, { "id": "helmet_football", - "repairs_like": "balaclava", + "repairs_like": "balclava", "type": "ARMOR", "category": "armor", "name": "football helmet", @@ -355,7 +355,7 @@ }, { "id": "helmet_liner", - "repairs_like": "balaclava", + "repairs_like": "balclava", "type": "ARMOR", "name": "helmet liner", "description": "This goes inside a helmet to help keep your head warm in cold climates.", diff --git a/data/json/items/armor/hoods.json b/data/json/items/armor/hoods.json index 4852c3d4208c4..7777d4d002b87 100644 --- a/data/json/items/armor/hoods.json +++ b/data/json/items/armor/hoods.json @@ -1,7 +1,7 @@ [ { "id": "beekeeping_hood", - "repairs_like": "balaclava", + "repairs_like": "balclava", "type": "ARMOR", "name": "beekeeping hood", "description": "A beekeeping hood. Keeps the bees out, but lets fresh air in. Rather cumbersome to wear, as it is rather bulky and hinders vision.", diff --git a/data/json/items/armor/misc.json b/data/json/items/armor/misc.json index 2c186d149c55d..fea54136e35e0 100644 --- a/data/json/items/armor/misc.json +++ b/data/json/items/armor/misc.json @@ -1,7 +1,7 @@ [ { "id": "clown_wig", - "repairs_like": "balaclava", + "repairs_like": "balclava", "type": "ARMOR", "name": "clown wig", "description": "A colorful and ridiculous wig fit for a clown.", @@ -214,7 +214,7 @@ }, { "id": "veil_wedding", - "repairs_like": "balaclava", + "repairs_like": "balclava", "type": "ARMOR", "name": "wedding veil", "name_plural": "wedding veils", diff --git a/data/json/items/armor/scarfs.json b/data/json/items/armor/scarfs.json index 7292517520c64..8c237b853b6e6 100644 --- a/data/json/items/armor/scarfs.json +++ b/data/json/items/armor/scarfs.json @@ -21,7 +21,7 @@ }, { "id": "headscarf", - "repairs_like": "balaclava", + "repairs_like": "balclava", "type": "ARMOR", "name": "headscarf", "description": "A loose cloth worn over the head and around the neck.",