Some new jewelery

Ehh, not much to say here, I just gonna throw out some new ideas for jewelry out here. Feel free to modify and make more variations.

        "type" : "ARMOR",
        "id" : "gold_ear",
        "name" : "gold earring",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A shinny gold earring. You can wear it if you like, but it won't provide any effects.",
        "weight" : 10,
        "to_hit" : 0,
        "color" : "yellow",
        "encumbrance" : 0,
        "price" : 500,
        "material" : ["gold", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "enviromental_protection" : 0,
        "phase" : "solid",
        "flags" : ["FANCY"]
        "type" : "ARMOR",
        "id" : "brass_ear",
        "name" : "brass earring",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A brass earring. It's pretty heavy, wearing it for an extended period of time may stretch your ear longer.",
        "weight" : 50,
        "to_hit" : 0,
        "color" : "brown",
        "encumbrance" : 0,
        "price" : 100,
        "material" : ["iron", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "enviromental_protection" : 0,
        "phase" : "solid"
        "type" : "ARMOR",
        "id" : "silver_bracelet",
        "name" : "silver bracelet",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A nice silver bracelet. You can wear it if you like, but it won't provide any effects.",
        "weight" : 36,
        "to_hit" : 0,
        "color" : "light_gray",
        "encumbrance" : 0,
        "price" : 600,
        "material" : ["silver", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "enviromental_protection" : 0,
        "phase" : "solid",
        "flags" : ["FANCY"]
        "type" : "ARMOR",
        "id" : "brass_bracelet",
        "name" : "brass bracelet",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A old-fashioned, brass bracelet.",
        "weight" : 76,
        "to_hit" : 0,
        "color" : "brown",
        "encumbrance" : 0,
        "price" : 150,
        "material" : ["iron", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "enviromental_protection" : 0,
        "phase" : "solid"
        "type" : "ARMOR",
        "id" : "brooch",
        "name" : "jade brooch",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A hand-crafted, jade brooch of Oriental origin",
        "weight" : 26,
        "to_hit" : 0,
        "color" : "green",
        "encumbrance" : 0,
        "price" : 800,
        "material" : ["stone", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "enviromental_protection" : 0,
        "phase" : "solid",
        "flags" : ["FANCY"]
        "type" : "ARMOR",
        "id" : "locket",
        "name" : "locket",
        "volume" : 0,
        "material_thickness" : 0,
        "storage" : 0,
        "description" : "A small locket with a frame inside to store a photograph. This one has photograph of a small girl",
        "weight" : 26,
        "to_hit" : 0,
        "color" : "light_gray",
        "encumbrance" : 0,
        "price" : 400,
        "material" : ["silver", "null"],
        "coverage" : 0,
        "symbol" : "[",
        "bashing" : 0,
        "cutting" : 0,
        "warmth" : 0,
        "enviromental_protection" : 0,
        "phase" : "solid",
        "flags" : ["FANCY"]

I hope jewelry plays a better role in NPC interaction later.
All it does now is make grocery store raiding take twice as long.

“You can’t do chemistry with a necklace hanging about!”

eddit: Just realized that they give you FANCY PANTS MORALE
edddit: Mochi the Gold earring code comes out nice, but the others are all in f%$&ed up windows, JS

Hmm I don’t know what is causing it, since I’m not at my personal computer right now I’ll just paste the text to here:
http://justpaste.it/dr9h

Yeah most of the jewelry I proposed above have the [FANCY] flag, though there are exceptions (The brass jewelry). They exist mostly for flavors since I feel the accessory items class was somewhat lacking.