From 5d7153d4569200166900129fd13275a98ee4121d Mon Sep 17 00:00:00 2001 From: Karthas077 Date: Fri, 6 Mar 2020 02:41:15 -0800 Subject: [PATCH] Add The Satanic Bible (#37806) --- data/json/itemgroups/books.json | 3 +- data/json/items/book/misc.json | 39 ++++++++++++++++------- data/json/npcs/items_generic.json | 1 + data/mods/No_Religious_Books/modinfo.json | 3 +- 4 files changed, 33 insertions(+), 13 deletions(-) diff --git a/data/json/itemgroups/books.json b/data/json/itemgroups/books.json index 96d1053bb9305..c859cea94334b 100644 --- a/data/json/itemgroups/books.json +++ b/data/json/itemgroups/books.json @@ -157,7 +157,8 @@ [ "holybook_pastafarian", 1 ], [ "holybook_slack", 1 ], [ "holybook_kallisti", 1 ], - [ "holybook_scientology", 1 ] + [ "holybook_scientology", 1 ], + [ "holybook_satanic", 1 ] ] }, { diff --git a/data/json/items/book/misc.json b/data/json/items/book/misc.json index 761eea45f34c1..1e577c457badb 100644 --- a/data/json/items/book/misc.json +++ b/data/json/items/book/misc.json @@ -323,7 +323,7 @@ "name": { "str": "Hadith", "str_pl": "copies of Hadith" }, "description": "A Muslim religious text containing an account of the sayings and actions of the prophet Muhammad.", "weight": "398 g", - "volume": "1 L", + "volume": "500 ml", "price": 550, "price_postapoc": 550, "material": [ "paper" ], @@ -340,7 +340,7 @@ "name": { "str": "Principia Discordia", "str_pl": "copies of Principia Discordia" }, "description": "A book that embodies the main beliefs of Discordianism. It seems to primarily concern chaos, and features a card in the back which informs you that you are now a 'genuine and authorized Pope of Discordia'.", "weight": "292 g", - "volume": "1 L", + "volume": "150 ml", "price": 550, "price_postapoc": 2323, "material": [ "paper" ], @@ -357,7 +357,7 @@ "name": { "str": "The Kojiki", "str_pl": "copies of The Kojiki" }, "description": "The oldest extant chronicle of Japan's myths and history, the stories contained in the Kojiki are part of the inspiration behind Shinto practices.", "weight": "368 g", - "volume": "1 L", + "volume": "600 ml", "price": 550, "price_postapoc": 550, "material": [ "paper" ], @@ -374,7 +374,7 @@ "name": { "str": "The Book of Mormon", "str_pl": "copies of The Book of Mormon" }, "description": "The sacred text of the Latter Day Saint movement of Christianity, originally published in 1830 by Joseph Smith.", "weight": "368 g", - "volume": "1 L", + "volume": "600 ml", "price": 550, "price_postapoc": 550, "material": [ "paper" ], @@ -394,7 +394,7 @@ }, "description": "A book that embodies the main beliefs of the Church of the Flying Spaghetti Monster. It seems to involve a lot of pirates and some sort of invisible drunken monster made of pasta.", "weight": "292 g", - "volume": "1 L", + "volume": "500 ml", "price": 550, "price_postapoc": 550, "material": [ "paper" ], @@ -411,7 +411,7 @@ "name": { "str": "Quran", "str_pl": "copies of Quran" }, "description": "An English translation of the Muslim book of holy scriptures, with explanatory notes and commentaries to aid in understanding.", "weight": "412 g", - "volume": "1 L", + "volume": "600 ml", "price": 550, "price_postapoc": 550, "material": [ "paper" ], @@ -428,7 +428,7 @@ "name": { "str": "Dianetics", "str_pl": "copies of Dianetics" }, "description": "This book is the canonical text of Scientology. Written by a science fiction author, it contains self-improvement techniques and musings on psychology called Dianetics.", "weight": "486 g", - "volume": "1 L", + "volume": "1300 ml", "price": 550, "price_postapoc": 550, "material": [ "paper" ], @@ -445,7 +445,7 @@ "name": { "str": "The Book of the SubGenius", "str_pl": "copies of The Book of the SubGenius" }, "description": "A book about the Church of the SubGenius. It seems to involve a salesman named J. R. \"Bob\" Dobbs and a concept called 'slack'.", "weight": "292 g", - "volume": "1 L", + "volume": "600 ml", "price": 550, "price_postapoc": 550, "material": [ "paper" ], @@ -496,7 +496,7 @@ "name": { "str": "Tanakh", "str_pl": "copies of Tanakh" }, "description": "A single-volume book containing the complete canon of the Jewish Bible.", "weight": "512 g", - "volume": "1 L", + "volume": "1800 ml", "price": 550, "price_postapoc": 550, "material": [ "paper" ], @@ -530,7 +530,7 @@ "name": { "str": "The Upanishads", "str_pl": "copies of The Upanishads" }, "description": "A collection of sacred Hindu writings regarding the nature of reality and describing the character and form of human salvation.", "weight": "482 g", - "volume": "1 L", + "volume": "750 ml", "price": 550, "price_postapoc": 550, "material": [ "paper" ], @@ -547,7 +547,24 @@ "name": { "str": "The Four Vedas", "str_pl": "copies of The Four Vedas" }, "description": "A single volume containing all four Vedas, which are the oldest scriptures of Hinduism.", "weight": "540 g", - "volume": "1 L", + "volume": "1700 ml", + "price": 550, + "price_postapoc": 550, + "material": [ "paper" ], + "symbol": "?", + "color": "dark_gray", + "intelligence": 8, + "time": "10 m", + "fun": 1, + "flags": [ "INSPIRATIONAL" ] + }, + { + "id": "holybook_satanic", + "type": "BOOK", + "name": { "str": "The Satanic Bible", "str_pl": "copies of The Satanic Bible" }, + "description": "A collection of essays, observations, and rituals published by Anton LaVey in 1969.", + "weight": "130 g", + "volume": "250 ml", "price": 550, "price_postapoc": 550, "material": [ "paper" ], diff --git a/data/json/npcs/items_generic.json b/data/json/npcs/items_generic.json index 1292d75184641..609959db1da90 100644 --- a/data/json/npcs/items_generic.json +++ b/data/json/npcs/items_generic.json @@ -611,6 +611,7 @@ [ "holybook_mormon", 1 ], [ "holybook_pastafarian", 1 ], [ "holybook_quran", 2 ], + [ "holybook_satanic", 1 ], [ "holybook_scientology", 1 ], [ "holybook_slack", 1 ], [ "holybook_sutras", 2 ], diff --git a/data/mods/No_Religious_Books/modinfo.json b/data/mods/No_Religious_Books/modinfo.json index 0b15b033e6a8b..11d936d70b156 100644 --- a/data/mods/No_Religious_Books/modinfo.json +++ b/data/mods/No_Religious_Books/modinfo.json @@ -31,7 +31,8 @@ "holybook_pastafarian", "holybook_slack", "holybook_kallisti", - "holybook_scientology" + "holybook_scientology", + "holybook_satanic" ] } ]