Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/data/campaigns/Heir_To_The_Throne/scenarios/01_The_Elves_Besieged.cfg b/data/campaigns/Heir_To_The_Throne/scenarios/01_The_Elves_Besieged.cfg
- index b938a92..faa1cb4 100644
- --- a/data/campaigns/Heir_To_The_Throne/scenarios/01_The_Elves_Besieged.cfg
- +++ b/data/campaigns/Heir_To_The_Throne/scenarios/01_The_Elves_Besieged.cfg
- @@ -22,6 +22,32 @@
- [event]
- name=prestart
- + {NAMED_UNIT 1 ("Elvish Druid") recall recall Eluclya ( _ "Eluclya") (
- + unrenamable=yes
- + [modifications]
- + {TRAIT_LOYAL}
- + {TRAIT_STRONG}
- + [/modifications]
- + recall_cost=1
- + )} {NO_UPKEEP} {FACING se}
- +
- + {NAMED_UNIT 1 ("Elvish Fighter") recall recall Nalan ( _ "Nalan") (
- + unrenamable=yes
- + [modifications]
- + {TRAIT_LOYAL}
- + {TRAIT_DEXTROUS}
- + [/modifications]
- + recall_cost=2
- + )} {NO_UPKEEP} {FACING sw}
- +
- + {NAMED_UNIT 1 ("Elvish Fighter") recall recall Crendil ( _ "Crendil") (
- + unrenamable=yes
- + [modifications]
- + {TRAIT_LOYAL}
- + {TRAIT_RESILIENT}
- + [/modifications]
- + )} {NO_UPKEEP} {FACING s}
- +
- [objectives]
- side=1
- [objective]
- @@ -61,6 +87,7 @@
- # wmllint: recognize Kalenz
- [side]
- + recall_cost=40
- type=Fighter
- id=Konrad
- name= _"Konrad"
- diff --git a/data/core/units/elves/Fighter.cfg b/data/core/units/elves/Fighter.cfg
- index 31d996c..5a957f0 100644
- --- a/data/core/units/elves/Fighter.cfg
- +++ b/data/core/units/elves/Fighter.cfg
- @@ -19,6 +19,7 @@
- usage=fighter
- description= _ "Elves are not warlike by nature, but in times of need, their natural grace and agility serve them well, as does their skillful craftsmanship. An elf can grasp the basics of swordsmanship and archery in a time uncannily short by the standards of other races, and put them to effective use on the battlefield."
- die_sound={SOUND_LIST:ELF_HIT}
- + recall_cost=14
- [portrait]
- size=400
- side="left"
Advertisement
Add Comment
Please, Sign In to add comment