diff --git a/data/json/itemgroups/books.json b/data/json/itemgroups/books.json index 37c13aff0f5aa..228fda9f0e6fe 100644 --- a/data/json/itemgroups/books.json +++ b/data/json/itemgroups/books.json @@ -287,9 +287,7 @@ { "item": "holybook_sirach", "prob": 1 }, { "item": "holybook_helliand", "prob": 1 }, { "item": "holybook_biblechild_c", "prob": 25 }, - { "item": "holybook_biblechild_p", "prob": 50 }, - { "item": "holybook_odin", "prob": 10 }, - { "item": "holybook_asatru", "prob": 10 } + { "item": "holybook_biblechild_p", "prob": 50 } ] }, { diff --git a/data/json/items/book/anthology.json b/data/json/items/book/anthology.json index 3badc3c5b6a07..fc1609e5ba007 100644 --- a/data/json/items/book/anthology.json +++ b/data/json/items/book/anthology.json @@ -81,5 +81,14 @@ "longest_side": "20 cm", "material": [ "paper" ], "copy-from": "book_antho_tpl" + }, + { + "id": "poetic_edda", + "type": "BOOK", + "name": { "str": "Poetic Edda", "str_pl": "copies of the Poetic Edda" }, + "description": "The Poetic Edda is a collection of Old Norse narrative poems in alliterative verse recounting some of the stories of Norse mythology.", + "weight": "672 g", + "volume": "1368 ml", + "copy-from": "book_antho_tpl" } ] diff --git a/data/json/items/book/spiritual.json b/data/json/items/book/spiritual.json index 6ca820ad24321..93ffa12cc2181 100644 --- a/data/json/items/book/spiritual.json +++ b/data/json/items/book/spiritual.json @@ -1967,27 +1967,6 @@ "volume": "750 ml", "copy-from": "holybook_abstract" }, - { - "id": "holybook_asatru", - "type": "BOOK", - "name": { "str": "The Asatru Edda: Sacred Lore of the North", "str_pl": "copies of The Asatru Edda: Sacred Lore of the North" }, - "description": "A commercial-grade, hardcover English translation of The Asatru Edda. It serves as a modern guide to the religious and mythological beliefs of the followers and adherents of the contemporary revival of Norse paganism. This book contains a collection of poems, stories, rituals, and information about the gods, goddesses, heroes, and cosmology of the Norse tradition, from ancient writings and oral traditions.", - "weight": "672 g", - "volume": "1368 ml", - "copy-from": "holybook_abstract" - }, - { - "id": "holybook_odin", - "type": "BOOK", - "name": { - "str": "The Odinist Edda: Sacred Lore of the North", - "str_pl": "copies of The Odinist Edda: Sacred Lore of the North" - }, - "description": "A commercial-grade, hardcover English translation of The Odinist Edda. It can potentially serve as a modern guide to the religious and mythological beliefs of the contemporary revival of Norse paganism. This book contains a collection of poems, stories, rituals, and information about the gods, goddesses, heroes, and cosmology of the Norse tradition, from ancient writings and oral traditions.", - "weight": "672 g", - "volume": "1368 ml", - "copy-from": "holybook_abstract" - }, { "id": "holybook_ginza", "type": "BOOK", diff --git a/data/json/obsoletion_and_migration_0.I/migration_items.json b/data/json/obsoletion_and_migration_0.I/migration_items.json index 77e01fb11ded5..9890e63587ef0 100644 --- a/data/json/obsoletion_and_migration_0.I/migration_items.json +++ b/data/json/obsoletion_and_migration_0.I/migration_items.json @@ -3,5 +3,15 @@ "id": "rag", "type": "MIGRATION", "replace": "sheet_cotton" + }, + { + "id": "holybook_odin", + "type": "MIGRATION", + "replace": "poetic_edda" + }, + { + "id": "holybook_asatru", + "type": "MIGRATION", + "replace": "poetic_edda" } ] diff --git a/data/json/professions.json b/data/json/professions.json index 06b11372abf1a..7a77eb09d65d1 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -4334,40 +4334,6 @@ } } }, - { - "type": "profession", - "id": "asatru_priest", - "name": { "male": "Gode", "female": "Gydje" }, - "description": "As a spiritual leader of the Asatru Faith, you conducted your small community into ceremonies, rituals, sacrifices and feasts for the Norse Gods. You can't say if Ragnarok has come, but you'll surely fight like a warrior until your encounter with the Valkyries.", - "points": 0, - "skills": [ { "level": 2, "name": "speech" }, { "level": 1, "name": "melee" } ], - "items": { - "both": { - "entries": [ - { "item": "silver_ring" }, - { "item": "leather_belt" }, - { "item": "socks" }, - { "item": "boots" }, - { "item": "holybook_asatru" }, - { "group": "charged_smart_phone" }, - { "item": "holy_symbol", "variant": "odin_necklace1" }, - { "item": "bronze_knife", "container-item": "sheath" } - ] - }, - "male": { - "entries": [ { "item": "cloak" }, { "item": "tunic" }, { "item": "briefs" }, { "item": "pants", "variant": "pants_brown" } ] - }, - "female": { - "entries": [ - { "item": "silver_hairpin" }, - { "item": "bra" }, - { "item": "dress" }, - { "item": "panties" }, - { "item": "altered_apron", "variant": "generic_apron_cotton" } - ] - } - } - }, { "type": "profession", "id": "shinto_priest",