LoW: Changed the team color of important characters...

...to brown and that of loyal characters to orange.
This commit is contained in:
Fabian Müller 2009-09-04 03:41:07 +00:00
parent f9b7819412
commit 67678fb1da
5 changed files with 27 additions and 0 deletions

View file

@ -86,6 +86,7 @@ This is the story of Kalenz, and of the Elves in the days of the humans in Wesno
{TRAIT_INTELLIGENT}
{TRAIT_STRONG}
{TRAIT_LOYAL}
{TEAM_COLOR_LOYAL}
[/modifications]
[/unit]
[/side]

View file

@ -922,6 +922,7 @@
{TRAIT_QUICK}
{TRAIT_RESILIENT}
{TRAIT_LOYAL}
{TEAM_COLOR_LOYAL}
[/modifications]
facing=se
[/unit]

View file

@ -179,6 +179,7 @@
{TRAIT_STRONG}
{TRAIT_INTELLIGENT}
{TRAIT_LOYAL}
{TEAM_COLOR_LOYAL}
[/modifications]
[/unit]
[unit]
@ -192,6 +193,7 @@
{TRAIT_DEXTROUS}
{TRAIT_RESILIENT}
{TRAIT_LOYAL}
{TEAM_COLOR_LOYAL}
[/modifications]
[/unit]
#ifdef EASY
@ -205,6 +207,7 @@
{TRAIT_DEXTROUS}
{TRAIT_QUICK}
{TRAIT_LOYAL}
{TEAM_COLOR_LOYAL}
[/modifications]
[/unit]
#endif

View file

@ -12,6 +12,7 @@
[modifications]
{TRAIT_QUICK}
{TRAIT_RESILIENT}
{TEAM_COLOR_CRITICAL}
[/modifications]
controller=human
team_name=kalenz
@ -41,6 +42,7 @@
{TRAIT_DEXTROUS}
{TRAIT_RESILIENT}
{TRAIT_LOYAL}
{TEAM_COLOR_CRITICAL}
[/modifications]
#enddef
@ -57,6 +59,7 @@
{TRAIT_QUICK}
{TRAIT_RESILIENT}
{TRAIT_LOYAL}
{TEAM_COLOR_CRITICAL}
[/modifications]
#enddef
@ -69,6 +72,7 @@
[modifications]
{TRAIT_STRONG}
{TRAIT_RESILIENT}
{TEAM_COLOR_CRITICAL}
[/modifications]
#enddef

View file

@ -1,5 +1,23 @@
#textdomain wesnoth-low
#define TEAM_COLOR COLOR
[object]
[effect]
apply_to=image_mod
add=RC(magenta>{COLOR})
[/effect]
[/object]
#enddef
#define TEAM_COLOR_CRITICAL
{TEAM_COLOR brown}
#enddef
#define TEAM_COLOR_LOYAL
{TEAM_COLOR orange}
#enddef
#define LOW_MAP NAME
map_data="{campaigns/Legend_of_Wesmere/maps/{NAME}}"
#enddef