Skip to content

Commit

Permalink
Merge pull request #6 from redeux1/main
Browse files Browse the repository at this point in the history
adventure-support

> * Adventure compendium added
> * Updated broken api links to article links (which then contain api links if needed)
> * Removed v9 compatibility. Failed to install module on fresh v9 install. I believe the 1.2 v10 module.json changes caused this to fail.)
  • Loading branch information
stschoelzel authored Oct 17, 2022
2 parents 4f5f5ed + 7bccbe6 commit 272861a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 17 deletions.
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,21 @@ _Remember_ that you need to unlock your compendia to be able to add things to th

## Default Setup

This module comes with 12 Default compendia:

- `Actors (shared)` ([Actor](https://foundryvtt.com/api/Actor.html))
- `Classes (shared)` ([Item](https://foundryvtt.com/api/Item.html))
- `Feats (shared)` ([Item](https://foundryvtt.com/api/Item.html))
- `Items (shared)` ([Item](https://foundryvtt.com/api/Item.html))
- `Journal Entries (shared)` ([JournalEntry](https://foundryvtt.com/api/JournalEntry.html))
- `Macros (shared)` ([Macro](https://foundryvtt.com/api/Macro.html))
- `Monsters (shared)` ([Actor](https://foundryvtt.com/api/Actor.html))
- `Playlists (shared)` ([Playlist](https://foundryvtt.com/api/Playlist.html))
- `Roll Tables (shared)` ([RollTable](https://foundryvtt.com/api/RollTable.html))
- `Scenes (shared)` ([Scene](https://foundryvtt.com/api/Scene.html))
- `Spells (shared)` ([Item](https://foundryvtt.com/api/Item.html))
- `Subclasses (shared)` ([Item](https://foundryvtt.com/api/Item.html))
This module comes with 13 Default compendia:

- `Actors (shared)` ([Actor](https://foundryvtt.com/article/actors/))
- `Adventures (shared)` (Adventures - documentation pending)
- `Classes (shared)` ([Item](https://foundryvtt.com/article/items/))
- `Feats (shared)` ([Item](https://foundryvtt.com/article/items/))
- `Items (shared)` ([Item](https://foundryvtt.com/article/items/))
- `Journal Entries (shared)` ([JournalEntry](https://foundryvtt.com/article/journal/))
- `Macros (shared)` ([Macro](https://foundryvtt.com/article/macros/))
- `Monsters (shared)` ([Actor](https://foundryvtt.com/article/actors/))
- `Playlists (shared)` ([Playlist](https://foundryvtt.com/article/playlists/))
- `Roll Tables (shared)` ([RollTable](https://foundryvtt.com/article/roll-tables/))
- `Scenes (shared)` ([Scene](https://foundryvtt.com/article/scenes/))
- `Spells (shared)` ([Item](https://foundryvtt.com/article/items/))
- `Subclasses (shared)` ([Item](https://foundryvtt.com/article/items/))

## Customize

Expand Down
14 changes: 11 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,20 @@
"name": "Napoleone Piani"
}
],
"version": "1.2.0",
"version": "1.3.0",
"compatibility": {
"minimum": "9",
"minimum": "10",
"verified": "10"
},
"packs": [
{
"name": "adventures",
"system": "dnd5e",
"label": "Adventures (shared)",
"path": "./packs/adventures.db",
"module": "my-shared-compendia",
"type": "Adventure"
},
{
"name": "actors",
"system": "dnd5e",
Expand Down Expand Up @@ -113,7 +121,7 @@
"type": "Playlist"
}
],
"download": "https://github.com/stschoelzel/My-Shared-Compendia/archive/v1.2.0.zip",
"download": "https://github.com/stschoelzel/My-Shared-Compendia/archive/v1.3.0.zip",
"manifest": "https://github.com/stschoelzel/My-Shared-Compendia/releases/latest/download/module.json",
"url": "https://github.com/stschoelzel/My-Shared-Compendia"
}

0 comments on commit 272861a

Please sign in to comment.