Enable gender specific form for trait names in more places.

This commit is contained in:
Benoît Timbert 2006-12-28 22:52:15 +00:00
parent 907167da98
commit 5c46ac5dec

View file

@ -133,7 +133,8 @@
#define SG_STRONG
[trait]
id=strong
name= _ "strong"
male_name= _ "strong"
female_name= _ "female^strong"
[effect]
apply_to=attack
range=melee
@ -150,7 +151,8 @@
#define SG_RESILIENT
[trait]
id=resilient
name= _ "resilient"
male_name= _ "resilient"
female_name= _ "female^resilient"
[effect]
apply_to=hitpoints
increase_total=7
@ -163,7 +165,8 @@
#define SG_QUICK
[trait]
id=quick
name= _ "quick"
male_name= _ "quick"
female_name= _ "female^quick"
[effect]
apply_to=movement
increase=1
@ -179,7 +182,8 @@
#define SG_INTELLIGENT
[trait]
id=intelligent
name= _ "intelligent"
male_name= _ "intelligent"
female_name= _ "female^intelligent"
[effect]
apply_to=max_experience
increase=-20%
@ -190,7 +194,8 @@
#define SG_LOYAL
[trait]
id=loyal
name= _ "loyal"
male_name= _ "loyal"
female_name= _ "female^loyal"
[effect]
apply_to=loyal
[/effect]