Lurkars / gloomhavensecretariat

A Gloomhaven / Frosthaven Companion App
https://gloomhaven-secretariat.de
GNU Affero General Public License v3.0
180 stars 70 forks source link

Three-eyes: Perk 7 should read enfeeble instead of empower #580

Closed m42i closed 5 months ago

m42i commented 5 months ago

Edition

ToA

Type of data

Character Stat/Sheet

Describe the data affected

Perks, position 7, ritualist: empower

Describe the error

On line 248 it should be „enfeeble“ instead of „empower“: https://github.com/Lurkars/gloomhavensecretariat/blob/1880ccc5d87b860cedf3b2227964ba23e1e9ff19/data/toa/character/three-eyes.json#L248

Additional

No response

Lurkars commented 5 months ago

fixed in v0.99.9

Sr0sh commented 5 months ago

I’m afraid this didn’t fix it but introduced another error. This is how these three perks should look like:

image

Reaver/green > rupture Ritualist/red > enfeeble Conqueror/blue > empower

Lurkars commented 5 months ago

yes, seemed I just replace the wrong enfeeble with empower, please verify if it is now correct in v0.99.10

Sr0sh commented 5 months ago

Thanks and almost!

Now there’s a “self” that shouldn’t be there after the last enfeeble (see the picture in my previous comment how it should look like).

Lurkars commented 5 months ago

So, I hope it's now all fixed in v0.99.11. In the end it was all just stupid copy paste errors, but I first fixed the wrong line and overlooked another (not mentioned) error.

Sr0sh commented 5 months ago

Perfect, thanks!