Skip to content

Commit

Permalink
added plural forms for active gas masks
Browse files Browse the repository at this point in the history
  • Loading branch information
BalthazarArgall committed Apr 9, 2024
1 parent fa29618 commit 0ca8383
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions data/json/items/tool_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -1961,7 +1961,7 @@
"id": "mask_filter_on",
"copy-from": "mask_filter",
"type": "TOOL_ARMOR",
"name": { "str": "filter mask (on)" },
"name": { "str": "filter mask (on)", "str_pl": "filter masks (on)" },
"armor": [ { "encumbrance": 15, "rigid_layer_only": true, "coverage": 100, "covers": [ "mouth" ] } ],
"tick_action": [ "GASMASK" ],
"use_action": [ "GASMASK_DEACTIVATE" ]
Expand Down Expand Up @@ -2004,7 +2004,7 @@
"id": "mask_gas_on",
"copy-from": "mask_gas",
"type": "TOOL_ARMOR",
"name": { "str": "gas mask (on)" },
"name": { "str": "gas mask (on)", "str_pl": "gas masks (on)" },
"armor": [
{ "covers": [ "eyes" ], "rigid_layer_only": true, "coverage": 100, "encumbrance": 25 },
{ "covers": [ "mouth" ], "rigid_layer_only": true, "coverage": 100, "encumbrance": 35 }
Expand Down Expand Up @@ -2050,7 +2050,7 @@
"id": "mask_gas_xl_on",
"copy-from": "mask_gas_xl",
"type": "TOOL_ARMOR",
"name": { "str": "XL gas mask (on)" },
"name": { "str": "XL gas mask (on)", "str_pl": "XL gas masks (on)" },
"armor": [
{ "covers": [ "eyes" ], "rigid_layer_only": true, "coverage": 100, "encumbrance": 25 },
{ "covers": [ "mouth" ], "rigid_layer_only": true, "coverage": 100, "encumbrance": 35 }
Expand Down Expand Up @@ -2096,7 +2096,7 @@
"id": "mask_gas_xs_on",
"copy-from": "mask_gas_xs",
"type": "TOOL_ARMOR",
"name": { "str": "XS gas mask (on)" },
"name": { "str": "XS gas mask (on)", "str_pl": "XS gas masks (on)" },
"armor": [
{ "covers": [ "eyes" ], "rigid_layer_only": true, "coverage": 100, "encumbrance": 25 },
{ "covers": [ "mouth" ], "rigid_layer_only": true, "coverage": 100, "encumbrance": 35 }
Expand Down Expand Up @@ -2139,7 +2139,7 @@
"id": "mask_gas_half_on",
"copy-from": "mask_gas_half",
"type": "TOOL_ARMOR",
"name": { "str": "half-face gas mask (on)" },
"name": { "str": "half-face gas mask (on)", "str_pl": "half-face gas masks (on)" },
"armor": [ { "covers": [ "mouth" ], "rigid_layer_only": true, "coverage": 100, "encumbrance": 35 } ],
"tick_action": [ "GASMASK" ],
"use_action": [ "GASMASK_DEACTIVATE" ]
Expand Down Expand Up @@ -2194,7 +2194,7 @@
"id": "mask_fsurvivor_on",
"copy-from": "mask_fsurvivor",
"type": "TOOL_ARMOR",
"name": { "str": "survivor firemask (on)" },
"name": { "str": "survivor firemask (on)", "str_pl": "survivor firemasks (on)" },
"armor": [
{
"material": [
Expand Down Expand Up @@ -2228,7 +2228,7 @@
"id": "mask_fsurvivorxl_on",
"copy-from": "mask_fsurvivorxl",
"type": "TOOL_ARMOR",
"name": { "str": "XL survivor firemask (on)" },
"name": { "str": "XL survivor firemask (on)", "str_pl": "XL survivor firemasks (on)" },
"armor": [
{
"material": [
Expand Down Expand Up @@ -2262,7 +2262,7 @@
"id": "mask_fsurvivorxs_on",
"copy-from": "mask_fsurvivorxs",
"type": "TOOL_ARMOR",
"name": { "str": "XS survivor firemask (on)" },
"name": { "str": "XS survivor firemask (on)", "str_pl": "XS survivor firemasks (on)" },
"armor": [
{
"material": [
Expand Down Expand Up @@ -2333,7 +2333,7 @@
"id": "mask_bunker_on",
"copy-from": "mask_bunker",
"type": "TOOL_ARMOR",
"name": { "str": "firefighter PBA mask (on)" },
"name": { "str": "firefighter PBA mask (on)", "str_pl": "firefighter PBA masks (on)" },
"armor": [
{
"material": [
Expand Down Expand Up @@ -2407,7 +2407,7 @@
"id": "mask_hsurvivor_on",
"copy-from": "mask_hsurvivor",
"type": "TOOL_ARMOR",
"name": { "str": "heavy survivor mask (on)" },
"name": { "str": "heavy survivor mask (on)", "str_pl": "heavy survivor masks (on)" },
"armor": [
{
"material": [
Expand Down Expand Up @@ -2444,7 +2444,7 @@
"id": "mask_hsurvivorxl_on",
"copy-from": "mask_hsurvivorxl",
"type": "TOOL_ARMOR",
"name": { "str": "XL heavy survivor mask (on)" },
"name": { "str": "XL heavy survivor mask (on)", "str_pl": "XL heavy survivor masks (on)" },
"armor": [
{
"material": [
Expand Down Expand Up @@ -2481,7 +2481,7 @@
"id": "mask_hsurvivorxs_on",
"copy-from": "mask_hsurvivorxs",
"type": "TOOL_ARMOR",
"name": { "str": "XS heavy survivor mask (on)" },
"name": { "str": "XS heavy survivor mask (on)", "str_pl": "XS heavy survivor masks (on)" },
"armor": [
{
"material": [
Expand Down Expand Up @@ -2509,7 +2509,7 @@
"id": "mask_lsurvivor",
"type": "TOOL_ARMOR",
"category": "armor",
"name": { "str": "survivor half mask" },
"name": { "str": "survivor half-face gas mask" },
"description": "A half-face gasmask handcrafted from treated leather. It provides no protection for the eyes, and must be activated before use.",
"weight": "341 g",
"volume": "625 ml",
Expand Down Expand Up @@ -2546,7 +2546,7 @@
"id": "mask_lsurvivor_on",
"copy-from": "mask_lsurvivor",
"type": "TOOL_ARMOR",
"name": { "str": "survivor half mask (on)" },
"name": { "str": "survivor half-face gas mask (on)", "str_pl": "survivor half-face gas masks (on)" },
"armor": [
{
"material": [ { "type": "leather_treated", "covered_by_mat": 100, "thickness": 4 } ],
Expand All @@ -2563,15 +2563,15 @@
"type": "TOOL_ARMOR",
"copy-from": "mask_lsurvivor",
"looks_like": "mask_lsurvivor",
"name": { "str": "XL survivor half mask" },
"name": { "str": "XL survivor half-face gas mask" },
"proportional": { "weight": 1.25, "volume": 1.25, "price": 0.5 },
"flags": [ "VARSIZE", "STURDY", "OVERSIZE", "SUN_GLASSES", "SLEEP_IGNORE", "UNRESTRICTED" ]
},
{
"id": "mask_lsurvivorxl_on",
"copy-from": "mask_lsurvivorxl",
"type": "TOOL_ARMOR",
"name": { "str": "XL survivor half mask (on)" },
"name": { "str": "XL survivor half-face gas mask (on)", "str_pl": "XL survivor half-face gas masks (on)" },
"armor": [
{
"material": [ { "type": "leather_treated", "covered_by_mat": 100, "thickness": 4 } ],
Expand All @@ -2588,15 +2588,15 @@
"type": "TOOL_ARMOR",
"copy-from": "mask_lsurvivor",
"looks_like": "mask_lsurvivor",
"name": { "str": "XS survivor half mask" },
"name": { "str": "XS survivor half-face gas mask" },
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
"flags": [ "VARSIZE", "STURDY", "SUN_GLASSES", "SLEEP_IGNORE", "UNDERSIZE", "UNRESTRICTED" ]
},
{
"id": "mask_lsurvivorxs_on",
"copy-from": "mask_lsurvivorxs",
"type": "TOOL_ARMOR",
"name": { "str": "XS survivor half mask (on)" },
"name": { "str": "XS survivor half-face gas mask (on)", "str_pl": "XS survivor half-face gas masks (on)" },
"armor": [
{
"material": [ { "type": "leather_treated", "covered_by_mat": 100, "thickness": 4 } ],
Expand Down Expand Up @@ -2655,7 +2655,7 @@
"id": "mask_survivor_on",
"copy-from": "mask_survivor",
"type": "TOOL_ARMOR",
"name": { "str": "survivor mask (on)" },
"name": { "str": "survivor mask (on)", "str_pl": "survivor masks (on)" },
"armor": [
{
"material": [ { "type": "leather_treated", "covered_by_mat": 100, "thickness": 4 } ],
Expand Down Expand Up @@ -2686,7 +2686,7 @@
"id": "mask_survivorxl_on",
"copy-from": "mask_survivorxl",
"type": "TOOL_ARMOR",
"name": { "str": "XL survivor mask (on)" },
"name": { "str": "XL survivor mask (on)", "str_pl": "XL survivor masks (on)" },
"armor": [
{
"material": [ { "type": "leather_treated", "covered_by_mat": 100, "thickness": 4 } ],
Expand Down Expand Up @@ -2717,7 +2717,7 @@
"id": "mask_survivorxs_on",
"copy-from": "mask_survivorxs",
"type": "TOOL_ARMOR",
"name": { "str": "XS survivor mask (on)" },
"name": { "str": "XS survivor mask (on)", "str_pl": "XS survivor masks (on)" },
"armor": [
{
"material": [ { "type": "leather_treated", "covered_by_mat": 100, "thickness": 4 } ],
Expand Down

0 comments on commit 0ca8383

Please sign in to comment.