UtBS: Fixed broken original difficulties

This commit is contained in:
ln-zookeeper 2016-11-06 13:07:15 +02:00
parent 7ad30a9cbb
commit d6b4ceff45

View File

@ -1,5 +1,7 @@
#textdomain wesnoth-utbs
#ifdef UTBSNEW
#define KALEH
id=Kaleh
name= _ "Kaleh"
@ -62,3 +64,86 @@
[/modifications]
{IS_HERO}
#enddef
#else
#define KALEH
id=Kaleh
name= _ "Kaleh"
type=Kaleh
variation=Youth
canrecruit=yes
unrenamable=yes
[modifications]
#ifndef HARD
{TRAIT_RESILIENT}
#ifdef EASY
{TRAIT_INTELLIGENT}
#endif
#endif
[/modifications]
#enddef
#define NYM
type=Nym Hunter
id=Nym
name= _ "Nym"
unrenamable=yes
random_traits=no
[modifications]
{TRAIT_LOYAL}
#ifndef HARD
{TRAIT_RESILIENT}
#ifdef EASY
{TRAIT_QUICK}
#endif
#endif
[/modifications]
{IS_HERO}
#enddef
#define GARAK
type=Desert Marshal
id=Garak
name= _ "Garak"
profile=portraits/garak.png
unrenamable=yes
[modifications]
{TRAIT_LOYAL}
{TRAIT_STRONG}
[object]
[effect]
apply_to=attack
range=ranged
increase_damage=1
[/effect]
[effect]
apply_to=new_ability
[abilities]
{ABILITY_TEACHING}
[/abilities]
[/effect]
[effect]
apply_to=max_experience
increase=850
[/effect]
[/object]
[/modifications]
{IS_HERO}
#enddef
#define ZHUL
type=Desert Druid
id=Zhul
name= _ "Zhul"
profile=portraits/zhul.png
unrenamable=yes
[modifications]
{TRAIT_LOYAL}
{TRAIT_QUICK}
{TRAIT_INTELLIGENT}
[/modifications]
{IS_HERO}
#enddef
#endif