V12 and V13 compatible version is now available at Foundry Summons 2 repo!
An all-in-one solution to all your summoning needs with NO need to import Actors to place them on the map!
Easily expandable with Hooks, and system-inclusive. Should work on any system. Just grab the macro from the compendium and start summoning!
If you want more information, see the wiki!
Built in Svelte using TyphonJS Framework for Foundry.
| Hook | Purpose | Code |
|---|---|---|
| fs-preSummon | Gets called before the token is summoned, allowing you to modify it before being put on the board | Link |
| fs-postSummon | Gets called after the token is summoned, allowing you to create your own entrance animations as the token starts off invisible | Link |
| fs-loadingPacks | Gets called when creating the creature index, allowing you to add your own custom data to it | Link |
| fs-addWrapperClasses | Gets called once ready. Provides an easy way to add new DocWrappers to the module. | Relevant Code and Where it's Used |
| fs-addCustomPacks | Gets called once ready. Provides an easy way to add new Source Packs to the module, acting like Compendiums. | Relevant Code |
