Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jendave committed Mar 6, 2024
1 parent 1f5d2cf commit 1fc5c8e
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
29 changes: 29 additions & 0 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -201,6 +222,14 @@
"ironsmithsouthamericanassets",
"ironsmithsouthamericanoracles"
]
},
{
"name": "Ironsmith Norse Pack",
"packs": [
"ironsmithnorsefoeactors",
"ironsmithnorseassets",
"ironsmithnorseoracles"
]
}
]
}
Expand Down

0 comments on commit 1fc5c8e

Please sign in to comment.