[New Feature] Indication attack warhead #994
NetsuNegi
started this conversation in
Ideas and feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
When this warhead hit, some unit will attack the point or unit witch been hitted from this warhead. Just like Juggernauts to fire at a designated location on the map that is within the line of sight of a stationary Sniper Team in Tiberium War.
Possible Implementation:
In rulesmd.ini
[SomeWarhead]
Indication.Types=list of some technoTypes ; who will fire to this target.
Indication.AutoFire=bool ; def = yes, those units will auto-fire and don't need attack command.
Indication.Weapon=enum ; 0 or 1, 0 means units will use primary weapon and 1 means units will use secondary.
Indication.Range=double ; def = -2 means infinite, set a positive value will limit the range from target and attacker.
Indication.Houses=owner ; list of Attacker's House Enumeration (none|owner/self|allies/ally|team|enemies/enemy|all)
Beta Was this translation helpful? Give feedback.
All reactions