Last active
December 27, 2024 22:38
-
-
Save dealloc/ae1c9f10857567c6efd62abdd4602ae7 to your computer and use it in GitHub Desktop.
foundry-vtt-preset
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": "deallocs-preset", | |
"title": "dealloc's preset", | |
"version": "1.0.0", | |
"compatibility": { | |
"minimum": "12", | |
"verified": "12" | |
}, | |
"relationships": { | |
"requires": [ | |
{ | |
"id": "dd-import", | |
"type": "module", | |
"compatibility": {} | |
}, | |
{ | |
"id": "dice-so-nice", | |
"type": "module", | |
"compatibility": {} | |
}, | |
{ | |
"id": "healthEstimate", | |
"type": "module", | |
"compatibility": {} | |
}, | |
{ | |
"id": "jb2a_patreon", | |
"type": "module", | |
"compatibility": {} | |
}, | |
{ | |
"id": "monks-combat-details", | |
"type": "module", | |
"compatibility": {} | |
}, | |
{ | |
"id": "monks-common-display", | |
"type": "module", | |
"compatibility": {} | |
}, | |
{ | |
"id": "pathmuncher", | |
"type": "module", | |
"compatibility": {} | |
}, | |
{ | |
"id": "pf2e-automations", | |
"type": "module", | |
"compatibility": {} | |
}, | |
{ | |
"id": "pf2e-award-xp", | |
"type": "module", | |
"compatibility": {} | |
}, | |
{ | |
"id": "pf2e-damage-estimate", | |
"type": "module", | |
"compatibility": {} | |
}, | |
{ | |
"id": "pf2e-drag-measurement-action-icon", | |
"type": "module", | |
"compatibility": {} | |
}, | |
{ | |
"id": "pf2e-graphics", | |
"type": "module", | |
"compatibility": {} | |
}, | |
{ | |
"id": "pf2e-modifiers-matter", | |
"type": "module", | |
"compatibility": {} | |
}, | |
{ | |
"id": "pf2e-ranged-combat", | |
"type": "module", | |
"compatibility": {} | |
}, | |
{ | |
"id": "pf2e-reaction", | |
"type": "module", | |
"compatibility": {} | |
}, | |
{ | |
"id": "pf2e-sustain-reminder", | |
"type": "module", | |
"compatibility": {} | |
}, | |
{ | |
"id": "pf2e-toolbelt", | |
"type": "module", | |
"compatibility": {} | |
}, | |
{ | |
"id": "polyglot", | |
"type": "module", | |
"compatibility": {} | |
}, | |
{ | |
"id": "sequencer", | |
"type": "module", | |
"compatibility": {} | |
}, | |
{ | |
"id": "token-action-hud-pf2e", | |
"type": "module", | |
"compatibility": {} | |
}, | |
{ | |
"id": "torch", | |
"type": "module", | |
"compatibility": {} | |
} | |
], | |
"systems": [ | |
{ | |
"id": "pf2e", | |
"type": "system", | |
"compatibility": {} | |
} | |
], | |
"recommends": [ | |
{ | |
"id": "monks-bloodsplats", | |
"type": "module", | |
"compatibility": {} | |
} | |
] | |
}, | |
"authors": [ | |
{ | |
"name": "Wannes", | |
"discord": "dealloc", | |
"flags": {} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment