diff --git a/data/units/Cave_Spider.cfg b/data/units/Cave_Spider.cfg index 1294f277e92..28d9c416619 100644 --- a/data/units/Cave_Spider.cfg +++ b/data/units/Cave_Spider.cfg @@ -14,7 +14,7 @@ usage=fighter unit_description="Giant spiders are said to roam the depths of Knalga, devouring many victims. They can bite at close range, poisoning their enemies, and attack with a web at long range, slowing their foes down." get_hit_sound=groan.wav [attack] - name=bite + name=fangs type=blade range=short damage=18 diff --git a/data/units/Dwarvish_Fighter.cfg b/data/units/Dwarvish_Fighter.cfg index abf7e3e1351..98b29da61bd 100644 --- a/data/units/Dwarvish_Fighter.cfg +++ b/data/units/Dwarvish_Fighter.cfg @@ -15,7 +15,7 @@ usage=fighter unit_description="The Dwarvish Fighters are excellent underground and in mountainous terrain. Skilled at close range combat, the sheer power of their battle axe makes them a feared opponent. Their power and endurance makes up for their slow speed." get_hit_sound=groan.wav [attack] - name=battle axe + name=axe type=blade range=short damage=8 diff --git a/data/units/Skeleton_Archer.cfg b/data/units/Skeleton_Archer.cfg index e9f03627632..f836de5ffe9 100644 --- a/data/units/Skeleton_Archer.cfg +++ b/data/units/Skeleton_Archer.cfg @@ -44,7 +44,7 @@ get_hit_sound=groan.wav [/attack] [attack] - name=fists + name=fist type=impact range=short damage=3 diff --git a/data/units/Walking_Corpse.cfg b/data/units/Walking_Corpse.cfg index 9c2a0283f1f..00be73d22ad 100644 --- a/data/units/Walking_Corpse.cfg +++ b/data/units/Walking_Corpse.cfg @@ -15,7 +15,7 @@ usage=fighter unit_description="Dark magic is used to animate dead corpses. Although weak in combat, these zombies can spread their curse to those they kill, increasing the army of undead." get_hit_sound=groan.wav [attack] - name=fists + name=fist type=impact range=short damage=3 diff --git a/data/units/Wraith.cfg b/data/units/Wraith.cfg index 41e7532ffd0..32ece9eea8f 100644 --- a/data/units/Wraith.cfg +++ b/data/units/Wraith.cfg @@ -15,7 +15,7 @@ alpha=0.5 unit_description="The most powerful ghosts in the undead ranks can use their powers to summon a spectral sword that drains the life out of their foes, strengthening themselves. They can also shout a terrible wail that freezes the heart of the weak. Those slain by the wail come back as wraiths to serve their killer." get_hit_sound=groan.wav [attack] - name=bane + name=baneblade type=blade range=short damage=7 diff --git a/images/misc/axe.png b/images/misc/axe.png new file mode 100644 index 00000000000..1c15bb4e5ee Binary files /dev/null and b/images/misc/axe.png differ diff --git a/images/misc/baneblade.png b/images/misc/baneblade.png new file mode 100644 index 00000000000..d909e5a8f09 Binary files /dev/null and b/images/misc/baneblade.png differ diff --git a/images/misc/battleaxe.png b/images/misc/battleaxe.png new file mode 100644 index 00000000000..683d2d79097 Binary files /dev/null and b/images/misc/battleaxe.png differ diff --git a/images/misc/darts.png b/images/misc/darts.png new file mode 100644 index 00000000000..2b481f63e9e Binary files /dev/null and b/images/misc/darts.png differ diff --git a/images/misc/fangs.png b/images/misc/fangs.png new file mode 100644 index 00000000000..4bcbdfa82a3 Binary files /dev/null and b/images/misc/fangs.png differ diff --git a/images/misc/fireball.png b/images/misc/fireball.png new file mode 100644 index 00000000000..c49e858a78b Binary files /dev/null and b/images/misc/fireball.png differ diff --git a/images/misc/fist.png b/images/misc/fist.png new file mode 100644 index 00000000000..92f72018440 Binary files /dev/null and b/images/misc/fist.png differ diff --git a/images/misc/hatchet.png b/images/misc/hatchet.png new file mode 100644 index 00000000000..610bb447e4c Binary files /dev/null and b/images/misc/hatchet.png differ diff --git a/images/misc/paladinsword.png b/images/misc/paladinsword.png new file mode 100644 index 00000000000..1af3f4d2057 Binary files /dev/null and b/images/misc/paladinsword.png differ diff --git a/images/misc/tentacle.png b/images/misc/tentacle.png new file mode 100644 index 00000000000..fc5f3179536 Binary files /dev/null and b/images/misc/tentacle.png differ