-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Loot in Scenario Summary only counts coins #455
Comments
It looks like character.loot was being mistaken for what should be character.gold I think. It looks like instead of just incrementing character.loot it is trying to calculate the value of the items and adding it, but only gold has a value. applyLoot(loot: Loot, character: Character, index: number): ItemData | undefined { This seems to be treating character.loot as some kind of a gold value of all the items that have been collected instead of just a count of loot cards. Unless Loot is supposed to be some kind of summary gold value of loot gained but then there should be another loot card count. |
I'm not sure there is a time when you'd need a conversation of items to gold value at least in this situation. The question I have though is in a smaller group where a loot card counts as more than one material does that count as multiple loot cards with regards to personal quests and the like? I could see this being a reason why you'd need to calculate the "value" of the loot card, but I'm not sure on the ruling on that. That was the only reason I could come up with why you'd need to calculate the value of anything other than coins. |
In my opinion, the number of loot tokens collected should be displayed here. There are for example some battle goals where you need to compare the number of collected loot tokens between players. Actual coins collected is much less important in Frosthaven. |
Yes, I also think that showing just the total number of collected tokens (e.g. collected loot cards) is here a way better information. In Gloomhaven it's also the number of loot tokens, so showing the number of coins here is just confusing. So this will change in next release. For now I will just skip the info of collected coins. If this is ever required somehow, I can rethink about where to show it. |
Add in v0.83.4. Happy about feedback and if issue is solved with this. Thank. |
Top row now displays number of loot tokens. Thanks! |
…Lurkars#455, Lurkars#456, Lurkars#457, fix scenario data, fix item rewards
Describe the bug
At the end of a scenario, in the scenario summary window, the row Loot only counts coins, whereas it should count the number of loot tokens collected.
In this example, it should display Loot 1 for the Geminate.
Game Enviroment
To Reproduce
Expected behavior
Gloomhaven Secretariat Version
Used Browser
OS
Windows
Additional
No response
The text was updated successfully, but these errors were encountered: