wesnoth/data/traits.cfg
2005-04-07 21:16:50 +00:00

95 lines
1.3 KiB
INI
Executable File

#define TRAIT_LOYAL
[trait]
#textdomain wesnoth
id=loyal
name= _ "loyal"
description= _ "Zero upkeep"
[effect]
apply_to=loyal
[/effect]
[/trait]
#enddef
#define TRAIT_UNDEAD
[trait]
#textdomain wesnoth
id=undead
name= _ "undead"
description= _ "Immune to poison"
[/trait]
#enddef
#define TRAIT_STRONG
[trait]
#textdomain wesnoth
id=strong
name= _ "strong"
[effect]
apply_to=attack
range=short
increase_damage=1
[/effect]
[effect]
apply_to=hitpoints
increase_total=2
heal_full=yes
[/effect]
[/trait]
#enddef
#define TRAIT_DEXTROUS
[trait]
#textdomain wesnoth
id=dextrous
name= _ "dextrous"
[effect]
apply_to=attack
range=long
increase_damage=1
[/effect]
[/trait]
#enddef
#define TRAIT_QUICK
[trait]
#textdomain wesnoth
id=quick
name= _ "quick"
[effect]
apply_to=movement
increase=1
[/effect]
[effect]
apply_to=hitpoints
increase_total=-10%
heal_full=yes
[/effect]
[/trait]
#enddef
#define TRAIT_INTELLIGENT
[trait]
#textdomain wesnoth
id=intelligent
name= _ "intelligent"
[effect]
apply_to=max_experience
increase=-20%
[/effect]
[/trait]
#enddef
#define TRAIT_RESILIENT
[trait]
#textdomain wesnoth
id=resilient
name= _ "resilient"
[effect]
apply_to=hitpoints
increase_total=7
#make sure the unit starts at full health
heal_full=yes
[/effect]
[/trait]
#enddef