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

Clarify smartphone cases #56434

Merged
merged 1 commit into from
Apr 4, 2022
Merged
Changes from all commits
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
20 changes: 10 additions & 10 deletions data/json/items/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -1763,44 +1763,44 @@
"variants": [
{
"id": "tardis_case",
"name": { "str_sp": "Police Call Box Case" },
"description": "This waterproof phone case has a drawing on it that makes it look like an old English police call box.",
"name": { "str": "police call box waterproof smartphone case" },
"description": "This waterproof smartphone 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" },
"name": { "str": "black waterproof smartphone case" },
"description": "A black waterproof case designed for a standard smartphone. Will protect your smartphone from water damage entirely.",
"weight": 10
},
{
"id": "pink_smart_phone_case",
"name": { "str_sp": "pink waterproof smartphone case" },
"name": { "str": "pink waterproof smartphone case" },
"description": "A pink waterproof case designed for a standard smartphone. Will protect your smartphone from water damage entirely.",
"weight": 10
},
{
"id": "red_smart_phone_case",
"name": { "str_sp": "red waterproof smartphone case" },
"name": { "str": "red waterproof smartphone case" },
"description": "A red waterproof case designed for a standard smartphone. Will protect your smartphone from water damage entirely.",
"weight": 10
},
{
"id": "bejewelled_smart_phone_case",
"name": { "str_sp": "bejewelled waterproof smartphone case" },
"name": { "str": "bejewelled waterproof smartphone case" },
"description": "A gold waterproof case designed for a standard smartphone. Will protect your smartphone from water damage entirely.",
"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.",
"name": { "str": "Hello Kitty waterproof smartphone case" },
"description": "This waterproof smartphone case has numerous versions of Hello Kitty posing on it.",
"weight": 5
},
{
"id": "zombie_case",
"name": { "str_sp": "Zombie Case" },
"description": "This waterproof phone case has a green zombie on its rear side. Would using this be in poor taste now?",
"name": { "str": "zombie waterproof smartphone case" },
"description": "This waterproof smartphone case has a green zombie on its rear side. Would using this be in poor taste now?",
"weight": 1
}
],
Expand Down