Skip to content

Commit

Permalink
Migrate holybook_odin to be regular Poetic Edda
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman committed Feb 2, 2024
1 parent c0ed9d3 commit 668f315
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 19 deletions.
3 changes: 1 addition & 2 deletions data/json/itemgroups/books.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +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_biblechild_p", "prob": 50 }
]
},
{
Expand Down
9 changes: 9 additions & 0 deletions data/json/items/book/anthology.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
12 changes: 0 additions & 12 deletions data/json/items/book/spiritual.json
Original file line number Diff line number Diff line change
Expand Up @@ -1967,18 +1967,6 @@
"volume": "750 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",
Expand Down
5 changes: 0 additions & 5 deletions data/json/obsoletion/migration_items.json
Original file line number Diff line number Diff line change
Expand Up @@ -600,10 +600,5 @@
"id": "trex_gun",
"type": "MIGRATION",
"replace": "win70_458"
},
{
"id": "holybook_asatru",
"type": "MIGRATION",
"replace": "holybook_odin"
}
]
10 changes: 10 additions & 0 deletions data/json/obsoletion_and_migration_0.I/migration_items.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 668f315

Please sign in to comment.