diff --git a/js/objects_artifacts.js b/js/objects_artifacts.js index e5fe07f6..3c8e8093 100644 --- a/js/objects_artifacts.js +++ b/js/objects_artifacts.js @@ -414,16 +414,16 @@ var artefacts = { }, artid19: { id: "artid19", - img: "two_handed_sword_zweihander.png", + img: "landsknecht_sword.png", name: { - "default": "Two handed Landsknecht sword", - "en-US": "Two handed Landsknecht sword", - "ru-RU": "Двуручный меч лэндснехта", + "default": "Landsknecht's two-handed sword", + "en-US": "Landsknecht's two-handed sword", + "ru-RU": "Двуручный меч ландскнехта", }, desc: { - "default": "Increases attack of the hero by 20, reduces defense by 10", - "en-US": "Increases attack of the hero by 20, reduces defense by 10", - "ru-RU": "Увеличивает атаку героя на 20, уменьшает защиту на 10", + "default": "Increases attack of the hero by +20, reduces defense by -10", + "en-US": "Increases attack of the hero by +20, reduces defense by -10", + "ru-RU": "Увеличивает атаку героя на +20, уменьшает защиту на -10", }, attr: [ { name: "atk", type: BONUS_VALUE_TYPES.INTEGER, val: 20 }, diff --git a/js/tab_settings.js b/js/tab_settings.js index a9919966..67d53bff 100644 --- a/js/tab_settings.js +++ b/js/tab_settings.js @@ -86,7 +86,7 @@ function setupMobileUI() { } document.querySelector(".resource-panel").style.backgroundColor = "black"; - document.querySelector("#pop_img").setAttribute("src", "resources/pop_light.png"); + // document.querySelector("#pop_img").setAttribute("src", "resources/pop_light.png"); dynamicCellsSetStyle(); diff --git a/resources/landsknecht_sword.png b/resources/landsknecht_sword.png new file mode 100644 index 00000000..0fc941bc Binary files /dev/null and b/resources/landsknecht_sword.png differ diff --git a/resources/pop-old.png b/resources/pop-old.png new file mode 100644 index 00000000..93eeb40a Binary files /dev/null and b/resources/pop-old.png differ diff --git a/resources/pop.png b/resources/pop.png index 93eeb40a..524cb982 100644 Binary files a/resources/pop.png and b/resources/pop.png differ diff --git a/resources/pop_light-old.png b/resources/pop_light-old.png new file mode 100644 index 00000000..d976fc42 Binary files /dev/null and b/resources/pop_light-old.png differ