Ehr, it doesn’t seem to have a tag like that;
{
"type" : "ARMOR",
"id" : "coat_rain",
"name" : "rain coat",
"weight" : 8,
"color" : "light_red",
"covers" : ["TORSO", "ARMS"],
"to_hit" : 0,
"storage" : 7,
"symbol" : "[",
"bashing_protection" : 0,
"description" : "A plastic coat with two very large pockets. Provides protection from rain.",
"price" : 100,
"material" : ["COTTON", "PLASTIC"],
"volume" : 9,
"cutting" : 0,
"warmth" : 20,
"phase" : "solid",
"enviromental_protection" : 1,
"rarity" : 50,
"encumberance" : 2,
"bashing" : -4,
"flags" : ["VARSIZE"],
"cutting_protection" : 3
},
{
"type" : "ARMOR",
"id" : "trenchcoat",
"name" : "trenchcoat",
"weight" : 6,
"color" : "light_red",
"covers" : ["TORSO", "ARMS"],
"to_hit" : -1,
"storage" : 24,
"symbol" : "[",
"bashing_protection" : 0,
"description" : "A thin cotton trenchcoat, lined with pockets. Great for storage.",
"price" : 225,
"material" : ["COTTON", "NULL"],
"volume" : 10,
"cutting" : 0,
"warmth" : 20,
"phase" : "solid",
"enviromental_protection" : 1,
"rarity" : 25,
"encumberance" : 1,
"bashing" : -5,
"flags" : ["VARSIZE"],
"cutting_protection" : 1
},
There’s no difference in flags between the items.