Created
July 18, 2023 20:12
-
-
Save bennyty/1cc136dcbd65d78e523de7212ce4559c to your computer and use it in GitHub Desktop.
foundry-vtt-pf2e-action-support v10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "pf2e-action-support", | |
"title": "PF2e Action Support", | |
"description": "PF2e Action Support", | |
"version": "0.0.22", | |
"authors": [ | |
{ | |
"name": "Reyzor", | |
"url": "https://github.com/reyzor1991", | |
"discord": "reyzor1991" | |
} | |
], | |
"languages": [], | |
"esmodules": [ | |
"pf2e-action-support.js" | |
], | |
"styles": [], | |
"packs": [ | |
{ | |
"label": "Action Support", | |
"name": "action-support", | |
"path": "packs/action-support.db", | |
"system": "pf2e", | |
"private": false, | |
"type": "Item", | |
"flags": {} | |
} | |
], | |
"socket": true, | |
"manifest": "https://github.com/reyzor1991/foundry-vtt-pf2e-action-support/releases/latest/download/module.json", | |
"download": "https://github.com/reyzor1991/foundry-vtt-pf2e-action-support/releases/latest/download/pf2e-action-support.zip", | |
"url": "https://github.com/reyzor1991/foundry-vtt-pf2e-action-support", | |
"license": "https://github.com/reyzor1991/foundry-vtt-pf2e-action-support/blob/master/LICENSE", | |
"readme": "https://github.com/reyzor1991/foundry-vtt-pf2e-action-support/blob/master/README.md", | |
"bugs": "https://github.com/reyzor1991/foundry-vtt-pf2e-action-support/issues", | |
"changelog": "https://github.com/reyzor1991/foundry-vtt-pf2e-action-support/blob/master/CHANGELOG.md", | |
"compatibility": { | |
"minimum": "10", | |
"verified": "11.305" | |
}, | |
"relationships": { | |
"systems": [ | |
{ | |
"id": "pf2e", | |
"type": "system", | |
"manifest": "https://github.com/foundryvtt/pf2e/releases/latest/download/system.json", | |
"compatibility": { | |
"minimum": "4.12.9", | |
"verified": "5.1.0" | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment