Gas mask functionality update #86250
Annotations
10 errors
run tests:
data/json/items/tool_armor.json#L1964
([slow] ~starting_items)=> Cannot autogenerate plural form. Please specify the plural form explicitly using 'str' and 'str_pl', or 'str_sp' if the singular and plural forms are the same.
"copy-from": "mask_filter",
"type": "TOOL_ARMOR",
"name": { "str": "filter mask (on)" },
▲▲▲
"armor": [ { "encumbrance": 15, "rigid_layer_only": true, "coverage": 100, "covers": [ "mouth" ] } ],
"tick_action": [ "GASMASK" ],
|
run tests:
data/json/items/tool_armor.json#L2007
([slow] ~starting_items)=> Cannot autogenerate plural form. Please specify the plural form explicitly using 'str' and 'str_pl', or 'str_sp' if the singular and plural forms are the same.
"copy-from": "mask_gas",
"type": "TOOL_ARMOR",
"name": { "str": "gas mask (on)" },
▲▲▲
"armor": [
{ "covers": [ "eyes" ], "rigid_layer_only": true, "coverage": 100, "encumbrance": 25 },
|
run tests:
data/json/items/tool_armor.json#L2053
([slow] ~starting_items)=> Cannot autogenerate plural form. Please specify the plural form explicitly using 'str' and 'str_pl', or 'str_sp' if the singular and plural forms are the same.
"copy-from": "mask_gas_xl",
"type": "TOOL_ARMOR",
"name": { "str": "XL gas mask (on)" },
▲▲▲
"armor": [
{ "covers": [ "eyes" ], "rigid_layer_only": true, "coverage": 100, "encumbrance": 25 },
|
run tests:
data/json/items/tool_armor.json#L2099
([slow] ~starting_items)=> Cannot autogenerate plural form. Please specify the plural form explicitly using 'str' and 'str_pl', or 'str_sp' if the singular and plural forms are the same.
"copy-from": "mask_gas_xs",
"type": "TOOL_ARMOR",
"name": { "str": "XS gas mask (on)" },
▲▲▲
"armor": [
{ "covers": [ "eyes" ], "rigid_layer_only": true, "coverage": 100, "encumbrance": 25 },
|
run tests:
data/json/items/tool_armor.json#L2142
([slow] ~starting_items)=> Cannot autogenerate plural form. Please specify the plural form explicitly using 'str' and 'str_pl', or 'str_sp' if the singular and plural forms are the same.
"copy-from": "mask_gas_half",
"type": "TOOL_ARMOR",
"name": { "str": "half-face gas mask (on)" },
▲▲▲
"armor": [ { "covers": [ "mouth" ], "rigid_layer_only": true, "coverage": 100, "encumbrance": 35 } ],
"tick_action": [ "GASMASK" ],
|
run tests:
data/json/items/tool_armor.json#L2197
([slow] ~starting_items)=> Cannot autogenerate plural form. Please specify the plural form explicitly using 'str' and 'str_pl', or 'str_sp' if the singular and plural forms are the same.
"copy-from": "mask_fsurvivor",
"type": "TOOL_ARMOR",
"name": { "str": "survivor firemask (on)" },
▲▲▲
"armor": [
{
|
run tests:
data/json/items/tool_armor.json#L2231
([slow] ~starting_items)=> Cannot autogenerate plural form. Please specify the plural form explicitly using 'str' and 'str_pl', or 'str_sp' if the singular and plural forms are the same.
"copy-from": "mask_fsurvivorxl",
"type": "TOOL_ARMOR",
"name": { "str": "XL survivor firemask (on)" },
▲▲▲
"armor": [
{
|
run tests:
data/json/items/tool_armor.json#L2265
([slow] ~starting_items)=> Cannot autogenerate plural form. Please specify the plural form explicitly using 'str' and 'str_pl', or 'str_sp' if the singular and plural forms are the same.
"copy-from": "mask_fsurvivorxs",
"type": "TOOL_ARMOR",
"name": { "str": "XS survivor firemask (on)" },
▲▲▲
"armor": [
{
|
run tests:
data/json/items/tool_armor.json#L2336
([slow] ~starting_items)=> Cannot autogenerate plural form. Please specify the plural form explicitly using 'str' and 'str_pl', or 'str_sp' if the singular and plural forms are the same.
"copy-from": "mask_bunker",
"type": "TOOL_ARMOR",
"name": { "str": "firefighter PBA mask (on)" },
▲▲▲
"armor": [
{
|
run tests:
data/json/items/tool_armor.json#L2410
([slow] ~starting_items)=> Cannot autogenerate plural form. Please specify the plural form explicitly using 'str' and 'str_pl', or 'str_sp' if the singular and plural forms are the same.
"copy-from": "mask_hsurvivor",
"type": "TOOL_ARMOR",
"name": { "str": "heavy survivor mask (on)" },
▲▲▲
"armor": [
{
|
Loading