diff --git a/data/units/Orcish_Crossbowman.cfg b/data/units/Orcish_Crossbowman.cfg index 7941462826a..86b1c69c328 100644 --- a/data/units/Orcish_Crossbowman.cfg +++ b/data/units/Orcish_Crossbowman.cfg @@ -7,10 +7,10 @@ image_defensive="orc-xbowman-defend.png" hitpoints=43 movement_type=orcishfoot movement=5 -experience=80 +experience=500 level=2 alignment=chaotic -advanceto=Orcish Slurbow +advanceto=null undead_variation=archer cost=24 usage=archer diff --git a/data/units/Orcish_Slurbow.cfg b/data/units/Orcish_Slurbow.cfg deleted file mode 100644 index e9f27b48b13..00000000000 --- a/data/units/Orcish_Slurbow.cfg +++ /dev/null @@ -1,65 +0,0 @@ -[unit] -id=Orcish Slurbow -name= _ "Orcish Slurbow" -race=orc -image="orcish-slurbow.png" -image_defensive="orcish-slurbow-defend.png" -hitpoints=52 -movement_type=orcishfoot -movement=5 -experience=500 -level=3 -alignment=chaotic -advanceto=null -undead_variation=archer -cost=54 -usage=archer -unit_description= _ "Orcish Crossbowmen try to compensate for their lack of skill with the raw power of their weapon. While they are not as effective as the Elvish Marksmen in long-range combat, they are sturdier and can handle themselves a little better than the Elves in close combat." -get_hit_sound=orc-hit.wav - [attack] - name=short sword - type=blade - range=short - damage=7 - number=3 - icon=attacks/short-sword.png - [frame] - begin=-100 - end=100 - image="orcish-slurbow-attack-melee.png" - [/frame] - - [sound] - time=-250 - sound=sword-swish.wav - [/sound] - [/attack] - - [attack] - name=crossbow - type=pierce - range=long - damage=9 - number=3 - [frame] - begin=-300 - end=0 - image="orcish-slurbow-attack-ranged.png" - [/frame] - [sound] - time=-100 - sound=firearrow.wav - [/sound] - [sound] - time=0 - sound=arrow-hit.wav - sound_miss=arrow-miss.wav - [/sound] - [missile_frame] - begin=-100 - end=0 - image="projectiles/missile-n.png" - image_diagonal="projectiles/missile-ne.png" - [/missile_frame] - [/attack] -[/unit]