Phobos
Phobos copied to clipboard
Customizable body-covered-light effects
First check
- [X] The suggestion is NOT related to functionality of Ares, HAres, Kratos or any other YR engine extension.
- [X] The suggested feature / enhancement is NOT implemented in Ares/Phobos yet and the existing possibilites are not viable or good enough to achieve the wanted result.
- [X] I agree to elaborate the details if requested and provide thorough testing if the feature is implemented.
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search and read the issue list to find a similar issue and didn't find it.
- [X] I thought out how the feature / enhancement should work and described it in the most detailed and clear way.
Description
There are already 4 color options for 4 different effects in YR. I think this kind of light effect with customizable color that covers exact the whole body of a unit is very useful. So maybe there should be a registry for this kind of effect. They are going to make the game more colorful and more playable.
LaserTargetColor=4 IronCurtainColor=0 BerserkColor=4 ForceShieldColor=6
INI code
[BodyColorTypes]
1=MyEffect1
2=MyEffect2
3=MyEffect3
4=MyEffect4
5=MyEffect5
[General]
LaserTargetColor=MyEffect1
IronCurtainColor=MyEffect2
BerserkColor=MyEffect3
ForceShieldColor=MyEffect4
[MyEffect5] ;Some Body Color Effect Type
RBG=128,0,128
[SomeWarhead] ;BodyColorEffect can be attached to units by warheads
AttachColor.Type=MyEffect5
AttachColor.Duration=120
;Just like what I set above, MyEffect5's color is purple, so the target of this warhead would be attached a ironcurtain-like effect, but the theme color of this effect is purple.
Additional context
No response