diff --git a/CHANGELOG.md b/CHANGELOG.md index 54afe95..c032c59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### [2.0.4](https://github.com/jendave/ironsmith-compendiums/commits/main) (2024-03-05) +* Added oracles, foes and assets from [Ironsmith Norse Flavor Pack](https://preview.drivethrurpg.com/en/product/372161/ironsmith-norse-mythology-flavor-pack-softcover) supplement. +* Fixed many issues with all of the Foe Actors Compendiums. + ### [2.0.3](https://github.com/jendave/ironsmith-compendiums/commits/main) (2024-03-04) * Added oracles, foes and assets from [Ironsmith South American Flavor Pack](https://preview.drivethrurpg.com/en/product/374202/ironsmith-south-american-mythology-flavor-pack-softcover) supplement. diff --git a/README.md b/README.md index 463898d..d05c4fc 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ A FoundryVTT compendium of the Ironsmith supplements by [Eric Bright](https://pr * [Ironsmith Indian Flavor Pack](https://preview.drivethrurpg.com/en/product/374967/ironsmith-indian-hindu-mythology-flavor-pack-softcover) * [Ironsmith African Flavor Pack](https://preview.drivethrurpg.com/en/product/374198/ironsmith-african-mythology-flavor-pack-softcover) * [Ironsmith South American Flavor Pack](https://preview.drivethrurpg.com/en/product/374202/ironsmith-south-american-mythology-flavor-pack-softcover) + * [Ironsmith Norse Flavor Pack](https://preview.drivethrurpg.com/en/product/372161/ironsmith-norse-mythology-flavor-pack-softcover) * Tables that are copies of the Ironsworn official tables are included if they are part of Ironsmith 1-2, 3-4, 5-6 array. * Tables that are simply copies of official Ironsworn tables without the array are not included since they would be redundant with the standard Ironsworn System tables. diff --git a/module.json b/module.json index 08cc60e..2210231 100644 --- a/module.json +++ b/module.json @@ -151,6 +151,27 @@ "path": "./packs/ironsmith-south-american-oracles", "type": "RollTable", "system": "foundry-ironsworn" + }, + { + "name": "ironsmithnorsefoeactors", + "label": "Ironsmith Norse Foe Actors", + "path": "./packs/ironsmith-norse-foe-actors", + "type": "Actor", + "system": "foundry-ironsworn" + }, + { + "name": "ironsmithnorseassets", + "label": "Ironsmith Norse Assets", + "path": "./packs/ironsmith-norse-assets", + "type": "Item", + "system": "foundry-ironsworn" + }, + { + "name": "ironsmithsnorseoracles", + "label": "Ironsmith Norse Oracles", + "path": "./packs/ironsmith-norse-oracles", + "type": "RollTable", + "system": "foundry-ironsworn" } ], "packFolders": [ @@ -201,6 +222,14 @@ "ironsmithsouthamericanassets", "ironsmithsouthamericanoracles" ] + }, + { + "name": "Ironsmith Norse Pack", + "packs": [ + "ironsmithnorsefoeactors", + "ironsmithnorseassets", + "ironsmithnorseoracles" + ] } ] }