Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add new tags for Gaslight Pulp and Musketeers vs. Cthulhu #1663

Open
VwieVendetta opened this issue Jan 14, 2025 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@VwieVendetta
Copy link

Hi there,

I'm currently working on filling FoundryVTT and your excellent game system with the date from my rule books. However, it would be great if you could add two new tags for rather new material:

  1. The new Gaslight Investigator Guide contains info for Pulp adventures, so a tag for "Gaslight Pulp" would make sense.
  2. There is a rule book called Musketeers vs. Cthulhu set in 17th century France which contains new skills (musket, pistol), professions (courtier, musketeer etc.) and lots of cloak and dagger combat maneuvers. Maybe a tag "Musketeers" for that book would be viable?
@VwieVendetta VwieVendetta added the enhancement New feature or request label Jan 14, 2025
@snap01
Copy link
Collaborator

snap01 commented Jan 18, 2025

  1. Cthulhu by Gaslight - Pulp era will be included in the next releases of the system and investigator wizard
  2. Adding additional eras is best suited for a module. Using the following code will add the era.
Hooks.once('init', () => {
  game.CoC7.eras('musketeersVsCthulhu', 'Musketeers vs. Cthulhu')
})

An example how to implement the era in a module
musketeers-vs-cthulhu.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants