Tabletop Simulator

Tabletop Simulator

Clank! [Scripted]
outofgamut 25 Feb, 2021 @ 8:56pm
the duke card considers non-gold gold in endOfGame scoring
Yo! First off, I LOVE THIS GAME! Secondly, I think the getTokenPoints function handles the onlyGold parameter may be incorrect. It looks like we may want to split out the else into something like...

else if onlyGold
return tokenTable.G
else
return tokenTable.VP

...or something. not too familiar with the code, but my buds and i noticed that "The Duke" considers mastery tokens, chalices, monkey idols, etc. as "gold" in end of game scoring.