diff --git a/data/units/Mage.cfg b/data/units/Mage.cfg index 6803580702a..7770c458fd1 100644 --- a/data/units/Mage.cfg +++ b/data/units/Mage.cfg @@ -22,6 +22,28 @@ Physically frail, and lacking familiarity with combat, magi do possess certain a Special Notes: the ranged attack of a mage is magical, and always has a high chance of hitting an opponent." get_hit_sound=groan.wav + [death] + [frame] + begin=0 + end=100 + image="mage-die-1.png" + [/frame] + [frame] + begin=100 + end=200 + image="mage-die-2.png" + [/frame] + [frame] + begin=200 + end=300 + image="mage-die-3.png" + [/frame] + [frame] + begin=300 + end=400 + image="mage-die-4.png" + [/frame] + [/death] [attack] name=staff type=impact @@ -105,6 +127,28 @@ Physically frail, and lacking familiarity with combat, magi do possess certain a Special Notes: the ranged attack of a mage is magical, and always has a high chance of hitting an opponent." get_hit_sound=female-hit.wav + [death] + [frame] + begin=0 + end=100 + image="mage+female-die-1.png" + [/frame] + [frame] + begin=100 + end=200 + image="mage+female-die-2.png" + [/frame] + [frame] + begin=200 + end=300 + image="mage+female-die-3.png" + [/frame] + [frame] + begin=300 + end=400 + image="mage+female-die-4.png" + [/frame] + [/death] [attack] name=staff type=impact diff --git a/data/units/Pikeman.cfg b/data/units/Pikeman.cfg index 6ea882b83a5..150e8c3b257 100644 --- a/data/units/Pikeman.cfg +++ b/data/units/Pikeman.cfg @@ -21,6 +21,33 @@ unit_description= _ "Promising spearmen in the armies of Wesnoth are often gradu Special Notes: the length of their weapon allows a pikeman to strike first in melee, even in defense." get_hit_sound=groan.wav + [death] + [frame] + begin=0 + end=80 + image="human-pikeman-die-1.png" + [/frame] + [frame] + begin=80 + end=160 + image="human-pikeman-die-2.png" + [/frame] + [frame] + begin=160 + end=240 + image="human-pikeman-die-3.png" + [/frame] + [frame] + begin=240 + end=320 + image="human-pikeman-die-4.png" + [/frame] + [frame] + begin=320 + end=400 + image="human-pikeman-die-5.png" + [/frame] + [/death] [attack] name=pike type=pierce diff --git a/data/units/White_Mage.cfg b/data/units/White_Mage.cfg index c5e51909fb0..626acd94b4f 100644 --- a/data/units/White_Mage.cfg +++ b/data/units/White_Mage.cfg @@ -29,6 +29,28 @@ Though not trained for combat, there is one enemy against which they are a poten Special Notes: the light cast by a white mage is magical in nature, and always has a high chance of hitting an opponent. This light does tremendous damage to the undead, and can even damage living creatures. White magi are capable of healing units around them, and curing them of poison." get_hit_sound=groan.wav + [death] + [frame] + begin=0 + end=100 + image="white-mage-die-1.png" + [/frame] + [frame] + begin=100 + end=200 + image="white-mage-die-2.png" + [/frame] + [frame] + begin=200 + end=300 + image="white-mage-die-3.png" + [/frame] + [frame] + begin=300 + end=400 + image="white-mage-die-4.png" + [/frame] + [/death] [attack] name=staff type=impact @@ -104,6 +126,28 @@ Though not trained for combat, there is one enemy against which they are a poten Special Notes: the light cast by a white mage is magical in nature, and always has a high chance of hitting an opponent. This light does tremendous damage to the undead, and can even damage living creatures. White magi are capable of healing units around them, and curing them of poison." get_hit_sound=female-hit.wav + [death] + [frame] + begin=0 + end=100 + image="white-mage+female-die-1.png" + [/frame] + [frame] + begin=100 + end=200 + image="white-mage+female-die-2.png" + [/frame] + [frame] + begin=200 + end=300 + image="white-mage+female-die-3.png" + [/frame] + [frame] + begin=300 + end=400 + image="white-mage+female-die-4.png" + [/frame] + [/death] [attack] name=staff type=impact diff --git a/images/human-pikeman-die-1.png b/images/human-pikeman-die-1.png new file mode 100755 index 00000000000..ec17a848bb7 Binary files /dev/null and b/images/human-pikeman-die-1.png differ diff --git a/images/human-pikeman-die-2.png b/images/human-pikeman-die-2.png new file mode 100755 index 00000000000..bf86de4e458 Binary files /dev/null and b/images/human-pikeman-die-2.png differ diff --git a/images/human-pikeman-die-3.png b/images/human-pikeman-die-3.png new file mode 100755 index 00000000000..c96638444a0 Binary files /dev/null and b/images/human-pikeman-die-3.png differ diff --git a/images/human-pikeman-die-4.png b/images/human-pikeman-die-4.png new file mode 100755 index 00000000000..c7eb5b54526 Binary files /dev/null and b/images/human-pikeman-die-4.png differ diff --git a/images/human-pikeman-die-5.png b/images/human-pikeman-die-5.png new file mode 100755 index 00000000000..a3d86711712 Binary files /dev/null and b/images/human-pikeman-die-5.png differ diff --git a/images/mage+female-die-1.png b/images/mage+female-die-1.png new file mode 100755 index 00000000000..0523126a1ab Binary files /dev/null and b/images/mage+female-die-1.png differ diff --git a/images/mage+female-die-2.png b/images/mage+female-die-2.png new file mode 100755 index 00000000000..41d0945290c Binary files /dev/null and b/images/mage+female-die-2.png differ diff --git a/images/mage+female-die-3.png b/images/mage+female-die-3.png new file mode 100755 index 00000000000..eaf1523e4b7 Binary files /dev/null and b/images/mage+female-die-3.png differ diff --git a/images/mage+female-die-4.png b/images/mage+female-die-4.png new file mode 100755 index 00000000000..7d040496a85 Binary files /dev/null and b/images/mage+female-die-4.png differ diff --git a/images/mage-die-1.png b/images/mage-die-1.png new file mode 100755 index 00000000000..4b95e621084 Binary files /dev/null and b/images/mage-die-1.png differ diff --git a/images/mage-die-2.png b/images/mage-die-2.png new file mode 100755 index 00000000000..bb377e8c318 Binary files /dev/null and b/images/mage-die-2.png differ diff --git a/images/mage-die-3.png b/images/mage-die-3.png new file mode 100755 index 00000000000..c342bf5396f Binary files /dev/null and b/images/mage-die-3.png differ diff --git a/images/mage-die-4.png b/images/mage-die-4.png new file mode 100755 index 00000000000..ccd90ade9be Binary files /dev/null and b/images/mage-die-4.png differ diff --git a/images/white-mage+female-die-1.png b/images/white-mage+female-die-1.png new file mode 100755 index 00000000000..eae75387685 Binary files /dev/null and b/images/white-mage+female-die-1.png differ diff --git a/images/white-mage+female-die-2.png b/images/white-mage+female-die-2.png new file mode 100755 index 00000000000..ae135bb114e Binary files /dev/null and b/images/white-mage+female-die-2.png differ diff --git a/images/white-mage+female-die-3.png b/images/white-mage+female-die-3.png new file mode 100755 index 00000000000..f7210e530c5 Binary files /dev/null and b/images/white-mage+female-die-3.png differ diff --git a/images/white-mage+female-die-4.png b/images/white-mage+female-die-4.png new file mode 100755 index 00000000000..cb1c83ea9b0 Binary files /dev/null and b/images/white-mage+female-die-4.png differ diff --git a/images/white-mage-die-1.png b/images/white-mage-die-1.png new file mode 100755 index 00000000000..5a72fc9597e Binary files /dev/null and b/images/white-mage-die-1.png differ diff --git a/images/white-mage-die-2.png b/images/white-mage-die-2.png new file mode 100755 index 00000000000..295b4e466b8 Binary files /dev/null and b/images/white-mage-die-2.png differ diff --git a/images/white-mage-die-3.png b/images/white-mage-die-3.png new file mode 100755 index 00000000000..f7210e530c5 Binary files /dev/null and b/images/white-mage-die-3.png differ diff --git a/images/white-mage-die-4.png b/images/white-mage-die-4.png new file mode 100755 index 00000000000..cb1c83ea9b0 Binary files /dev/null and b/images/white-mage-die-4.png differ