diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 21:19:09 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 21:19:09 -0700 |
commit | b2133c53d10643b23e609624925e53e1ade0b01e (patch) | |
tree | b9d8f8c95001818571410e4c67f82e900f00770d | |
parent | Add and fix many vanilla items. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-b2133c53d10643b23e609624925e53e1ade0b01e.tar.xz |
Fix several typos.
-rw-r--r-- | json/items/armor/sheath.json | 4 | ||||
-rw-r--r-- | json/items/armor/suits_protection.json | 2 | ||||
-rw-r--r-- | json/items/armor/swimming.json | 2 | ||||
-rw-r--r-- | json/items/armor/torso_clothes.json | 6 | ||||
-rw-r--r-- | json/items/armor/undergarments.json | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/json/items/armor/sheath.json b/json/items/armor/sheath.json index 19e654e..1ea98f3 100644 --- a/json/items/armor/sheath.json +++ b/json/items/armor/sheath.json @@ -26,7 +26,7 @@ "volume": "500 ml", "rigid": true, "price": "52 USD", - "price_postapoc": "250 cents", + "price_postapoc": "250 cent", "material": [ "nylon", "plastic" ], "symbol": "[", "looks_like": "sheath", @@ -44,7 +44,7 @@ "coverage": 2, "encumbrance": 4, "max_encumbrance": 5, - "flags": [ "BELTED", "VARSIZE", "OVERSIZE", "WATER_FRIENDLY", "COMPACT" ], + "flags": [ "BELTED", "VARSIZE", "OVERSIZE", "WATER_FRIENDLY", "COMPACT" ] }, { "id": "bootsheath", diff --git a/json/items/armor/suits_protection.json b/json/items/armor/suits_protection.json index e3a8955..7aa1324 100644 --- a/json/items/armor/suits_protection.json +++ b/json/items/armor/suits_protection.json @@ -47,7 +47,7 @@ }, { "id": "armor_nomad", - "copy-from": "armor_larmor", + "copy-from": "armor_nomad", "type": "ARMOR", "name": { "str": "nomad gear" }, "armor_portion_data": [ diff --git a/json/items/armor/swimming.json b/json/items/armor/swimming.json index 3ae39f4..f6aad57 100644 --- a/json/items/armor/swimming.json +++ b/json/items/armor/swimming.json @@ -9,5 +9,5 @@ { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 10, 10 ] }, { "covers": [ "legs" ], "coverage": 100, "encumbrance": [ 10, 12 ] } ] - }, + } ] diff --git a/json/items/armor/torso_clothes.json b/json/items/armor/torso_clothes.json index 65ea609..6c1b5f3 100644 --- a/json/items/armor/torso_clothes.json +++ b/json/items/armor/torso_clothes.json @@ -94,10 +94,10 @@ "storage": "2250 ml" }, { - "id": "hoodie", - "copy-from": "hoodie", + "id": "wool_hoodie", + "copy-from": "wool_hoodie", "type": "ARMOR", - "name": { "str": "hoodie" }, + "name": { "str": "wool hoodie" }, "armor_portion_data": [ { "covers": [ "torso" ], "coverage": 95, "encumbrance": [ 6, 12 ] }, { "covers": [ "arms" ], "coverage": 95, "encumbrance": [ 6, 6 ] } diff --git a/json/items/armor/undergarments.json b/json/items/armor/undergarments.json index 6b69d01..33e3e77 100644 --- a/json/items/armor/undergarments.json +++ b/json/items/armor/undergarments.json @@ -7,8 +7,8 @@ "weight": "80 g", "volume": "200 ml", "looks_like": "panties", - "price": 500, - "price_postapoc": 250, + "price": "5 USD", + "price_postapoc": "250 cent", "material": [ "nylon" ], "symbol": "[", "color": "dark_gray", |