-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
1,651 additions
and
642 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,237 @@ | ||
[ | ||
{ | ||
"abstract": "book_fict_soft_tpl", | ||
"type": "BOOK", | ||
"name": { "str": "paperback novel", "str_pl": "paperbacks" }, | ||
"description": "An ordinary paperback book. Or is it? It is.", | ||
"weight": "400 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": 2 | ||
}, | ||
{ | ||
"abstract": "book_nonf_tpl", | ||
"type": "BOOK", | ||
"name": "Generic Nonfiction Book", | ||
"description": "template for a manuscript purporting to be factual", | ||
"intelligence": 5, | ||
"symbol": "?", | ||
"looks_like": "story_book", | ||
"color": "light_blue", | ||
"time": "20 m" | ||
}, | ||
{ | ||
"abstract": "book_nonf_hard_tpl", | ||
"type": "BOOK", | ||
"name": "Nonfiction Book", | ||
"description": "template for hard bound nonfiction book", | ||
"weight": "1000 g", | ||
"volume": "1100 ml", | ||
"price": 1450, | ||
"price_postapoc": 2900, | ||
"material": [ "paper", "cardboard" ], | ||
"bashing": 2, | ||
"chapters": 18, | ||
"copy-from": "book_nonf_tpl" | ||
}, | ||
{ | ||
"abstract": "book_nonf_soft_tpl", | ||
"type": "BOOK", | ||
"name": "Nonfiction Paperback", | ||
"description": "template for a paperback nonfiction book", | ||
"weight": "460 g", | ||
"volume": "500 ml", | ||
"price": 990, | ||
"price_postapoc": 2700, | ||
"material": [ "paper" ], | ||
"bashing": 1, | ||
"chapters": 18, | ||
"copy-from": "book_nonf_tpl" | ||
}, | ||
{ | ||
"abstract": "book_nonf_hard_homemk_tpl", | ||
"type": "BOOK", | ||
"name": "Homemaking Book", | ||
"description": "This is a template for books about homemaking, style, home decor, and home economics.", | ||
"weight": "1100 g", | ||
"copy-from": "book_nonf_hard_tpl", | ||
"relative": { "intelligence": -1, "price_postapoc": -1600, "chapters": 2 } | ||
}, | ||
{ | ||
"abstract": "book_nonf_hard_cook_tpl", | ||
"type": "BOOK", | ||
"name": "Hardcover Cookbook", | ||
"description": "This is a template for books about cooking.", | ||
"skill": "cooking", | ||
"copy-from": "book_nonf_hard_tpl", | ||
"relative": { "intelligence": -1 } | ||
}, | ||
{ | ||
"abstract": "book_nonf_soft_cook_tpl", | ||
"type": "BOOK", | ||
"name": "Softcover Cookbook", | ||
"description": "This is a template for books about cooking.", | ||
"skill": "cooking", | ||
"copy-from": "book_nonf_soft_tpl", | ||
"relative": { "intelligence": -1 } | ||
}, | ||
{ | ||
"abstract": "book_nonf_hard_dodge_tpl", | ||
"type": "BOOK", | ||
"name": "dodge skillbook abstract", | ||
"description": "An ordinary book. Or is it? It is.", | ||
"weight": "600 g", | ||
"price": 1000, | ||
"price_postapoc": 5000, | ||
"flags": [ "TINDER", "FLAMMABLE" ], | ||
"skill": "dodge", | ||
"intelligence": 4, | ||
"time": "10 m", | ||
"fun": -1, | ||
"copy-from": "book_nonf_hard_tpl" | ||
}, | ||
{ | ||
"abstract": "paperback_occult", | ||
"type": "BOOK", | ||
"name": "template for mass produced books on esoteric subjects", | ||
"description": "An ordinary paperback book. Or is it? Is that a glimmer of higher truth?", | ||
"weight": "371 g", | ||
"volume": "700 ml", | ||
"price": 750, | ||
"price_postapoc": 2900, | ||
"material": [ "paper" ], | ||
"symbol": "?", | ||
"looks_like": "story_book", | ||
"color": "dark_gray", | ||
"flags": [ "TINDER", "FLAMMABLE" ], | ||
"intelligence": 6, | ||
"time": "35 m", | ||
"chapters": 30, | ||
"//": "TODO fun should be conditional for this item", | ||
"fun": 1 | ||
}, | ||
{ | ||
"abstract": "paperback_romance_spb", | ||
"type": "BOOK", | ||
"name": "Sweet Providence Romance Novel", | ||
"description": "Sweet Providence Books is a publisher of discount romance paperbacks easily recognized by their blue and yellow cover illustrations. Despite the adult nature of their subject matter, the books tend to be under 250 pages of large print written in a vocabulary consistent with a 4th grade reading level.", | ||
"//": "these are books are tiny", | ||
"weight": "200 g", | ||
"volume": "400 ml", | ||
"copy-from": "book_fict_soft_tpl", | ||
"time": "11 m", | ||
"relative": { "price": -351, "price_post": -800, "chapters": -8, "intelligence": -1 } | ||
}, | ||
{ | ||
"abstract": "paperback_romance_lnl", | ||
"type": "BOOK", | ||
"name": "Lorn and Loan Romance Novel", | ||
"description": "Lorn and Loan Press marketed romance paperbacks to a variety of alt demographics, especially those with a penchant for eyeliner. The books are billed as \"provocative,\" but words like \"malingering\" and \"turgid\" also come to mind.", | ||
"copy-from": "book_fict_soft_tpl", | ||
"relative": { "price_post": -400, "intelligence": 1, "fun": -1 } | ||
}, | ||
{ | ||
"abstract": "paperback_romance_vanilla", | ||
"type": "BOOK", | ||
"name": "Vanilla Romance Novel", | ||
"description": "Vanilla Media is a mainstream publisher providing romantic literature to everyday readers of taste. These stories contain explicit details only in the odd chapters, and invariably end with a conventionally uplifting moral.", | ||
"copy-from": "book_fict_soft_tpl", | ||
"relative": { "price_post": -100, "intelligence": -1 } | ||
}, | ||
{ | ||
"abstract": "paperback_western_em", | ||
"type": "BOOK", | ||
"name": "The Everyman Library", | ||
"description": "The Everyman Library is an imprint of Vanilla Media that publishes stories about private eyes, cowboys, quarterbacks, and mobsters.", | ||
"copy-from": "book_fict_soft_tpl", | ||
"relative": { "price_post": -100, "intelligence": -1 } | ||
}, | ||
{ | ||
"abstract": "book_fict_soft_ya_vanilla", | ||
"type": "BOOK", | ||
"name": "Tween Topics", | ||
"description": "Tween Topics is an imprint of Vanilla Media that publishes stories that appeal to the youth of today. Or, failing that, the parents of said youth.", | ||
"copy-from": "book_fict_soft_tpl", | ||
"relative": { "price_post": -400, "intelligence": 1, "fun": -1 } | ||
}, | ||
{ | ||
"abstract": "book_fict_soft_ya_quiddity", | ||
"type": "BOOK", | ||
"name": "Quiddity Books", | ||
"description": "Quiddity publishes books for young adults. They offer stories about self-discovery, personal identity, and contemporary trends.", | ||
"copy-from": "book_fict_soft_tpl", | ||
"relative": { "price_post": -400, "chapters": 9 } | ||
}, | ||
{ | ||
"abstract": "book_fict_soft_satire_tpl", | ||
"type": "BOOK", | ||
"name": "Satire Template", | ||
"description": "template for mass produced satirical fiction", | ||
"copy-from": "book_fict_soft_tpl", | ||
"time": "20 m", | ||
"relative": { "intelligence": 3, "price": 249 } | ||
}, | ||
{ | ||
"abstract": "book_nonf_zine", | ||
"type": "BOOK", | ||
"name": "Magazine Template", | ||
"description": "template for magazine", | ||
"intelligence": 4, | ||
"weight": "60 g", | ||
"volume": "250 ml", | ||
"price": 400, | ||
"price_postapoc": 100, | ||
"material": [ "paper" ], | ||
"symbol": "?", | ||
"color": "pink", | ||
"time": "8 m", | ||
"fun": 1 | ||
}, | ||
{ | ||
"abstract": "book_nonf_zine_news_tpl", | ||
"type": "BOOK", | ||
"name": "News Magazine Template", | ||
"description": "template for news magazine", | ||
"copy-from": "book_nonf_zine", | ||
"time": "11 m", | ||
"relative": { "intelligence": 1 } | ||
}, | ||
{ | ||
"abstract": "book_magazine", | ||
"//": "this is the original version of book_nonf_zine", | ||
"type": "BOOK", | ||
"name": { "str": "readable magazine" }, | ||
"weight": "70 g", | ||
"volume": "250 ml", | ||
"material": "paper", | ||
"symbol": "?", | ||
"color": "pink", | ||
"max_level": 1, | ||
"intelligence": 5, | ||
"time": "8 m", | ||
"fun": 1 | ||
}, | ||
{ | ||
"abstract": "book_martial", | ||
"type": "GENERIC", | ||
"category": "books", | ||
"name": { "str": "martial art manual" }, | ||
"weight": "150 g", | ||
"volume": "250 ml", | ||
"price": 20000, | ||
"material": "paper", | ||
"symbol": "?", | ||
"color": "green", | ||
"use_action": "MA_MANUAL", | ||
"book_data": { "time": "10 m", "intelligence": 9 } | ||
} | ||
] |
Oops, something went wrong.