-
Notifications
You must be signed in to change notification settings - Fork 20
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
Fix: Mixing Battle Masters From Different Sub-Factions Does Not Grant Horde Bonus #255
Conversation
Behavior = HordeUpdate ModuleTag_04 | ||
RubOffRadius = 150 ; if I am this close to a real hordesman, I will get to be an honorary hordesman | ||
UpdateRate = 1000 ; how often to recheck horde status (msec) | ||
Radius = 75 ; how close other units must be to us to count towards our horde-ness (~30 feet or so) | ||
KindOf = VEHICLE ; what KindOf's must match to count towards horde-ness | ||
AlliesOnly = Yes ; do we only count allies towards horde status? | ||
ExactMatch = Yes ; do we only count units of our exact same type towards horde status? (overrides kindof) | ||
ExactMatch = No ; do we only count units of our exact same type towards horde status? (overrides kindof) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does this know that another faction Battlemaster is ok for horde but a Gattling Tank is not?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None of the Gattling tanks have a HordeUpdate module. They would need a HordeUpdate module, that is also set to ExactMatch = No
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For example, 5 Hackers and a Red Guard do not grant Horde for the Red Guard either.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm. And Tank Hunters? Will 2 Battlemaster Horde with 3 Tank Hunters?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope. The HordeModule for the Red Guard and Tank Hunter only counts for KindOf = INFANTRY
.
The HordeModule for the Battle Master(s) however only counts for KindOf = VEHICLE
.
They do not count cross type.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok that sounds very reasonable then.
ZH 1.04
After ZH 1.04
I think this is a thing, because in CCG only one vehicle with horde existed, while there always were two different infantry units.