Alright, thanks.
Well, this is what I’ve made. A variety of hats for men and women, mostly, and some clothing (mostly for women) so I could add in some professions:
{
"type" : "ARMOR",
"id" : "widebrimmedhat",
"name" : "Wide-brimmed hat",
"weight" : 213,
"color" : "dark_gray",
"covers" : ["HEAD"],
"to_hit" : 0,
"storage" : 0,
"symbol" : "[",
"description" : "A woman's wide-brimmed hat. Crushes easily and designed to keep the sun out of your eyes.",
"price" : 5500,
"material" : ["cotton", "null"],
"volume" : 1,
"cutting" : 0,
"warmth" : 5,
"phase" : "solid",
"enviromental_protection" : 1,
"encumbrance" : 0,
"bashing" : -3,
"coverage" : 100,
"flags": ["FANCY", "VARSIZE", "SUN_GLASSES"],
"material_thickness" : 1
},
{
"type" : "ARMOR",
"id" : "clochehat",
"name" : "Cloche hat",
"weight" : 213,
"color" : "dark_gray",
"covers" : ["HEAD"],
"to_hit" : 0,
"storage" : 0,
"symbol" : "[",
"description" : "A woman's asymetrical cloche hat. Rimmed with velvet, with a cute button on the side.",
"price" : 5500,
"material" : ["cotton", "null"],
"volume" : 5,
"cutting" : 0,
"warmth" : 5,
"phase" : "solid",
"enviromental_protection" : 1,
"encumbrance" : 0,
"bashing" : -3,
"coverage" : 100,
"flags": ["FANCY", "VARSIZE"],
"material_thickness" : 1
},
{
"type" : "ARMOR",
"id" : "fedora",
"name" : "fedora",
"weight" : 213,
"color" : "dark_gray",
"covers" : ["HEAD"],
"to_hit" : 0,
"storage" : 0,
"symbol" : "[",
"description" : "A classic fedora. Rolls up easily, will keep the sun and rain out of your eyes. Stylish and practical.",
"price" : 9500,
"material" : ["cotton", "null"],
"volume" : 1,
"cutting" : 0,
"warmth" : 5,
"phase" : "solid",
"enviromental_protection" : 2,
"encumbrance" : 0,
"bashing" : -3,
"coverage" : 100,
"flags": ["FANCY", "VARSIZE","WATERPROOF", "SUN_GLASSES"],
"material_thickness" : 1
},
{
"type" : "ARMOR",
"id" : "littleblackdress",
"name" : "Little black dress",
"weight" : 160,
"color" : "pink",
"covers" : ["TORSO"],
"to_hit" : -5,
"storage" : 0,
"symbol" : "[",
"description" : "A classy and iconic little black dress. Every woman should have one.",
"price" : 18000,
"material" : ["cotton", "null"],
"volume" : 10,
"cutting" : 0,
"warmth" : 15,
"phase" : "solid",
"enviromental_protection" : 0,
"encumbrance" : 0,
"bashing" : -5,
"flags" : ["VARSIZE", "SUPER_FANCY"],
"coverage" : 85,
"material_thickness" : 2
},
{
“type” : “ARMOR”,
“id” : “balletslipper”,
“name” : “Ballet slippers”,
“weight” : 32,
“color” : “light_gray”,
“covers” : [“FEET”],
“to_hit” : 0,
“storage” : 0,
“symbol” : “[”,
“description” : “Guaranteed to make you run faster and jump higher!”,
“price” : 10000,
“material” : [“leather”],
“volume” : 1,
“cutting” : 0,
“warmth” : 10,
“phase” : “solid”,
“enviromental_protection” : 0,
“encumbrance” : 0,
“bashing” : -2,
“flags” : [“VARSIZE”, “FANCY”],
“coverage” : 90,
“material_thickness” : 3
),
{
“type” : “ARMOR”,
“id” : “leotard”,
“name” : “Leotard”,
“weight” : 114,
“color” : “dark_gray”,
“covers” : [“TORSO”],
“to_hit” : 0,
“storage” : 0,
“symbol” : “[”,
“description” : “A skintight one-piece outfit that covers the torso but leaves the legs free.”,
“price” : 20000,
“material” : [“cotton”, “null”],
“volume” : 1,
“cutting” : 0,
“warmth” : 10,
“phase” : “solid”,
“enviromental_protection” : 0,
“encumbrance” : 0,
“bashing” : -5,
“flags” : [“VARSIZE”, “SKINTIGHT”, “FANCY”],
“coverage” : 100,
“material_thickness” : 1
},
{
“type” : “ARMOR”,
“id” : “cheeruniform”,
“name” : “Cheer uniform”,
“weight” : 158,
“color” : “yellow”,
“covers” : [“TORSO”],
“to_hit” : 0,
“storage” : 0,
“symbol” : “[”,
“description” : “A v-neck sleeveless cheer uniform, carrying the logo of a local team.”,
“price” : 30000,
“material” : [“cotton”, “null”],
“volume” : 0,
“cutting” : 0,
“warmth” : 10,
“phase” : “solid”,
“enviromental_protection” : 0,
“encumbrance” : 0,
“bashing” : -5,
“flags” : [“VARSIZE”, “FANCY” ],
“coverage” : 90,
“material_thickness” : 1
},
{
“type” : “ARMOR”,
“id” : “cheerskirt”,
“name” : “Cheerleader skirt”,
“weight” : 74,
“color” : “yellow”,
“covers” : [“LEGS”],
“to_hit” : 0,
“storage” : 1,
“symbol” : “[”,
“description” : “A short cheerleader’s skirt. Comes with built-in shorts.”,
“price” : 12000,
“material” : [“cotton”, “null”, “FANCY”],
“volume” : 1,
“cutting” : 0,
“warmth” : 10,
“phase” : “solid”,
“enviromental_protection” : 0,
“encumbrance” : 0,
“bashing” : -5,
“flags” : [“VARSIZE”],
“coverage” : 50,
“material_thickness” : 1
},
{
“type” : “ARMOR”,
“id” : “toesocks”,
“name” : “Toe socks”,
“weight” : 32,
“color” : “pink”,
“covers” : [“FEET”],
“to_hit” : 0,
“storage” : 0,
“symbol” : “[”,
“description” : “Cute socks with individual little mini-socks for each toe.”,
“price” : 10000,
“material” : [“cotton”, “null”],
“volume” : 1,
“cutting” : 0,
“warmth” : 30,
“phase” : “solid”,
“enviromental_protection” : 0,
“encumbrance” : 0,
“bashing” : -5,
“flags” : [“VARSIZE”, “SKINTIGHT”,“FANCY”],
“coverage” : 100,
“material_thickness” : 1
},
I also made one new profession. I like it better then the ballroom dancer, but I didn’t replace it:
I also changed the football player profession. I essentially drastically redid it so the male version is a football player, the female version is a cheerleader, and the text is gender-neutral. I realize you can have female football players, male cheerleaders, and vice-versa, and have known both - but this works better, I think, for a way to add it in.
If anyone finds them worthwhile, feel free to use them for any purpose you want. Just let me know so I can be happy inside. Or ignore them if you find them annoying. I’m just putting them here so the work is out there. I might add them to a mod eventually if no-one uses them. Who knows. I’m still getting used to the code. I’m sure you all can code this stuff up easy yourselves if you want…but hey, now you don’t have to.