Give all traits descriptions.

This commit is contained in:
Eric S. Raymond 2007-10-04 14:51:04 +00:00
parent 337ec98bc5
commit 11285a1cd0

View file

@ -51,6 +51,7 @@
id=strong
male_name= _ "strong"
female_name= _ "female^strong"
description="Has +1 to all attacks"
[effect]
apply_to=attack
range=melee
@ -83,6 +84,7 @@
id=quick
male_name= _ "quick"
female_name= _ "female^quick"
description="Has +1 movement"
[effect]
apply_to=movement
increase=1
@ -100,6 +102,7 @@
id=intelligent
male_name= _ "intelligent"
female_name= _ "female^intelligent"
description = "Requires 20% less XP to advance"
[effect]
apply_to=max_experience
increase=-20%
@ -113,6 +116,7 @@
id=resilient
male_name= _ "resilient"
female_name= _ "female^resilient"
description="Has 4 extra HP + 1 per level"
[effect]
apply_to=hitpoints
increase_total=4
@ -150,8 +154,9 @@
#enddef
#define TRAIT_FEARLESS_MUSTHAVE
# A clone of the above that would be generated even if random trait generation is not used.
# this is needed for WCs and Soullesses
# A clone of the above that would be generated even if random
# trait generation is not used. this is needed for WCs and
# Soullesses
[trait]
id=fearless
availability="musthave"