Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More variants phone cases and t-shirts #56041

Merged
merged 6 commits into from
Mar 20, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions data/json/items/armor/torso_clothes.json
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,51 @@
"color": "white",
"warmth": 5,
"material_thickness": 0.1,
"variant_type": "generic",
"variants": [
{
"id": "skeletor_tshirt",
"name": { "str_sp": "political meme t-shirt" },
Maleclypse marked this conversation as resolved.
Show resolved Hide resolved
"description": "A dark blue t-shirt with a circle of stars inside the start is a blue and yellow skeleton with his arms raised and mouth open. Above the skeleton are the words 'Make Eternia' and below him are the words 'Great Again'.",
"weight": 1
},
{
"id": "my_little_nazgul_tshirt",
"name": { "str_sp": "my little nazgul t-shirt" },
"description": "A light grey t-shirt with a drawing of a Nazgul riding a black horse. All drawings are done in the style of old My Little Pony cartoons.",
"weight": 1
},
{
"id": "generic_tshirt",
"name": { "str_sp": "t-shirt" },
"description": "A short-sleeved cotton shirt.",
"weight": 40
},
{
"id": "fda_approved_tshirt",
"name": { "str_sp": "fda approved t-shirt" },
"description": "A light blue t-shirt with yellow block letters that say 'FDA Approved to treat all diseases'.",
"weight": 1
},
{
"id": "doom_song_tshirt",
"name": { "str_sp": "doom song tshirt" },
"description": "A black shirt with a green robot poorly disguised as a dog. It has words on it. 'It's time for the DOOM song. Doom, doom, doom, dooooom!!".,
Maleclypse marked this conversation as resolved.
Show resolved Hide resolved
"weight": 1
},
{
"id": "portal_to_the_cat_dimension_tshirt",
"name": { "str_sp": "portal to the cat dimension t-shirt" },
"description": "A black t-shirt with a picture of a woman standing in front of a yawning portal with numerous cats surrounding her and exiting the portal.",
"weight": 5
},
{
"id": "forbidden_futurama_tshirt",
"name": { "str_sp": "forbidden robot t-shirt" },
"description": "A giant blocky robot with a cone shaped head holds both arms out carrying a cyclops woman with purple hair.",
"weight": 1
}
],
"flags": [ "VARSIZE", "SKINTIGHT" ],
"armor": [
{ "coverage": 90, "covers": [ "torso" ] },
Expand Down
26 changes: 25 additions & 1 deletion data/json/items/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -1664,11 +1664,35 @@
"description": "This waterproof phone case has a drawing on it that makes it look like an old English police call box.",
"weight": 1
},
{
"id": "black_smart_phone_case",
"name": { "str_sp": "black waterproof smartphone case" },
"description": "A waterproof case designed for a standard smartphone. Will protect your smartphone from water damage entirely. This one is black.",
ZhilkinSerg marked this conversation as resolved.
Show resolved Hide resolved
"weight": 10
},
{
"id": "pink_smart_phone_case",
"name": { "str_sp": "pink waterproof smartphone case" },
"description": "A waterproof case designed for a standard smartphone. Will protect your smartphone from water damage entirely. This one is pink.",
"weight": 10
},
{
"id": "red_smart_phone_case",
"name": { "str_sp": "red waterproof smartphone case" },
"description": "A waterproof case designed for a standard smartphone. Will protect your smartphone from water damage entirely. This one is red.",
"weight": 10
},
{
"id": "bejewelled_smart_phone_case",
"name": { "str_sp": "bejewelled waterproof smartphone case" },
"description": "A waterproof case designed for a standard smartphone. Will protect your smartphone from water damage entirely. This one is gold with jewels.",
"weight": 5
},
{
"id": "hello_kitty_case",
"name": { "str_sp": "Hello Kitty Case" },
"description": "This waterproof phone case has numerous versions of Hello Kitty posing on it.",
"weight": 1
"weight": 5
},
{
"id": "zombie_case",
Expand Down