IcyLemonZ / pf2e-exploration-activities

A FoundryVTT module for Pathfinder2e. Adds a macro command that can be run by the GM which prompts selected players with a dropdown to select their current Exploration Activity and outputs the result to the Chat.
5 stars 14 forks source link

List of exploration activities #1

Closed jasonckramer closed 1 year ago

jasonckramer commented 2 years ago

Is it possible to see what is being offered to players as exploration activities? Can the list of options be added to/subtracted? Thanks!

IcyLemonZ commented 2 years ago

The list is currently hardcoded in the explorationActivity(actor) method here. To the players, it looks like this.

image

There's no simple way of adding to, or removing, from that list at the moment short of editing the file locally.

jasonckramer commented 2 years ago

Thank you for the response!