Skip to content

Commit

Permalink
Valentine Cards (#47438)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse authored and ZhilkinSerg committed Feb 24, 2021
1 parent 829d904 commit 88ea383
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data/json/items/newspaper.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@
"weight": "3 g",
"volume": "5 ml"
},
{
"type": "GENERIC",
"id": "valentine_card",
"category": "books",
"symbol": ",",
"color": "red",
"name": { "str": "valentine card" },
"snippet_category": "valentine",
"description": "A creased holiday card. It appears to be a Valentine's Day card from before the Cataclysm.",
"price": 0,
"price_postapoc": 0,
"material": [ "paper" ],
"weight": "3 g",
"volume": "5 ml"
},
{
"type": "GENERIC",
"id": "survnote",
Expand Down
45 changes: 45 additions & 0 deletions data/json/snippets/valentines.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
[
{
"type": "snippet",
"category": "valentine",
"text": [
{
"id": "valentine_1",
"text": "There is a picture of a kitten pouncing; blood faintly drips from its claws. \"I'd kill! For you to be my valentine.\""
},
{
"id": "valentine_2",
"text": "A police robot stalks between office cubicles while an indistinct person hides under a desk. \"Don't hide from love!\""
},
{ "id": "valentine_3", "text": "A picture of a bloody steak. \"My love can feed you.\"" },
{
"id": "valentine_4",
"text": "A rustic campground at night lit by a campfire. \"We should go away together. Where no one can find us.\""
},
{
"id": "valentine_5",
"text": "A girl with a giant spoon stirs a cauldron with a boy inside and a fire below. \"You suit my taste just right, Valentine\""
},
{
"id": "valentine_6",
"text": "A person stepping out from the forest. \"Don't be afraid, it's me, your valentine!\""
},
{
"id": "valentine_7",
"text": "A building that says 'Crematorium' on it. \"Ashes to ashes, dust to dust, show me a Valentine, that I can trust\""
},
{
"id": "valentine_8",
"text": "A popular RPG character. \"We should adventure together.\" In the background, a village in flames."
},
{
"id": "valentine_9",
"text": "A picture of a room that looks like your bedroom. \"I can't wait to see you again, Valentine. Sweet dreams.\""
},
{
"id": "valentine_10",
"text": "A girl smiles into the camera. Behind here a house is on fire. \"I'm burning, I'm burning, I'm burning for you, my valentine!\""
}
]
}
]

0 comments on commit 88ea383

Please sign in to comment.