From 91ceab8efbe62c47c5f3c4015dbea69d3f8c8290 Mon Sep 17 00:00:00 2001 From: Benjamin Drieu Date: Fri, 13 Aug 2004 11:26:36 +0000 Subject: [PATCH] New units : Orcish Leader, Orcish Sovereign, Troll Hero, Great Troll --- data/units/Great_Troll.cfg | 34 +++++++++++++++++++ data/units/Orcish_Leader.cfg | 59 +++++++++++++++++++++++++++++++++ data/units/Orcish_Ruler.cfg | 6 ++-- data/units/Orcish_Sovereign.cfg | 53 +++++++++++++++++++++++++++++ data/units/Troll_Hero.cfg | 34 +++++++++++++++++++ 5 files changed, 183 insertions(+), 3 deletions(-) create mode 100644 data/units/Great_Troll.cfg create mode 100644 data/units/Orcish_Leader.cfg create mode 100644 data/units/Orcish_Sovereign.cfg create mode 100644 data/units/Troll_Hero.cfg diff --git a/data/units/Great_Troll.cfg b/data/units/Great_Troll.cfg new file mode 100644 index 00000000000..575bffa4c43 --- /dev/null +++ b/data/units/Great_Troll.cfg @@ -0,0 +1,34 @@ +[unit] +name=Great Troll +race=troll +image=great-troll.png +#image_defensive=great-troll-defend.png +ability=regenerates +hitpoints=80 +movement_type=largefoot +movement=5 +experience=500 +level=3 +alignment=chaotic +advanceto=null +cost=38 +unit_description="Great Trolls are strong and brutal humanoid monsters with the amazing ability to regenerate themselves, so that they recover from wounds on their own, even during battle." +get_hit_sound=ugg.wav +usage=fighter + [attack] + name=mace + type=impact + range=short + damage=18 + number=3 + [frame] + begin=-100 + end=100 + image=great-troll-attack.png + [/frame] + [sound] + time=-100 + sound=staff.wav + [/sound] + [/attack] +[/unit] diff --git a/data/units/Orcish_Leader.cfg b/data/units/Orcish_Leader.cfg new file mode 100644 index 00000000000..1e930003398 --- /dev/null +++ b/data/units/Orcish_Leader.cfg @@ -0,0 +1,59 @@ +[unit] +name=Orcish Leader +race=orc +image=orcish-leader.png +image_defensive=orcish-leader-defend.png +#profile=misc/kapoue.png +hitpoints=45 +ability=leadership +movement_type=orcishfoot +movement=6 +experience=60 +level=1 +alignment=chaotic +advanceto=Orcish Ruler +cost=120 +usage=mixed fighter +unit_description="Orcish Rulers are the chiefs of their tribe. They make the important decisions and lead their people into battle. They carry a bow out of necessity, but are much more skilled with the sword; all in all, they are powerful fighters. Their natural leadership skills make them very precious in the battle: if the Ruler is lost, so is the battle." +get_hit_sound=orc-hit.wav + [attack] + name=sword + type=blade + range=short + damage=7 + number=3 + [frame] + begin=-100 + end=100 + image=orcish-leader-attack.png + [/frame] + [sound] + time=-250 + sound=sword-swish.wav + [/sound] + [/attack] + [attack] + name=bow + type=pierce + range=long + damage=5 + number=2 + [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] diff --git a/data/units/Orcish_Ruler.cfg b/data/units/Orcish_Ruler.cfg index e83fe0fc8db..f79138db4ff 100644 --- a/data/units/Orcish_Ruler.cfg +++ b/data/units/Orcish_Ruler.cfg @@ -3,14 +3,14 @@ name=Orcish Ruler race=orc image=orcish-ruler.png #profile=misc/kapoue.png -hitpoints=45 +hitpoints=60 ability=leadership movement_type=orcishfoot movement=6 -experience=60 +experience=120 level=2 alignment=chaotic -advanceto=null +advanceto=Orcish Sovereign cost=120 usage=mixed fighter unit_description="Orcish Rulers are the chiefs of their tribe. They make the important decisions and lead their people into battle. They carry a bow out of necessity, but are much more skilled with the sword; all in all, they are powerful fighters. Their natural leadership skills make them very precious in the battle: if the Ruler is lost, so is the battle." diff --git a/data/units/Orcish_Sovereign.cfg b/data/units/Orcish_Sovereign.cfg new file mode 100644 index 00000000000..c758e724dd3 --- /dev/null +++ b/data/units/Orcish_Sovereign.cfg @@ -0,0 +1,53 @@ +[unit] +name=Orcish Sovereign +race=orc +image=orcish-ruler.png +#profile=misc/kapoue.png +hitpoints=75 +ability=leadership +movement_type=orcishfoot +movement=6 +experience=500 +level=3 +alignment=chaotic +advanceto=null +cost=120 +usage=mixed fighter +unit_description="Orcish Sovereign are the chiefs of their tribe. They make the important decisions and lead their people into battle. They carry a bow out of necessity, but are much more skilled with the sword; all in all, they are powerful fighters. Their natural leadership skills make them very precious in the battle: if the Ruler is lost, so is the battle." +get_hit_sound=orc-hit.wav + [attack] + name=sword + type=blade + range=short + damage=10 + number=4 + [sound] + time=-250 + sound=sword-swish.wav + [/sound] + [/attack] + [attack] + name=bow + type=pierce + range=long + damage=9 + number=3 + [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] diff --git a/data/units/Troll_Hero.cfg b/data/units/Troll_Hero.cfg new file mode 100644 index 00000000000..143744ec151 --- /dev/null +++ b/data/units/Troll_Hero.cfg @@ -0,0 +1,34 @@ +[unit] +name=Troll Hero +race=troll +image=troll-hero.png +#image_defensive=troll-hero-defend.png +ability=regenerates +hitpoints=60 +movement_type=largefoot +movement=5 +experience=52 +level=2 +alignment=chaotic +advanceto=Great Troll +cost=30 +unit_description="Trolls hero are strong and brutal humanoid monsters with the amazing ability to regenerate themselves, so that they recover from wounds on their own, even during battle." +get_hit_sound=ugg.wav +usage=fighter + [attack] + name=club + type=impact + range=short + damage=12 + number=3 + [frame] + begin=-100 + end=100 + image=troll-hero-attack.png + [/frame] + [sound] + time=-100 + sound=staff.wav + [/sound] + [/attack] +[/unit]