Fixed coherence of usages for elves.
Short summary of actual usages: Archer, Marksman, Sharpshooter -> archer Ranger, Avenger -> mixed fighter Hero, Captain, Champion, Marshal -> fighter
This commit is contained in:
parent
904c7905e5
commit
83bd795d95
10 changed files with 13 additions and 13 deletions
|
@ -42,7 +42,7 @@ id=era_default
|
|||
music="wesnoth-4.ogg"
|
||||
terrain_liked=fwc
|
||||
[ai]
|
||||
recruitment_pattern=fighter,fighter,scout
|
||||
recruitment_pattern=fighter,fighter,fighter,archer,archer,scout
|
||||
[/ai]
|
||||
[/multiplayer_side]
|
||||
|
||||
|
@ -117,7 +117,7 @@ id=era_classic
|
|||
music="elf-land.ogg"
|
||||
terrain_liked=fwc
|
||||
[ai]
|
||||
recruitment_pattern=fighter,fighter,scout
|
||||
recruitment_pattern=fighter,fighter,fighter,archer,archer,scout
|
||||
[/ai]
|
||||
[/multiplayer_side]
|
||||
|
||||
|
@ -192,7 +192,7 @@ id=era_heroes
|
|||
music="wesnoth-4.ogg"
|
||||
terrain_liked=fwc
|
||||
[ai]
|
||||
recruitment_pattern=fighter,fighter,scout
|
||||
recruitment_pattern=fighter,fighter,fighter,archer,archer,scout
|
||||
[/ai]
|
||||
[/multiplayer_side]
|
||||
|
||||
|
|
|
@ -171,7 +171,7 @@ simple_targetting=yes
|
|||
canrecruit=1
|
||||
recruit=Elvish Fighter,Elvish Archer,Elvish Ranger
|
||||
[ai]
|
||||
recruitment_pattern=fighter,archer
|
||||
recruitment_pattern=fighter,archer,mixed fighter
|
||||
[/ai]
|
||||
gold=200
|
||||
team_name=elves
|
||||
|
@ -184,7 +184,7 @@ simple_targetting=yes
|
|||
canrecruit=1
|
||||
recruit=Elvish Shaman,Elvish Archer,Elvish Fighter
|
||||
[ai]
|
||||
recruitment_pattern=archer,fighter
|
||||
recruitment_pattern=archer,archer,fighter,fighter,healer
|
||||
[/ai]
|
||||
gold=200
|
||||
team_name=elves
|
||||
|
|
|
@ -14,7 +14,7 @@ alignment=neutral
|
|||
advanceto=null
|
||||
cost=80
|
||||
ability=ambush
|
||||
usage=scout
|
||||
usage=mixed fighter
|
||||
unit_description="Elvish Avengers are extremely skillful and extremely quick, powerful in all forms of combat. Avengers are considered the best of all woodsmen in Wesnoth, and can ambush their foes in the forest, because they cannot be seen in the woods until just after they have attacked."
|
||||
get_hit_sound=groan.wav
|
||||
[attack]
|
||||
|
|
|
@ -15,7 +15,7 @@ level=2
|
|||
alignment=neutral
|
||||
advanceto=Elvish Marshal
|
||||
cost=40
|
||||
usage=mixed fighter
|
||||
usage=fighter
|
||||
unit_description="Skilled in commanding soldiers, Elvish Captains provide a bonus to all level-1 units on adjacent hexes. Captains are also skilled in both short- and long-range fighting."
|
||||
get_hit_sound=groan.wav
|
||||
[attack]
|
||||
|
|
|
@ -13,7 +13,7 @@ level=3
|
|||
alignment=neutral
|
||||
advanceto=null
|
||||
cost=100
|
||||
usage=mixed fighter
|
||||
usage=fighter
|
||||
unit_description="Elvish Champions are awesome masters of swordsmanship, inflicting large amounts of damage in close combat. Master fighters, they are also adept with the bow, able to inflict damage on their enemies from both near and far."
|
||||
get_hit_sound=groan.wav
|
||||
[attack]
|
||||
|
|
|
@ -13,7 +13,7 @@ level=2
|
|||
alignment=neutral
|
||||
advanceto=Elvish Champion
|
||||
cost=40
|
||||
usage=mixed fighter
|
||||
usage=fighter
|
||||
unit_description="Elvish Heroes focus on individual performance on the battlefield, having tweaked their combat skills to the very maximum. Elvish Heroes prefer fighting at close range with the sword, but are also skilled at the bow."
|
||||
get_hit_sound=groan.wav
|
||||
[attack]
|
||||
|
|
|
@ -12,7 +12,7 @@ level=2
|
|||
alignment=neutral
|
||||
advanceto=Elvish Sharpshooter
|
||||
cost=60
|
||||
usage=scout
|
||||
usage=archer
|
||||
unit_description="Elvish Marksman are expert in use of the bow. Their skill guarantees them a 60% chance to hit enemies, even those hidden in difficult terrain. This great skill with the bow compensates for their lack of skill in melee combat and lesser speed."
|
||||
get_hit_sound=groan.wav
|
||||
[attack]
|
||||
|
|
|
@ -16,7 +16,7 @@ level=3
|
|||
alignment=neutral
|
||||
advanceto=null
|
||||
cost=80
|
||||
usage=mixed fighter
|
||||
usage=fighter
|
||||
unit_description="Possessing one of the highest ranks in the Elven military, Elvish Marshals can lead any level 1 or 2 units in adjacent hexes, causing them to fight with increased skill. Marshals are also themselves greatly skilled in fighting, with both the sword and the bow."
|
||||
get_hit_sound=groan.wav
|
||||
[attack]
|
||||
|
|
|
@ -11,7 +11,7 @@ level=2
|
|||
alignment=neutral
|
||||
advanceto=Elvish Avenger
|
||||
cost=40
|
||||
usage=scout
|
||||
usage=mixed fighter
|
||||
ability=ambush
|
||||
unit_description="Elvish Rangers are quick and powerful. Skilled in both short- and long-range combat, Rangers are truly all-round fighters. The best of all woodsmen, Rangers cannot be seen by enemies while they are in forest, unless they have just made an attack, or there are enemies adjacent to them."
|
||||
get_hit_sound=groan.wav
|
||||
|
|
|
@ -11,7 +11,7 @@ level=3
|
|||
alignment=neutral
|
||||
advanceto=null
|
||||
cost=90
|
||||
usage=scout
|
||||
usage=archer
|
||||
unit_description="The most elite archers in all of Wesnoth, Elvish Sharpshooters are incredibly accurate, guaranteed a 60% chance to hit when attacking, even when firing very quickly. Sharpshooters are excellent at picking off entrenched enemies."
|
||||
get_hit_sound=groan.wav
|
||||
[attack]
|
||||
|
|
Loading…
Add table
Reference in a new issue