HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Feature #850212
Support more complex "will never auto attack" rules.
0%
Description
In 3.0 it became possible to define a user unit type flag NotAnAutoAttacker, put it in auto_attack.will_never and give it to every unit type that never should auto attack. But if only a few unit types should auto attack - like Nuclear Mine, SAM and AA Gun - the NotAnAutoAttacker flag would have to be added to almost every unit type. Replace auto_attack.will_never with auto_attack.will, a requirement vector.
History
#1
Updated by Sveinung Kvilhaugsvik over 2 years ago
- File 0001-Support-complex-will-never-auto-attack-rules.patch 0001-Support-complex-will-never-auto-attack-rules.patch added
- Category changed from Rulesets to Server
- Status changed from In Progress to Resolved
Replace auto_attack.will_never with auto_attack.will, a requirement vector.
I liked auto_attack.if_attacker better.
No need for a network capstring update. These rules were already represented by a requirement vector internally.
#2
Updated by Sveinung Kvilhaugsvik over 2 years ago
- File 0001-Support-complex-will-never-auto-attack-rules.patch 0001-Support-complex-will-never-auto-attack-rules.patch added
v2: comment changes.
#3
Updated by Sveinung Kvilhaugsvik over 2 years ago
- Status changed from Resolved to Closed