Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Several units & classes currently share the same color which hinders readability.
In an effort to keep the original preserved color, I've simple changed some shades of existing colors to keep their identity, but help distinguish them from one another. Good examples for this were Mage & Sorcerer as well as Conjurer & Mercenary.
#e91d39
) -> red2 (#b3172d
)#8bbf40
) -> green2 (#598718
)#019bd6
) -> blue3 (#7aa0ca
)#facf00
) -> brown (#bb6f07
)#f07021
) ->brown2 (#7e5419
)#8e559e
) -> purple2 (#63428c
)I've ensured to keep the naming scheme similar to the way existing colors had been named.
Furthermore, I've ensured that all projectiles that reference old colors are updated to their respective new colors.
Additionally, the following units have had their colors changed to be more in-line with the rest of the unit colorization and reflect at least one of their classes at a glance:
#8e559e
) -> brown (#bb6f07
)#f07021
) -> red (#e91d39
)P.S.
I'm aware no Pull Requests are currently accepted, this primarily serves as a friendly gesture.