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
// This FoundryVTT macro will calculate the challenge points for | |
// a pathfinder society game. | |
// It pops up a dialog asking how many players (2-6), and | |
// the lowest allowed level for the adventure. | |
// Based on those answers, it will ask for the level for each | |
// character. | |
// it will then output a chat card with the number of pre-generated | |
// NPCs needed, the level for the pre-gens and how many | |
// Challenge points. |