From 1b9c6b176361737db42c3383fb15f753d3c7cda9 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Sun, 24 Nov 2024 19:47:52 +0000 Subject: [PATCH] Add fix for similarly swapped portraits of Wights and Wraiths --- Mods/vcmi/Content/Sprites/cprsmall.json | 8 ++++++++ Mods/vcmi/Content/Sprites/spells.json | 1 + 2 files changed, 9 insertions(+) create mode 100644 Mods/vcmi/Content/Sprites/cprsmall.json diff --git a/Mods/vcmi/Content/Sprites/cprsmall.json b/Mods/vcmi/Content/Sprites/cprsmall.json new file mode 100644 index 000000000..3eec15da7 --- /dev/null +++ b/Mods/vcmi/Content/Sprites/cprsmall.json @@ -0,0 +1,8 @@ +{ + "images" : + [ + // Fix for swapped in H3 icons of Wight and Wraith + { "frame" : 62, "defFile" : "cprsmall.def", "defFrame" : 63}, + { "frame" : 63, "defFile" : "cprsmall.def", "defFrame" : 62} + ] +} diff --git a/Mods/vcmi/Content/Sprites/spells.json b/Mods/vcmi/Content/Sprites/spells.json index 4d6bddeb2..4c13e5c79 100644 --- a/Mods/vcmi/Content/Sprites/spells.json +++ b/Mods/vcmi/Content/Sprites/spells.json @@ -1,6 +1,7 @@ { "images" : [ + // Fix for swapped in H3 icons of View Earth and View Air { "frame" : 3, "defFile" : "spells.def", "defFrame" : 5}, { "frame" : 5, "defFile" : "spells.def", "defFrame" : 3} ]