Skip to content

Instantly share code, notes, and snippets.

@bennyty
Created July 18, 2023 20:12
Show Gist options
  • Save bennyty/1cc136dcbd65d78e523de7212ce4559c to your computer and use it in GitHub Desktop.
Save bennyty/1cc136dcbd65d78e523de7212ce4559c to your computer and use it in GitHub Desktop.
foundry-vtt-pf2e-action-support v10
{
"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