Move hero string macro text into their definitions.
This commit is contained in:
parent
b15c3420d3
commit
536eaa67b4
2 changed files with 13 additions and 47 deletions
|
@ -54,8 +54,8 @@
|
|||
#define WORLD_CONQUEST_II_TRAIT_HEROIC
|
||||
[trait]
|
||||
id=heroic
|
||||
male_name= {WC_STR_HEROIC}
|
||||
female_name= {WC_STR_HEROIC_FEMALE}
|
||||
male_name=_ "heroic"
|
||||
female_name=_ "female^heroic"
|
||||
[effect]
|
||||
apply_to=loyal
|
||||
[/effect]
|
||||
|
@ -92,8 +92,8 @@
|
|||
#define WORLD_CONQUEST_II_TRAIT_EXPERT
|
||||
[trait]
|
||||
id=expert
|
||||
male_name= {WC_STR_EXPERT}
|
||||
female_name= {WC_STR_EXPERT_FEMALE}
|
||||
male_name=_ "expert"
|
||||
female_name=_ "female^expert"
|
||||
[effect]
|
||||
apply_to=attack
|
||||
range=melee
|
||||
|
@ -109,9 +109,9 @@
|
|||
#define WORLD_CONQUEST_II_TRAIT_EPIC
|
||||
[trait]
|
||||
id=epic
|
||||
male_name= {WC_STR_EPIC}
|
||||
female_name= {WC_STR_EPIC_FEMALE}
|
||||
description= {WC_STR_EPIC_DESCRIPTION}
|
||||
male_name=_ "epic"
|
||||
female_name=_ "female^epic"
|
||||
description=_ "Always AMLA with 60 XP and raises maximum health by 6 HP."
|
||||
[effect]
|
||||
apply_to=hitpoints
|
||||
increase_total=6
|
||||
|
@ -162,9 +162,9 @@
|
|||
#define WORLD_CONQUEST_II_TRAIT_LEGENDARY_ZOMBIE
|
||||
[trait]
|
||||
id=legendary_zombie
|
||||
male_name= {WC_STR_LEGENDARY}
|
||||
female_name= {WC_STR_LEGENDARY_FEMALE}
|
||||
description= {WC_STR_LEGENDARY_ZOMBIE_DESCRIPTION}
|
||||
male_name=_ "legendary"
|
||||
female_name=_ "female^legendary"
|
||||
description=_ "Special advancement to Chocobone enabled."
|
||||
[effect]
|
||||
apply_to=hitpoints
|
||||
increase_total=5
|
||||
|
@ -206,9 +206,9 @@
|
|||
#define WORLD_CONQUEST_II_TRAIT_LEGENDARY_GOBLIN
|
||||
[trait]
|
||||
id=legendary_goblin
|
||||
male_name= {WC_STR_LEGENDARY}
|
||||
female_name= {WC_STR_LEGENDARY_FEMALE}
|
||||
description= {WC_STR_LEGENDARY_GOBLIN_DESCRIPTION}
|
||||
male_name=_ "legendary"
|
||||
female_name=_ "female^legendary"
|
||||
description=_ "Special advancement to Goblin Pillager enabled."
|
||||
[effect]
|
||||
apply_to=hitpoints
|
||||
increase_total=5
|
||||
|
|
|
@ -1,34 +0,0 @@
|
|||
#textdomain wesnoth-wc
|
||||
|
||||
#define WC_STR_HEROIC
|
||||
_ "heroic" #enddef
|
||||
|
||||
#define WC_STR_HEROIC_FEMALE
|
||||
_ "female^heroic" #enddef
|
||||
|
||||
#define WC_STR_EXPERT
|
||||
_ "expert" #enddef
|
||||
|
||||
#define WC_STR_EXPERT_FEMALE
|
||||
_ "female^expert" #enddef
|
||||
|
||||
#define WC_STR_EPIC
|
||||
_ "epic" #enddef
|
||||
|
||||
#define WC_STR_EPIC_FEMALE
|
||||
_ "female^epic" #enddef
|
||||
|
||||
#define WC_STR_EPIC_DESCRIPTION
|
||||
_ "Always AMLA with 60 XP and raises maximum health by 6 HP." #enddef
|
||||
|
||||
#define WC_STR_LEGENDARY
|
||||
_ "legendary" #enddef
|
||||
|
||||
#define WC_STR_LEGENDARY_FEMALE
|
||||
_ "female^legendary" #enddef
|
||||
|
||||
#define WC_STR_LEGENDARY_ZOMBIE_DESCRIPTION
|
||||
_ "Special advancement to Chocobone enabled." #enddef
|
||||
|
||||
#define WC_STR_LEGENDARY_GOBLIN_DESCRIPTION
|
||||
_ "Special advancement to Goblin Pillager enabled." #enddef
|
Loading…
Add table
Reference in a new issue