diff --git a/changelog b/changelog index 7441940e15b5..ab84c678b74d 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ Version 1.13.0+dev: + * Graphics: + * New generic portrait for the Walking Corpse and Soulless * Language and i18n: * Updated translations: diff --git a/data/core/images/portraits/undead/transparent/walking-corpse.png b/data/core/images/portraits/undead/transparent/walking-corpse.png new file mode 100644 index 000000000000..04468e5da58d Binary files /dev/null and b/data/core/images/portraits/undead/transparent/walking-corpse.png differ diff --git a/data/core/images/portraits/undead/walking-corpse.png b/data/core/images/portraits/undead/walking-corpse.png new file mode 100644 index 000000000000..34e91a953588 Binary files /dev/null and b/data/core/images/portraits/undead/walking-corpse.png differ diff --git a/data/core/units/undead/Corpse_Soulless.cfg b/data/core/units/undead/Corpse_Soulless.cfg index 7403ebe775be..28476c612e36 100644 --- a/data/core/units/undead/Corpse_Soulless.cfg +++ b/data/core/units/undead/Corpse_Soulless.cfg @@ -81,6 +81,8 @@ #enddef #define UNIT_BODY_SOULLESS_GRAPHICS BASE_NAME DEATH_FRAMES_NUMBER image="units/undead/{BASE_NAME}.png" + # No profile variations for now + profile=portraits/undead/walking-corpse.png {MAGENTA_IS_THE_TEAM_COLOR} die_sound={SOUND_LIST:ZOMBIE_HIT} {DEFENSE_ANIM "units/undead/{BASE_NAME}-defend.png" "units/undead/{BASE_NAME}.png" {SOUND_LIST:ZOMBIE_HIT} } diff --git a/data/core/units/undead/Corpse_Walking.cfg b/data/core/units/undead/Corpse_Walking.cfg index ecc646f5da01..3cad05fae3a5 100644 --- a/data/core/units/undead/Corpse_Walking.cfg +++ b/data/core/units/undead/Corpse_Walking.cfg @@ -80,6 +80,8 @@ #enddef #define UNIT_BODY_WALKING_CORPSE_GRAPHICS NBASE_NAME DEATH_FRAMES_NUMBER image="units/undead/{NBASE_NAME}.png" + # No profile variations for now + profile=portraits/undead/walking-corpse.png {MAGENTA_IS_THE_TEAM_COLOR} die_sound={SOUND_LIST:ZOMBIE_WEAK_HIT} {DEFENSE_ANIM "units/undead/{NBASE_NAME}-defend.png" "units/undead/{NBASE_NAME}.png" {SOUND_LIST:ZOMBIE_WEAK_HIT} } diff --git a/players_changelog b/players_changelog index bb8d29cb7720..fc13ab56b163 100644 --- a/players_changelog +++ b/players_changelog @@ -3,6 +3,9 @@ changes may be omitted). For a complete list of changes, see the main changelog: https://github.com/wesnoth/wesnoth/blob/master/changelog Version 1.13.0+dev: + * Graphics: + * New generic portrait for the Walking Corpse and Soulless + * Language and i18n: * Updated translations: