by Jake » Sun Mar 01, 2015 2:08 pm
This is not a bug, but it is also not ideal. Any prophecy requirement that lists a unit type is referring exclusively to that unit type; they tap the same stat-tracking that keeps count of each unit type, so they don't have any means of looking at other unit types and adding them up. I can try moving some of these prophecy requirements over to looking at traits, but I will have to adjust the language a little, to make it clear to players that the traits are what count. I decided not to work on this approach before, however, because I am not certain I want to have both trait-based goals and single-unit goals (could be confusing), and trait-based goals may not be flexible enough.
Alternatively, I could consider checking anything with "goblin" in the name, but this will require other significant changes; the progress will have to monitor an indeterminate number of stats, when everything currently maps one-to-one. I think this solution is ultimately clearer from a player's perspective, because they wouldn't have to check traits; when they recruit something with "goblin" in the name, it counts as a goblin, the way they'd expect.