sw5e-foundry / sw5e

SW5e System for Foundry VTT
GNU General Public License v3.0
43 stars 30 forks source link

Fix Charmer feat to increase CHA by 1 #730

Closed afwolfe closed 1 year ago

afwolfe commented 1 year ago

This fixes the Charmer feat to grant the ability score bonus from the PHB and in the description at packs/feats/charmer.json#L123

Ikaguia commented 1 year ago

Merged this, but as a heads up, we have a python script to import the compendia from the website, it doesn't make active effects automatically, but it's easier if any changes to compendium items are done through there (except for SotG content and monsters, those are made by hand) https://github.com/sw5e-foundry/sw5e-fvtt-import/blob/28d97c01ba5e511c85552fbd6637fda423d06c7a/foundry_data.json#L40913

afwolfe commented 1 year ago

Makes sense, thanks for taking the time to explain that. I will be sure to update the foundry_data.json in that repo if I come across any more compendia corrections.