Skip to content

Commit

Permalink
Merge pull request #141 from RoyalFox2140/more-holy-books
Browse files Browse the repository at this point in the history
Port new holy books from BN
  • Loading branch information
AtomicFox556 authored Dec 7, 2023
2 parents e99bd3b + c9e76b3 commit 2ed860e
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
6 changes: 5 additions & 1 deletion data/json/itemgroups/books.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,11 @@
{ "item": "holybook_kallisti", "prob": 1 },
{ "item": "holybook_scientology", "prob": 1 },
{ "item": "holybook_satanic", "prob": 1 },
{ "item": "book_judaica_siddur", "prob": 1 }
{ "item": "book_judaica_siddur", "prob": 1 },
{ "item": "holybook_taoism", "prob": 1 },
{ "item": "holybook_confucianism", "prob": 1 },
{ "item": "holybook_paganism", "prob": 1 },
{ "item": "holybook_shamanism", "prob": 1 }
]
},
{
Expand Down
43 changes: 43 additions & 0 deletions data/json/items/book/spiritual.json
Original file line number Diff line number Diff line change
Expand Up @@ -705,5 +705,48 @@
"weight": "292 g",
"volume": "750 ml",
"copy-from": "holybook_abstract"
},
{
"id": "holybook_taoism",
"type": "BOOK",
"name": { "str": "Tao Te Ching", "str_pl": "copies of Tao Te Ching" },
"description": "An English translation of the collection of poetry and sayings that guides Taoist thought and actions.",
"weight": "540 g",
"volume": "1 L",
"looks_like": "holybook_tripitaka",
"copy-from": "holybook_abstract"
},
{
"id": "holybook_confucianism",
"type": "BOOK",
"name": { "str": "Lunyu", "str_pl": "copies of the Lunyu" },
"description": "An English translation of the most-revered sacred scripture in the Confucian tradition, compiled by the succeeding generations of Confucius's disciples. It is sometimes viewed as a philosophy and sometimes as a religion.",
"weight": "540 g",
"volume": "1 L",
"looks_like": "holybook_tripitaka",
"copy-from": "holybook_abstract",
"delete": { "flags": [ "INSPIRATIONAL" ] }
},
{
"id": "holybook_paganism",
"type": "BOOK",
"name": { "str": "Book of Pagan prayer", "str_pl": "copies of Book of Pagan prayer" },
"description": "A comprehensive selection of prayers to guide the reader on Pagan and Wiccan worship.",
"weight": "540 g",
"volume": "1 L",
"looks_like": "holybook_havamal",
"//": "ISBN 1-57863-255-2",
"copy-from": "holybook_abstract"
},
{
"id": "holybook_shamanism",
"type": "BOOK",
"name": { "str": "Book of shamanistic and folk practices", "str_pl": "copies of Book of shamanistic and folk practices" },
"description": "A comprehensive book detailing the practices of a single region of shamanistic or folk beliefs.",
"weight": "540 g",
"volume": "1 L",
"looks_like": "holybook_havamal",
"//": "There's hundreds of shamanistic religions and folk beliefs, we can't model them all.",
"copy-from": "holybook_abstract"
}
]

0 comments on commit 2ed860e

Please sign in to comment.