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

Paperback novel tpl #37166

Merged
merged 14 commits into from
Jan 23, 2020
206 changes: 71 additions & 135 deletions data/json/items/book/misc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
[
{
"abstract": "paperback_novel",
"type": "BOOK",
"name": "paperback abstract",
"description": "An ordinary paperback book. Or is it? It is.",
"weight": "371 g",
"volume": "700 ml",
"price": 750,
"price_postapoc": 1900,
"material": [ "paper" ],
"symbol": "?",
"looks_like": "story_book",
"color": "light_cyan",
"flags": [ "TINDER", "FLAMMABLE" ],
"intelligence": 4,
"time": "15 m",
"chapters": 16,
"fun": 1
},
{
"id": "ZSG",
"type": "BOOK",
Expand Down Expand Up @@ -635,33 +654,21 @@
"type": "BOOK",
"name": "adventure novel",
"description": "The stirring tale of a race against time, in search of a lost city located in the dark heart of the African continent.",
"weight": "404 g",
"volume": "750 ml",
"copy-from": "paperback_novel",
"price": 850,
"price_postapoc": 1900,
"material": [ "paper" ],
"symbol": "?",
"color": "light_blue",
"intelligence": 4,
"time": "20 m",
"chapters": 16,
"fun": 4
"fun": 3
},
{
"id": "novel_buddy",
"type": "BOOK",
"name": "buddy novel",
"description": "A gripping tale of two friends struggling to survive on the streets of New York City.",
"copy-from": "paperback_novel",
"weight": "244 g",
"volume": "500 ml",
"price": 650,
"price_postapoc": 1700,
"material": [ "paper" ],
"symbol": "?",
"color": "light_blue",
"intelligence": 4,
"time": "20 m",
"chapters": 16,
"fun": 2
Jerimee marked this conversation as resolved.
Show resolved Hide resolved
},
{
Expand Down Expand Up @@ -714,120 +721,88 @@
"description": "A story about three people in the fictional city of Los Santos, a gangster, an upper-class man, and a psychopath, eventually banding together to pull-off the biggest heist in the city's history",
"relative": { "time": -3, "chapters": -3 }
},
{
"id": "novel_crime_murdergrape",
"type": "BOOK",
"name": "Murdered by the Grapevine",
Jerimee marked this conversation as resolved.
Show resolved Hide resolved
"description": "This cheap paperback tells the story of a mob boss done in by mere suspicion. She never breaks a confidence, never rats out an accomplice, and never turns her back on a friend. Nonetheless her grip on the reigns of the underworld is eroded by rumor and paranoia.",
"copy-from": "paperback_novel"
},
{
"id": "novel_drama",
"type": "BOOK",
"name": "drama novel",
"description": "A real book for real adults.",
"weight": "227 g",
"volume": "1 L",
"price": 850,
"price_postapoc": 1900,
"material": [ "paper" ],
"symbol": "?",
"color": "light_blue",
"copy-from": "paperback_novel",
"intelligence": 7,
"time": "25 m",
"chapters": 28,
"fun": 4
"fun": 3
},
{
"id": "novel_erotic",
"type": "BOOK",
"name": "erotic novel",
"description": "A hackneyed fictional narrative concealing low-grade literary smut.",
"copy-from": "paperback_novel",
"weight": "200 g",
"volume": "500 ml",
"price": 750,
"price_postapoc": 1900,
"material": [ "paper" ],
"symbol": "?",
"color": "light_blue",
"intelligence": 7,
"time": "18 m",
"chapters": 28,
"fun": 1
"chapters": 28
},
{
"id": "novel_experimental",
"type": "BOOK",
"name": "experimental novel",
"description": "A bizarre play about the philosophy of existential absurdity. Or maybe it's about two guys waiting for their friend to show up. It's confusing.",
"copy-from": "paperback_novel",
"weight": "142 g",
"volume": "500 ml",
"price": 750,
"price_postapoc": 1900,
"material": [ "paper" ],
"symbol": "?",
"color": "light_blue",
"intelligence": 5,
"intelligence": 7,
"time": "20 m",
"chapters": 20,
"fun": 1
"chapters": 20
},
{
"id": "novel_fantasy",
"type": "BOOK",
"name": "fantasy novel",
"description": "Basic sword & sorcery.",
"copy-from": "paperback_novel",
"weight": "227 g",
"volume": "1 L",
"price": 850,
"price_postapoc": 1900,
"material": [ "paper" ],
"symbol": "?",
"color": "light_blue",
"intelligence": 7,
"time": "20 m",
"chapters": 28,
"fun": 4
"fun": 3
},
{
"id": "novel_horror",
"type": "BOOK",
"name": "horror novel",
"description": "Maybe not the best reading material considering the situation.",
"copy-from": "paperback_novel",
"weight": "227 g",
"volume": "1 L",
"price": 850,
"price_postapoc": 1900,
"material": [ "paper" ],
"symbol": "?",
"color": "light_blue",
"intelligence": 7,
"time": "18 m",
"chapters": 28,
"fun": 1
"chapters": 28
},
{
"id": "novel_mystery",
"type": "BOOK",
"name": "mystery novel",
"description": "A detective investigates an unusual murder in a secluded location.",
"weight": "227 g",
"volume": "1 L",
"price": 750,
"price_postapoc": 1900,
"material": [ "paper" ],
"symbol": "?",
"color": "light_blue",
"copy-from": "paperback_novel",
"intelligence": 7,
"time": "18 m",
"chapters": 28,
"fun": 4
"fun": 3
},
{
"id": "novel_pulp",
"type": "BOOK",
"name": "pulp novel",
"description": "A hardboiled detective tale filled with hard hitting action and intrigue.",
"weight": "300 g",
"volume": "750 ml",
"price": 650,
"price_postapoc": 1900,
"material": [ "paper" ],
"symbol": "?",
"color": "light_blue",
"copy-from": "paperback_novel",
"intelligence": 6,
"time": "18 m",
"chapters": 24,
Expand All @@ -838,33 +813,18 @@
"type": "BOOK",
"name": "road novel",
"description": "A tale about a group of friends who wander the USA in the 1960s against a backdrop of jazz, poetry and drug use.",
"copy-from": "paperback_novel",
"weight": "244 g",
"volume": "500 ml",
"price": 750,
"price_postapoc": 1900,
"material": [ "paper" ],
"symbol": "?",
"color": "light_blue",
"intelligence": 4,
"time": "20 m",
"chapters": 16,
"fun": 4
"fun": 3
},
{
"id": "novel_romance",
"type": "BOOK",
"name": "romance novel",
"description": "Drama and mild smut.",
"weight": "227 g",
"volume": "1 L",
"price": 650,
"price_postapoc": 1900,
"material": [ "paper" ],
"symbol": "?",
"color": "light_blue",
"intelligence": 4,
"time": "15 m",
"chapters": 16,
"copy-from": "paperback_novel",
"fun": 2
Jerimee marked this conversation as resolved.
Show resolved Hide resolved
},
{
Expand Down Expand Up @@ -1067,47 +1027,45 @@
"type": "BOOK",
"name": "sports novel",
"description": "The dramatic tale of a small-time boxer who gets a rare chance to fight the heavy-weight champion, and seize his one chance to make a better life for himself while impressing the cute girl who works in the pet store.",
"weight": "688 g",
"volume": "750 ml",
"price": 750,
"price_postapoc": 1900,
"material": [ "paper" ],
"symbol": "?",
"color": "light_blue",
"copy-from": "paperback_novel",
"intelligence": 7,
"time": "20 m",
"chapters": 28,
"fun": 4
"fun": 3
},
{
"id": "novel_spy",
"type": "BOOK",
"name": "spy novel",
"description": "A tale of intrigue and espionage amongst Nazis, no, Commies, no, Iraqis!",
"weight": "227 g",
"volume": "1 L",
"price": 750,
"price_postapoc": 1900,
"material": [ "paper" ],
"symbol": "?",
"color": "light_blue",
"copy-from": "paperback_novel",
"intelligence": 5,
"time": "18 m",
"chapters": 20,
"fun": 3
},
{
"id": "novel_spy_comefly",
"type": "BOOK",
"name": "Come Fly the Treacherous Skies",
Jerimee marked this conversation as resolved.
Show resolved Hide resolved
"description": "This tale of intrigue betrays the story of a debonair mechanic driven by a lust for revenge. As she uncovers a sophisticated network of amateur pilots turned smugglers, the good guys and the bad guys begin to all look the same.",
"copy-from": "paperback_novel"
},
{
"id": "novel_spy_rocketsci",
"type": "BOOK",
"name": "Murdered by the Grapevine",
Jerimee marked this conversation as resolved.
Show resolved Hide resolved
"description": "This is the story of a jaded rocket scientist looking for redemption in all the wrong places. As selling state secrets becomes her career, she learns there isn't much of difference between a double-agent and a triple-agent.",
"copy-from": "paperback_novel"
},
{
"id": "novel_swash",
"type": "BOOK",
"name": "swashbuckling novel",
"description": "An exciting seventeenth century tale of how an enslaved Irish doctor and his comrades-in-chains escape and become heroic pirates of the Robin Hood variety.",
"weight": "582 g",
"volume": "750 ml",
"price": 750,
"price_postapoc": 1900,
"material": [ "paper" ],
"symbol": "?",
"color": "light_blue",
"copy-from": "paperback_novel",
"intelligence": 7,
"time": "20 m",
"chapters": 28,
Expand All @@ -1118,13 +1076,7 @@
"type": "BOOK",
"name": "thriller novel",
"description": "A suspenseful tale of betrayal and revenge.",
"weight": "269 g",
"volume": "1 L",
"price": 650,
"price_postapoc": 1900,
"material": [ "paper" ],
"symbol": "?",
"color": "light_blue",
"copy-from": "paperback_novel",
"intelligence": 5,
"time": "18 m",
"chapters": 20,
Expand All @@ -1135,34 +1087,24 @@
"type": "BOOK",
"name": "tragedy novel",
"description": "The story of two young lovers whose feuding families threaten to keep them apart.",
"copy-from": "paperback_novel",
"weight": "263 g",
"volume": "1 L",
"price": 750,
"price_postapoc": 1900,
"material": [ "paper" ],
"symbol": "?",
"color": "light_blue",
"intelligence": 7,
"time": "18 m",
"chapters": 28,
"fun": 1
"chapters": 28
},
{
"id": "novel_war",
"type": "BOOK",
"name": "war novel",
"description": "A thrilling narrative of survival in a prisoner of war camp during the Second World War, filled with riveting subplots about rat farming and dysentery.",
"copy-from": "paperback_novel",
"weight": "686 g",
"volume": "750 ml",
"price": 750,
"price_postapoc": 1900,
"material": [ "paper" ],
"symbol": "?",
"color": "light_blue",
"intelligence": 7,
"time": "20 m",
"chapters": 28,
"fun": 4
"fun": 3
},
{
"id": "novel_war2",
Expand All @@ -1177,14 +1119,8 @@
"type": "BOOK",
"name": "western novel",
"description": "The classic tale of a gunfighting stranger who comes to a small settlement and is hired to help the townsfolk defend themselves from a band of marauding outlaws.",
"weight": "322 g",
"volume": "750 ml",
"price": 750,
"price_postapoc": 1900,
"material": [ "paper" ],
"symbol": "?",
"color": "light_blue",
"intelligence": 7,
"copy-from": "paperback_novel",
"intelligence": 5,
"time": "20 m",
"chapters": 28,
"fun": 4
Expand Down