Skip to content

Commit

Permalink
Merge pull request #4 from MaxPat931/v10
Browse files Browse the repository at this point in the history
2.2
  • Loading branch information
MaxPat931 authored Sep 10, 2022
2 parents 86747b6 + 93c473e commit 5fa2d9a
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 26 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.2
v10 compatibility - no major updates

## 2.1
Fairytale Protection Service features added

Expand Down
72 changes: 53 additions & 19 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,72 +1,106 @@
{
"name": "d-n-d-friends-guilds",
"id": "d-n-d-friends-guilds",
"title": "D-n-D Friends Guilds",
"description": "This module was built to supplement the DMs in the D-n-D Friends Discord server",
"version": "2.1",
"minimumCoreVersion": "0.7.0",
"compatibleCoreVersion": "9",
"author": "MaxPat",
"version": "2.2",
"compatibility": {
"minimum": "0.7.0",
"verified": "10",
"maximum": "10"
},
"authors": [{
"name": "MaxPat",
"discord": "maxpat#7936"
}],
"manifest": "https://github.com/MaxPat931/D-n-D-Friends-Guilds/releases/latest/download/module.json",
"download": "https://github.com/MaxPat931/D-n-D-Friends-Guilds/releases/download/v2.1/module.zip",
"download": "https://github.com/MaxPat931/D-n-D-Friends-Guilds/releases/download/v2.2/module.zip",
"packs": [
{
"name": "guildfeatures",
"label": "Guild Features",
"path": "packs/guildfeatures.db",
"entity": "Item",
"package": "d-and-d-friends"
"type": "Item",
"package": "d-and-d-friends",
"system": "dnd5e"
},
{
"name": "dndfriendsitems",
"label": "DnD Friends Items",
"path": "packs/items.db",
"entity": "Item",
"package": "d-and-d-friends"
"type": "Item",
"package": "d-and-d-friends",
"system": "dnd5e"
},
{
"name": "journals",
"label": "Journal Entries",
"path": "packs/journal.db",
"entity": "JournalEntry",
"package": "d-and-d-friends"
"type": "JournalEntry",
"package": "d-and-d-friends",
"system": "dnd5e"
},
{
"name": "scenes",
"label": "Scenes",
"path": "packs/scenes.db",
"entity": "Scene",
"package": "d-and-d-friends"
"type": "Scene",
"package": "d-and-d-friends",
"system": "dnd5e"
},
{
"name": "macros",
"label": "Macros",
"path": "packs/macros.db",
"entity": "Macro",
"package": "d-and-d-friends"
"type": "Macro",
"package": "d-and-d-friends",
"system": "dnd5e"
},
{
"name": "tables",
"label": "Roll Tables",
"path": "packs/tables.db",
"entity": "RollTable",
"package": "d-and-d-friends"
"type": "RollTable",
"package": "d-and-d-friends",
"system": "dnd5e"
},
{
"name": "playlists",
"label": "Playlists",
"path": "packs/playlists.db",
"entity": "Playlist",
"package": "d-and-d-friends"
"type": "Playlist",
"package": "d-and-d-friends",
"system": "dnd5e"
}
],
"esmodules": [ "./welcomemessage.js"
],
"dependencies": [
{
"name": "compendium-folders",
"manifest": "https://raw.githubusercontent.com/earlSt1/vtt-compendium-folders/09x-update/module.json"
}
"esmodules": [
"./welcomemessage.js"
],
"relationships": {
"systems": [{
"id": "dnd5e",
"manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json",
"compatibility": {
"minimum": "1.5.7",
"verified": "1.6.3"
}
}],
"requires": [{
"id": "compendium-folders",
"type": "module",
"manifest": "https://raw.githubusercontent.com/earlSt1/vtt-compendium-folders/09x-update/module.json",
"compatibility": {
"verified": "2.4.6"
}
}]
},
"bugs": "https://github.com/MaxPat931/D-n-D-Friends-Guilds/issues",
"flags": {
"allowBugReporter": true
Expand Down
Loading

0 comments on commit 5fa2d9a

Please sign in to comment.