diff --git a/data/scenarios/Heir_To_The_Throne/Bay_of_Pearls.cfg b/data/scenarios/Heir_To_The_Throne/Bay_of_Pearls.cfg index d4bbb70f8ab..0aec81e32d5 100644 --- a/data/scenarios/Heir_To_The_Throne/Bay_of_Pearls.cfg +++ b/data/scenarios/Heir_To_The_Throne/Bay_of_Pearls.cfg @@ -256,6 +256,7 @@ Defeat: [/unit] [unit] + description=Nepba side=1 type=Merman x=13 @@ -263,6 +264,7 @@ Defeat: [/unit] [unit] + description=Triram side=1 type=Merman x=13 @@ -270,6 +272,7 @@ Defeat: [/unit] #ifdef EASY [unit] + description=Mriram side=1 type=Merman x=13 @@ -315,6 +318,7 @@ Defeat: [/unit] #ifdef EASY [unit] + description=Earooa side=1 type=Merman x=21 @@ -329,6 +333,7 @@ Defeat: #endif #ifdef NORMAL [unit] + description=Gwoama side=1 type=Merman x=21 @@ -374,6 +379,7 @@ Defeat: [/unit] #ifdef EASY [unit] + description=Kwabao side=1 type=Merman x=25 @@ -427,6 +433,7 @@ Defeat: [/unit] #ifdef EASY [unit] + description=Gwarloa side=1 type=Merman x=28 @@ -476,6 +483,7 @@ The main cage where they keep most of the mermen is in the south-east!" #define MERMAN_29_29 [unit] + description=Gwelda side=1 type=Merman x=29 diff --git a/data/units/Cavalry.cfg b/data/units/Cavalry.cfg index 8560a193fd7..fbb85d2961e 100644 --- a/data/units/Cavalry.cfg +++ b/data/units/Cavalry.cfg @@ -2,6 +2,8 @@ name=Cavalry race=human image=human-scout.png +image_moving=human-scout-moving.png +image_defensive=human-scout-defend.png hitpoints=38 movement_type=mounted movement=8 @@ -25,6 +27,11 @@ get_hit_sound=groan.wav [/sound] [frame] begin=-200 + end=-100 + image=human-scout-moving.png + [/frame] + [frame] + begin=-100 end=100 image=human-scout-attack.png [/frame] diff --git a/images/human-scout-defend.png b/images/human-scout-defend.png new file mode 100644 index 00000000000..de843bc984b Binary files /dev/null and b/images/human-scout-defend.png differ diff --git a/images/human-scout-moving.png b/images/human-scout-moving.png new file mode 100644 index 00000000000..0fb155bddd5 Binary files /dev/null and b/images/human-scout-moving.png differ diff --git a/images/human-scout.png b/images/human-scout.png index c7bc4f3c3c0..f132299b4dd 100644 Binary files a/images/human-scout.png and b/images/human-scout.png differ