diff --git a/.gitignore b/.gitignore index 5f6c2f0..d164e8c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *_strings.dat.txt result.txt strings.dat +*.*~ + diff --git a/debug/ABC.txt b/.trash/ABC.txt similarity index 100% rename from debug/ABC.txt rename to .trash/ABC.txt diff --git a/debug/Cyrillic_symbols.txt b/.trash/Cyrillic_symbols.txt similarity index 100% rename from debug/Cyrillic_symbols.txt rename to .trash/Cyrillic_symbols.txt diff --git a/notabenoidSplit.py b/.trash/notabenoidSplit.py similarity index 99% rename from notabenoidSplit.py rename to .trash/notabenoidSplit.py index 05ef532..58a398c 100644 --- a/notabenoidSplit.py +++ b/.trash/notabenoidSplit.py @@ -33,3 +33,4 @@ if __name__ == '__main__': print('Loading strings...', loadStrings()) print('Save strings for notabenoid...', saveStrings()) print('\nComplete!') + diff --git a/README.md b/README.md index 9410739..92c497e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Russian language pack for [Delver](http://www.delvergame.com/) -**Installing** -Drop `mods` folder next Delver executable file. +**(В процессе)** +![Delver](https://github.com/iiiypuk/delver-pack-ru-ru/raw/master/logo.png) # Notice -Translation progress is not finished. Waiting for release 1.0 :smirk: +Перевод ещё не закончен! :smirk: + +[![Подписаться в Steam](https://img.shields.io/badge/Подписаться-Steam-blue?style=for-the-badge)](https://steamcommunity.com/sharedfiles/filedetails/?id=1748324216) -# Steam Workshop page -[Subscribe](https://steamcommunity.com/sharedfiles/filedetails/?id=1748324216) diff --git a/TRANSLATE.md b/TRANSLATE.md new file mode 100644 index 0000000..75df2af --- /dev/null +++ b/TRANSLATE.md @@ -0,0 +1,3 @@ +# Как переводить и что к чему + + diff --git a/mods/delver-pack-ru-ru/ui/font.psd b/font/font.psd similarity index 100% rename from mods/delver-pack-ru-ru/ui/font.psd rename to font/font.psd diff --git a/mods/delver-pack-ru-ru/ui/pixel.fnt b/font/pixel.fnt similarity index 100% rename from mods/delver-pack-ru-ru/ui/pixel.fnt rename to font/pixel.fnt diff --git a/mods/delver-pack-ru-ru/ui/pixel.png b/font/pixel.png similarity index 100% rename from mods/delver-pack-ru-ru/ui/pixel.png rename to font/pixel.png diff --git a/makeStrings.py b/makeStrings.py index 25d95f1..199a2ca 100644 --- a/makeStrings.py +++ b/makeStrings.py @@ -39,3 +39,4 @@ def replaceStrings(): if __name__ == '__main__': replaceStrings() + diff --git a/mods/delver-pack-ru-ru/data/strings.dat b/mods/delver-pack-ru-ru/data/strings.dat deleted file mode 100644 index cf0a496..0000000 --- a/mods/delver-pack-ru-ru/data/strings.dat +++ /dev/null @@ -1 +0,0 @@ -{"screens.SplashScreen.pressKeyToStart": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Нажмите любую кнопку, чтобы начать", "comment": "Prompt shown once at the start of the game."}, "screens.MainMenuScreen.playButton": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Играть", "comment": "Text for the play button. This will start a new game."}, "screens.MainMenuScreen.cancelButton": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Отмена", "comment": "Text for the cancel button."}, "screens.MainMenuScreen.eraseButton": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Очистить", "comment": "Text for the erase button, which will delete the player's save game."}, "screens.MainMenuScreen.optionsButton": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Настройки", "comment": "Text for the options button, which will open the options menu."}, "screens.MainMenuScreen.selectSaveSlot": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Выберите слот сохранения", "comment": "Text prompt indicated the user should click a save slot."}, "screens.MainMenuScreen.newGameSaveSlot": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Новая игра", "comment": "Text shown on a save slot when the slot is empty."}, "screens.MainMenuScreen.errorSaveSlot": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ОШИБКА", "comment": "Text shown on a save slot when the slot data cannot be loaded."}, "screens.MainMenuScreen.missingModsWarning": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Отсутствуют модификации, которые могут потребоваться для игры в этом сохранении.{0}Загрузить в любом случае?", "comment": "Text shown in the modal when a save might not be playable."}, "screens.MainMenuScreen.eraseSaveWarning": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Вы уверены, что хотите удалить это сохранение?", "comment": "Text shown in the modal when you are erasing a save."}, "screens.MainMenuScreen.infoSaveSlot": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "{0} Уровень: {1}", "comment": "Text shown on a save slot. {0} is the name of the dungeon level. {1} is the number of the dungeon level."}, "screens.MainMenuScreen.finishedSaveSlot": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Поднялся на поверхность", "comment": "Text shown on a save slot after successfully beating the game."}, "screens.MainMenuScreen.deadSaveSlot": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Мертв", "comment": "Text shown on a save slot when the character is dead."}, "screens.MainMenuScreen.creatingDungeon": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "СОЗДАНИЕ ПОДЗЕМЕЛЬЯ", "comment": "Text shown in the bottom right when starting a new game."}, "screens.MainMenuScreen.loadingSaveSlot": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ЗАГРУЗКА", "comment": "Text shown in the bottom right when loading a save game."}, "screens.OptionsScreen.graphicsLow": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "НИЗКИЕ", "comment": "Text shown when graphics slider is all the way left."}, "screens.OptionsScreen.graphicsMedium": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "СРЕДНИЕ", "comment": "Text show when the graphics slider is in the middle."}, "screens.OptionsScreen.graphicsHigh": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ВЫСОКИЕ", "comment": "Text shown when the graphics slider is mostly right."}, "screens.OptionsScreen.graphicsUltra": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "УЛЬТРА", "comment": "Text shown when the graphics slider is all the way right."}, "screens.OptionsScreen.postProcessingLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Фильтр", "comment": "Text shown for the post processing filter label"}, "screens.OptionsScreen.postProcessingQualityLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Качество пост-обработки", "comment": "Text shown for the post processing quality label"}, "screens.OptionsScreen.antiAliasingLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Сглаживание (FXAA)", "comment": "FXAA Label"}, "screens.OptionsScreen.backButton": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Назад", "comment": "Text for back button, which goes to main menu."}, "screens.OptionsScreen.inputButton": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Ввод", "comment": "Text for input button, which opens the input screen."}, "screens.OptionsScreen.headerLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Настройки игры", "comment": "Text for the screen title."}, "screens.OptionsScreen.uiSizeLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Размер интерфейса ", "comment": "Label for UI size slider."}, "screens.OptionsScreen.showHudLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Показывать интерфейс ", "comment": "Label for UI size slider."}, "screens.OptionsScreen.headBobLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Покачивание камеры ", "comment": "Label for head bob checkbox."}, "screens.OptionsScreen.musicVolumeLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Громкость музыки", "comment": "Label for music volume slider."}, "screens.OptionsScreen.soundVolumeLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Громкость звуков", "comment": "Label for sound volume slider."}, "screens.OptionsScreen.graphicsDetailLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Детализация", "comment": "Label for graphics detail slider."}, "screens.OptionsScreen.particleDensityLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Количество частиц", "comment": "Label for particle density slider."}, "screens.OptionsScreen.shadowsLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Тени", "comment": "Label for shadow checkbox."}, "screens.OptionsScreen.fovLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Угол обзора", "comment": "Label for field of view slider."}, "screens.OptionsScreen.fullscreenLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Полный экран", "comment": "Label for fullscreen toggle."}, "screens.OptionsScreen.uiSizeOffLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ВЫКЛ", "comment": "Label for when the ui size is turned down to off."}, "screens.OptionsScreen.readableActions.USE": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ИСПОЛЬЗОВАТЬ", "comment": "Label for key bind action."}, "screens.OptionsScreen.readableActions.ATTACK": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "АТАКОВАТЬ", "comment": "Label for key bind action."}, "screens.OptionsScreen.readableActions.DROP": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ВЫБРОСИТЬ", "comment": "Label for key bind action."}, "screens.OptionsScreen.readableActions.INVENTORY": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ИНВЕНТАРЬ", "comment": "Label for key bind action."}, "screens.OptionsScreen.readableActions.ITEM NEXT": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "СЛЕДУЮЩИЙ ПРЕДМЕТ", "comment": "Label for key bind action."}, "screens.OptionsScreen.readableActions.ITEM PREVIOUS": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ПРЕДЫДУЩИЙ ПРЕДМЕТ", "comment": "Label for key bind action."}, "screens.OptionsScreen.readableActions.MAP": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "КАРТА", "comment": "Label for key bind action."}, "screens.OptionsScreen.readableActions.FORWARD": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ВПЕРЕД", "comment": "Label for key bind action."}, "screens.OptionsScreen.readableActions.BACKWARD": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "НАЗАД", "comment": "Label for key bind action."}, "screens.OptionsScreen.readableActions.STRAFE LEFT": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ВЛЕВО", "comment": "Label for key bind action."}, "screens.OptionsScreen.readableActions.STRAFE RIGHT": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ВПРАВО", "comment": "Label for key bind action."}, "screens.OptionsScreen.readableActions.TURN LEFT": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ПОВЕРНУТЬ НАЛЕВО", "comment": "Label for key bind action."}, "screens.OptionsScreen.readableActions.TURN RIGHT": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ПОВЕРНУТЬ НАПРАВО", "comment": "Label for key bind action."}, "screens.OptionsScreen.readableActions.LOOK UP": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ПОСМОТРЕТЬ ВВЕРХ", "comment": "Label for key bind action."}, "screens.OptionsScreen.readableActions.LOOK DOWN": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ПОСМОТРЕТЬ ВНИЗ", "comment": "Label for key bind action."}, "screens.OptionsScreen.readableActions.JUMP": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ПРЫЖОК", "comment": "Label for key bind action."}, "screens.OptionsScreen.readableActions.PAUSE": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ПАУЗА", "comment": "Label for key bind action."}, "screens.OptionsInputScreen.backButton": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Назад", "comment": "Text for back button, which goes back to options screen."}, "screens.OptionsInputScreen.keysButton": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Клавиши", "comment": "Text for the keys button, which opens the key binding screen."}, "screens.OptionsInputScreen.gamepadButton": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": " Контроллер ", "comment": "Text for the gamepad button, which opens the gamepad binding screen."}, "screens.OptionsInputScreen.headerLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Настройки ввода", "comment": "Text for the input options screen title."}, "screens.OptionsScreen.lookXLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Горизонтальная чувствительность", "comment": "Label for the mouse x-axis sensitivity slider."}, "screens.OptionsScreen.lookYLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Вертикальная чувствительность", "comment": "Label for the mouse y-axis sensitivity slider."}, "screens.OptionsScreen.invertLookLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Инвертировать мышь", "comment": "Label for the invert look toggle."}, "screens.OptionsScreen.mouseButton1Label": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ЛКМ", "comment": "Label for mouse button. Used for assigning to bindings."}, "screens.OptionsScreen.mouseButton2Label": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ПКМ", "comment": "Label for mouse button. Used for assigning to bindings."}, "screens.OptionsScreen.mouseButton3Label": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "СКМ", "comment": "Label for mouse button. Used for assigning to bindings."}, "screens.OptionsScreen.mouseScrollLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Колесико мыши", "comment": "Label for scroll wheel toggle."}, "screens.OptionsKeysScreen.keyboardControlsLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Клавиатура", "comment": "Text for back button, which goes back to the input options screen."}, "screens.OptionsKeysScreen.backButton": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Назад", "comment": "Text for back button, which goes back to the input options screen."}, "screens.OptionsKeysScreen.pressKeyLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Нажмите а для: {0}", "comment": "Message prompt shown when player is rebinding a key. {0} is the action. e.g. USE"}, "screens.OptionsKeysScreen.pressEscToCancelLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Нажмите Esc для отмены", "comment": "Cancel prompt shown when player is rebinding a key."}, "screens.LoadingScreen.loadingLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ЗАГРУЗКА", "comment": "Label shown when game is loading."}, "screens.LevelChangeScreen.levelChangeLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Изменение яруса", "comment": "Label shown when game loading the next level."}, "screens.GameOverScreen.win_text_0": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "", "comment": "One of many possibly text snippets shown on the win screen."}, "screens.GameOverScreen.win_text_1": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "", "comment": "One of many possibly text snippets shown on the win screen."}, "screens.GameOverScreen.win_text_2": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "", "comment": "One of many possibly text snippets shown on the win screen."}, "screens.GameOverScreen.win_text_3": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "", "comment": "One of many possibly text snippets shown on the win screen."}, "screens.GameOverScreen.win_text_4": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "", "comment": "One of many possibly text snippets shown on the win screen."}, "screens.GameOverScreen.win_text_5": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "", "comment": "One of many possibly text snippets shown on the win screen."}, "screens.GameOverScreen.win_text_6": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "", "comment": "One of many possibly text snippets shown on the win screen."}, "screens.GameOverScreen.win_text_7": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "", "comment": "One of many possibly text snippets shown on the win screen."}, "screens.GameOverScreen.delverEscapedText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "", "comment": "Shown on the win screen."}, "screens.GameOverScreen.recoveredOrbText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "", "comment": "Shown on the win screen."}, "screens.GameOverScreen.goodbyeDelverText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ПРОЩАЙ DELVER", "comment": "Shown on the game over screen."}, "screens.GameOverScreen.betterLuckText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "УДАЧИ В СЛЕДУЮЩЕЙ ЖИЗНИ", "comment": "Shown on the game over screen."}, "screens.GameOverScreen.tutorialText1": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Смерть - это не конец,это начало.", "comment": "Shown on the game over screen once."}, "screens.GameOverScreen.tutorialText2": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "", "comment": "Shown on the game over screen once."}, "screens.GameOverScreen.playtimeStatLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ВРЕМЯ ИГРЫ: ", "comment": ""}, "screens.GameOverScreen.goldStatLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ЗАРАБОТАНО ЗОЛОТА: ", "comment": ""}, "screens.GameOverScreen.killsStatLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "МОНСТРОВ УБИТО: ", "comment": ""}, "screens.GameOverScreen.damageStatLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ПОЛУЧЕНО УРОНА: ", "comment": ""}, "screens.GameOverScreen.potionsStatLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ВЫПИТО ЗЕЛИЙ: ", "comment": ""}, "screens.GameOverScreen.foodStatLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "СЪЕДЕНО ПИЩИ: ", "comment": ""}, "screens.GameOverScreen.scrollsStatLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ИСПОЛЬЗОВАНО СВИТКОВ: ", "comment": ""}, "screens.GameOverScreen.trapsStatLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "АКТИВИРОВАНО ЛОВУШЕК: ", "comment": ""}, "screens.GameOverScreen.secretsStatLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "НАЙДЕНО СЕКРЕТОВ: ", "comment": ""}, "overlays.LevelUpOverlay.levelUpLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Уровень повышен!", "comment": ""}, "overlays.LevelUpOverlay.chooseYourFateLabel": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Choose your fate", "comment": ""}, "overlays.LevelUpOverlay.ATTACK": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "+1 к АТАКЕ", "comment": "Shown at the top of the level up card."}, "overlays.LevelUpOverlay.SPEED": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "+1 К СКОРОСТИ", "comment": "Shown at the top of the level up card."}, "overlays.LevelUpOverlay.HEALTH": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "+1 К ЗДОРОВЬЮ", "comment": "Shown at the top of the level up card."}, "overlays.LevelUpOverlay.MAGIC": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "+1 К МАГИИ", "comment": "Shown at the top of the level up card."}, "overlays.LevelUpOverlay.AGILITY": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "+1 К ЛОВКОСТИ", "comment": "Shown at the top of the level up card."}, "overlays.LevelUpOverlay.DEFENSE": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "+1 К ЗАЩИТЕ", "comment": "Shown at the top of the level up card."}, "overlays.MessageOverlay.nextButton": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ДАЛЬШЕ", "comment": "Text for next button on the message overlay. Advances to the next page."}, "overlays.MessageOverlay.closeButton": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ЗАКРЫТЬ", "comment": "Text for the close button on the message overlay."}, "overlays.PauseOverlay.backButton": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Назад", "comment": "Text for the back button on the pause screen. Goes back to playing the game."}, "overlays.PauseOverlay.quitButton": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Выйти", "comment": "Text for the quit button on the pause screen. Returns to the main menu."}, "overlays.PauseOverlay.optionsButton": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Настройки", "comment": "Text for the options button on the pause screen. Goes to the options menu."}, "overlays.PauseOverlay.pauseHeader": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Приостановлено", "comment": "Header text shown on the pause menu."}, "overlays.ShopPause.emptyText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Nothing left for sale right now. Come back later!", "comment": "Empty shop text."}, "overlays.ShopPause.titleText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "BUY SOMETHING", "comment": "Default shop title. Used for the mysterious merchant."}, "overlays.ShopPause.descriptionText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "WILL YA?", "comment": "Default shop description text. Used for the mysterious merchant."}, "overlays.ShopPause.totalText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Итого", "comment": "Text shown on the shop table for the total gold being spent."}, "overlays.ShopPause.yourGoldText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Ваше золото", "comment": "Text shown on the shop table for the players total gold."}, "overlays.ShopPause.doneButton": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Готово", "comment": "Text shown on the shop table for the players total gold."}, "overlays.CharacterOverlay.attributesTitle": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Attributes", "comment": "Shown in the character screen for the 'Attributes' title."}, "overlays.CharacterOverlay.statisticsTitle": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Статистика", "comment": "Shown in the character screen for the 'Statistics' title."}, "overlays.CharacterOverlay.playerTitle": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Игрок", "comment": "Shown in the character screen for the 'Player' title."}, "overlays.ShopPause.buyText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Купить", "comment": "Text shown in the shop table in place of an items price. This indicates the player has selected the item to purchase."}, "entities.Door.stuckText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ЗАКЛИНИЛО", "comment": "Text shown when a door is stuck shut, and can be broken open."}, "entities.Door.unlockedText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ОТКРЫТО", "comment": "Text shown when a door unlocked."}, "entities.Door.lockedText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ЗАКРЫТО", "comment": "Text shown when a door is locked and a key is needed to open it."}, "entities.Door.opensElsewhereText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "НЕОБХОДИМО ОТКРЫТЬВ ДРУГОМ МЕСТЕ", "comment": "Text shown when a door is stuck shut and must be opened through a trigger."}, "entities.Door.openUseText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ОТКРЫТЬ", "comment": "Use text to open the door."}, "entities.Door.closeUseText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ЗАКРЫТЬ", "comment": "Use text to close the door."}, "entities.Door.mobileUseText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ИСПОЛЬЗОВАТЬ: {0}", "comment": "Text shown on mobile instead of key binding. {0} is the use text (OPEN/CLOSE)."}, "entities.Item.itemConditionBroken": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Сломанный", "comment": ""}, "entities.Item.itemConditionWorn": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Изношенный", "comment": ""}, "entities.Item.itemConditionNormal": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Normal", "comment": ""}, "entities.Item.itemConditionFine": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Хороший", "comment": ""}, "entities.Item.itemConditionExcellent": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Отличный", "comment": ""}, "entities.Item.mobileUseMessageText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "USE: GET {0}", "comment": "Use message shown on mobile in place of key binding. {0} is the item name."}, "entities.Item.noRoomText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NO ROOM", "comment": "Text show when player attempts to pick up an item when inventory is full."}, "entities.Item.itemNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "{0} {1} {2} {3}", "comment": "Text shown for items. E.g. King's Excellent Sword of the Rabbit. {0} is the prefix enchantment. {1} is the item condition. {2} is the item name. {3} is the postfix enchantment. Note any extra white space will be stripped."}, "entities.Item.unidentifiedIndicatorText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "???", "comment": "Text shown for unidentified items."}, "entities.Item.modificationInfoSpeedText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Скорость", "comment": ""}, "entities.Item.modificationInfoHealthText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Health", "comment": ""}, "entities.Item.modificationInfoAgilityText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Ловкость", "comment": ""}, "entities.Item.modificationInfoDefenseText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Защита", "comment": ""}, "entities.Item.modificationInfoMagicText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Magic", "comment": ""}, "entities.Item.modificationInfoAttackText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Attack", "comment": ""}, "entities.Item.modificationInfoKnockbackText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Отбрасывание", "comment": ""}, "entities.Item.modificationInfoAttackSpeedText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Attack Speed", "comment": ""}, "entities.Item.modificationInfoMagicResistText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Magic Resist", "comment": ""}, "entities.Player.mobileUseText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "USE", "comment": "Text shown on a mobile device in place of a key binding."}, "entities.Player.getItemText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "{0}: ВЗЯТЬ {1}", "comment": "Text shown when player is looking at an item. {0} is the key binding. {1} is the name of the item."}, "entities.Player.useText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "{0}: {1}", "comment": "Text shown when player is looking at a usable object. {0} is the key binding. {1} is the use verb of the object."}, "entities.Player.exitDungeonText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "{0}: EXIT DUNGEON", "comment": "Text shown when player is looking at the dungeon exit. {0} is the key binding."}, "entities.Player.weaponAttackText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "{0} - {1}", "comment": "Text shown for the damage range of the player's wielded weapon. {0} is the minimum damage. {1} is the maximum damage."}, "entities.Stairs.mobileUseText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "USE {0}", "comment": "Text shown on a mobile device. {0} is the direction (Up/Down)."}, "entities.Stairs.direction.UP": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "UP", "comment": "Text shown when a player is looking at the up stairs."}, "entities.Stairs.direction.DOWN": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "DOWN", "comment": "Text shown when a player is looking at the down stairs."}, "entities.Trigger.defaultUseVerb": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "USE", "comment": ""}, "entities.Trigger.mobileUseText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "USE", "comment": "Text shown on a mobile device instead of a key binding."}, "entities.Trigger.useText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "{0}: {1}", "comment": "Text shown when a player is looking at a trigger. {0} is the key binding. {1} is the use verb."}, "game.Game.errorLoadingDataText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ERROR LOADING {0}", "comment": "Text shown when a resource fails to load. {0} is the name of the file."}, "game.Game.startingPantsNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Pants", "comment": "The name of the pants the player starts the game with."}, "game.Game.cannotLeaveText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "CANNOT LEAVE WITHOUT THE ORB,THE DOOR IS STUCK.", "comment": "Text shown when the player attempts to leave the dungeon without the orb."}, "game.Game.loadErrorText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "LOAD ERROR", "comment": "Text shown when something unexpected has happened during level load."}, "game.Game.levelNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "УРОВЕНЬ {0}", "comment": "Text shown for the floor name. This is a fallback if no name is provided."}, "gfx.GlRenderer.AttackText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "АТК: {0}", "comment": "Text shown on the inventory screen for player's attack values."}, "gfx.GlRenderer.ArmorClassText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ЗАЩ: {0}", "comment": "Text shown on the inventory screen for player's defense values."}, "gfx.GlRenderer.LevelText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Уровень {0}", "comment": "Text shown on the inventory screen for player's level."}, "gfx.GlRenderer.ExperienceText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Опыт: {0}/{1}", "comment": "Text shown on the inventory screen for player's experience. {0} is the current amount of experience. {1} is the amount needed to acquire the next level."}, "gfx.GlRenderer.GoldText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Золото: {0}", "comment": "Text shown on the inventory screen for player's gold."}, "input.ReadableKeys.keyNames.A": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "A", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.ALT_LEFT": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ALT_LEFT", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.ALT_RIGHT": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ALT_RIGHT", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.ANY_KEY": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ANY_KEY", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.APOSTROPHE": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "APOSTROPHE", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.AT": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "AT", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.B": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "B", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.BACK": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "BACK", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.BACKSLASH": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "BACKSLASH", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.BACKSPACE": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "BACKSPACE", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.BUTTON_A": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "BUTTON_A", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.BUTTON_B": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "BUTTON_B", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.BUTTON_C": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "BUTTON_C", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.BUTTON_CIRCLE": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "BUTTON_CIRCLE", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.BUTTON_L1": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "BUTTON_L1", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.BUTTON_L2": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "BUTTON_L2", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.BUTTON_MODE": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "BUTTON_MODE", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.BUTTON_R1": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "BUTTON_R1", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.BUTTON_R2": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "BUTTON_R2", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.BUTTON_SELECT": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "BUTTON_SELECT", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.BUTTON_START": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "BUTTON_START", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.BUTTON_THUMBL": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "BUTTON_THUMBL", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.BUTTON_THUMBR": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "BUTTON_THUMBR", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.BUTTON_X": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "BUTTON_X", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.BUTTON_Y": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "BUTTON_Y", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.BUTTON_Z": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "BUTTON_Z", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.C": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "C", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.CALL": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "CALL", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.CAMERA": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "CAMERA", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.CENTER": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "CENTER", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.CLEAR": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "CLEAR", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.COLON": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "COLON", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.COMMA": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "COMMA", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.CONTROL_LEFT": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "CONTROL_LEFT", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.CONTROL_RIGHT": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "CONTROL_RIGHT", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.D": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "D", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.DEL": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "DEL", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.DOWN": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "DOWN", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.E": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "E", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.END": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "END", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.ENDCALL": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ENDCALL", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.ENTER": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ENTER", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.ENVELOPE": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ENVELOPE", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.EQUALS": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "EQUALS", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.ESCAPE": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ESCAPE", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.EXPLORER": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "EXPLORER", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.F": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "F", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.F1": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "F1", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.F10": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "F10", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.F11": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "F11", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.F12": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "F12", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.F2": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "F2", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.F3": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "F3", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.F4": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "F4", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.F5": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "F5", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.F6": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "F6", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.F7": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "F7", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.F8": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "F8", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.F9": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "F9", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.FOCUS": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "FOCUS", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.FORWARD_DEL": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "FORWARD_DEL", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.G": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "G", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.GRAVE": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "GRAVE", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.H": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "H", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.HEADSETHOOK": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "HEADSETHOOK", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.HOME": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "HOME", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.I": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "I", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.INSERT": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "INSERT", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.J": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "J", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.K": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "K", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.L": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "L", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.LEFT": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "LEFT", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.LEFT_BRACKET": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "LEFT_BRACKET", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.M": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "M", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.MEDIA_FAST_FORWARD": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "MEDIA_FAST_FORWARD", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.MEDIA_NEXT": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "MEDIA_NEXT", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.MEDIA_PLAY_PAUSE": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "MEDIA_PLAY_PAUSE", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.MEDIA_PREVIOUS": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "MEDIA_PREVIOUS", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.MEDIA_REWIND": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "MEDIA_REWIND", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.MEDIA_STOP": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "MEDIA_STOP", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.MENU": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "MENU", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.MINUS": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "MINUS", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.MUTE": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "MUTE", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.N": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "N", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.NOTIFICATION": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NOTIFICATION", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.NUM": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NUM", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.NUM_0": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NUM_0", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.NUM_1": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NUM_1", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.NUM_2": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NUM_2", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.NUM_3": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NUM_3", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.NUM_4": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NUM_4", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.NUM_5": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NUM_5", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.NUM_6": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NUM_6", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.NUM_7": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NUM_7", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.NUM_8": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NUM_8", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.NUM_9": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NUM_9", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.NUMPAD_0": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NUMPAD_0", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.NUMPAD_1": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NUMPAD_1", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.NUMPAD_2": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NUMPAD_2", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.NUMPAD_3": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NUMPAD_3", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.NUMPAD_4": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NUMPAD_4", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.NUMPAD_5": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NUMPAD_5", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.NUMPAD_6": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NUMPAD_6", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.NUMPAD_7": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NUMPAD_7", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.NUMPAD_8": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NUMPAD_8", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.NUMPAD_9": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NUMPAD_9", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.O": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "O", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.P": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "P", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.PAGE_DOWN": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "PAGE_DOWN", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.PAGE_UP": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "PAGE_UP", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.PERIOD": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "PERIOD", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.PICTSYMBOLS": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "PICTSYMBOLS", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.PLUS": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "PLUS", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.POUND": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "POUND", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.POWER": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "POWER", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.Q": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Q", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.R": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "R", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.RIGHT": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "RIGHT", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.RIGHT_BRACKET": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "RIGHT_BRACKET", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.S": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "S", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.SEARCH": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "SEARCH", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.SEMICOLON": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "SEMICOLON", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.SHIFT_LEFT": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "SHIFT_LEFT", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.SHIFT_RIGHT": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "SHIFT_RIGHT", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.SLASH": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "SLASH", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.SOFT_LEFT": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "SOFT_LEFT", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.SOFT_RIGHT": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "SOFT_RIGHT", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.SPACE": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "SPACE", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.STAR": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "STAR", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.SWITCH_CHARSET": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "SWITCH_CHARSET", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.SYM": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "SYM", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.T": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "T", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.TAB": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "TAB", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.U": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "U", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.UNKNOWN": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "UNKNOWN", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.UP": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "UP", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.V": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "V", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.VOLUME_DOWN": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "VOLUME_DOWN", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.VOLUME_UP": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "VOLUME_UP", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.W": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "W", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.X": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "X", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.Y": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Y", "comment": "Label for key bind key."}, "input.ReadableKeys.keyNames.Z": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Z", "comment": "Label for key bind key."}, "items.Bow.defaultName": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "BOW", "comment": ""}, "items.Bow.damageRangeText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "{0} to {1} {2}", "comment": "{0} is the minimum damage. {1} is the maximum damage. {2} is the damage type."}, "items.Bow.elementalDamageText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "{0} {1}", "comment": "{0} is the amount of damage. {1} is the damage type."}, "items.Bow.rangeText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Range {0}", "comment": "{0} length of the range in world units."}, "items.Elixer.defaultNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Strange Elixer", "comment": ""}, "items.Food.defaultNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Food", "comment": ""}, "items.Food.eatFoodText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Yum", "comment": ""}, "items.Food.drinkBoozeText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "You feel warm", "comment": ""}, "items.Food.infoText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Съедобно", "comment": ""}, "items.Gold.defaultNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Золото", "comment": "Text shown when the player looks a gold item. {0} is the amount."}, "items.Gold.goldItemText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "{0} золота", "comment": "Text shown when the player looks a gold item. {0} is the amount."}, "items.Gun.defaultNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ОРУЖИЕ", "comment": ""}, "items.Gun.infoText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "{0} AMMO", "comment": ""}, "items.ItemStack.defaultNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "STACK", "comment": ""}, "items.ItemStack.infoText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "X {0}", "comment": "Text shown for item's information text. {0} is the item information of the stack. {1} is the count of the stack."}, "items.Missile.defaultNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ARROW", "comment": ""}, "items.Missile.noRoomText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NO ROOM", "comment": "Text shown when attempting to pick up a missile when the inventory is full."}, "items.Note.ellipsisText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "...", "comment": "Shown when a note has no text."}, "items.Potion.defaultNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Зелье", "comment": "Default name for a potion if none is defined."}, "items.Potion.healDisplayText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "You feel better", "comment": "Text shown when potion is drank."}, "items.Potion.poisonDisplayText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "It burns!", "comment": "Text shown when potion is drank."}, "items.Potion.maxHealDisplayText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "You feel restored", "comment": "Text shown when potion is drank. Health is completely restored."}, "items.Potion.restoreDisplayText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Ням-ням!", "comment": "Text shown when potion is drank. Used for cola."}, "items.Potion.magicShieldDisplayText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "You feel arcane", "comment": "Text shown when potion is drank."}, "items.Potion.magicShieldStatusEffectNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Magic Shield", "comment": "Text shown in the status display for the effect."}, "items.Potion.ironSkinDisplayText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "You feel numb", "comment": "Text shown when potion is drank."}, "items.Potion.ironSkinStatusEffectNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Железная кожа", "comment": "Text shown in the status display for the effect."}, "items.Potion.paralyzeDisplayText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "You feel stuck", "comment": "Text shown when potion is drank."}, "items.Potion.discoverDisplayText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "That must be {0}", "comment": "Text shown when the player identifies the potion's effect. {0} is the status effect name."}, "items.Potion.unidentifiedInfoText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "???", "comment": "Text shown for potion name if not identified."}, "items.Potion.healingNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Healing", "comment": ""}, "items.Potion.poisonNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Poison", "comment": ""}, "items.Potion.restorationNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Restoration", "comment": ""}, "items.Potion.colaNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Cola", "comment": ""}, "items.Potion.magicShieldNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Resist Magic", "comment": ""}, "items.Potion.ironSkinNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Железная кожа", "comment": ""}, "items.Potion.paralyzeNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Paralyzation", "comment": ""}, "items.Potion.unknownNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "???", "comment": "Name text for a potion of unknown type. This only happens when something goes wrong."}, "items.QuestItem.defaultNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "YITHIDIAN ORB", "comment": ""}, "items.QuestItem.noRoomText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NO ROOM", "comment": "Text shown when attempting to pick up the orb and the inventory is full."}, "items.QuestItem.gotItemText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "GOT {0}", "comment": "Text shown when the quest item is acquired for the first time. {0} is the name of the item."}, "items.QuestItem.escapeMessageText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "GOT THE YITHIDIAN ORBNOW RETURN TO THE SURFACEAND ESCAPE!", "comment": "Shown after the gotItemText. Will start a new line on \n."}, "items.Scroll.nothingHappensText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NOTHING HAPPENS", "comment": "Text shown when something has gone wrong with the scroll."}, "items.Wand.defaultNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Wand", "comment": ""}, "items.Wand.infoText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "{0} charges", "comment": ""}, "items.Weapon.damageType.PHYSICAL": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "DMG", "comment": ""}, "items.Weapon.damageType.MAGIC": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "MAGIC", "comment": ""}, "items.Weapon.damageType.FIRE": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "FIRE", "comment": ""}, "items.Weapon.damageType.ICE": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ICE", "comment": ""}, "items.Weapon.damageType.LIGHTNING": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "LIGHTNING", "comment": ""}, "items.Weapon.damageType.POISON": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "POISON", "comment": ""}, "items.Weapon.damageType.HEALING": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "HEALING", "comment": ""}, "items.Weapon.damageType.PARALYZE": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "PARALYZE", "comment": ""}, "items.Weapon.damageType.VAMPIRE": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "VAMPYRIC", "comment": ""}, "items.Weapon.damageRangeText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "{0} to {1} {2}", "comment": "{0} is the minimum damage. {1} is the maximum damage. {2} is the damage type."}, "items.Weapon.elementalDamageText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "{0} {1}", "comment": "{0} is the amount of damage. {1} is the damage type."}, "items.Weapon.twoHandedText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Two Handed", "comment": "Text shown on item information if it is wielded with two hands."}, "statuseffects.DrunkEffect.defaultNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Disoriented", "comment": ""}, "statuseffects.InvisibilityEffect.defaultNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Invisible", "comment": ""}, "statuseffects.LevitateEffect.defaultNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Levitate", "comment": ""}, "statuseffects.BurningEffect.defaultNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Burning", "comment": ""}, "statuseffects.ParalyzeEffect.defaultNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Paralyze", "comment": ""}, "statuseffects.PoisonEffect.defaultNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Poison", "comment": ""}, "statuseffects.RestoreHealthEffect.defaultNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Restore Health", "comment": ""}, "statuseffects.SlowEffect.defaultNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Slow", "comment": ""}, "statuseffects.SpeedEffect.defaultNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Haste", "comment": ""}, "statuseffects.StatusEffect.defaultNameText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "???", "comment": "Text shown when something is wrong with the status effect."}, "tiles.ExitTile.cannotLeaveText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "CANNOT LEAVE WITHOUT THE ORB,THE DOOR IS STUCK.", "comment": "Text shown when the player attempts to leave the dungeon without the orb."}, "triggers.ButtonModel.useVerbText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "PULL", "comment": "Text show to indicate the action that will be taken."}, "triggers.ButtonModel.useMobileText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "USE", "comment": "Text shown on a mobile device instead of a key binding."}, "triggers.ButtonModel.useText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "{0}: {1}", "comment": "{0} is the key binding. {1} is the use verb."}, "triggers.Trigger.useVerbs.ENTER DUNGEON": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ENTER DUNGEON", "comment": ""}, "triggers.Trigger.useVerbs.SHOP": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "SHOP", "comment": ""}, "triggers.Trigger.useVerbs.TALK": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "TALK", "comment": ""}, "triggers.Trigger.useVerbs.USE": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "USE", "comment": ""}, "triggers.TriggeredShop.titleText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "SHOP", "comment": ""}, "triggers.TriggeredShop.descriptionText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "BUY SOMETHING", "comment": ""}, "ui.Hud.noRoomText": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "NO ROOM", "comment": "Text show when player attempts to pick up an item when inventory is full."}, "Iron dagger": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Iron dagger", "comment": ""}, "Iron sword": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Iron sword", "comment": ""}, "Iron mace": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Iron mace", "comment": ""}, "Iron spiked mace": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Iron spiked mace", "comment": ""}, "Steel dagger": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Steel dagger", "comment": ""}, "Steel shortsword": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Steel shortsword", "comment": ""}, "Iron hammer": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Iron hammer", "comment": ""}, "Steel mace": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Steel mace", "comment": ""}, "Steel spiked mace": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Steel spiked mace", "comment": ""}, "Steel sword": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Steel sword", "comment": ""}, "Steel hammer": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Steel hammer", "comment": ""}, "Engraved dagger": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Engraved dagger", "comment": ""}, "Engraved shortsword": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Engraved shortsword", "comment": ""}, "Engraved sword": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Engraved sword", "comment": ""}, "Gilded mace": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Gilded mace", "comment": ""}, "Gilded spiked mace": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Gilded spiked mace", "comment": ""}, "Jeweled dagger": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Jeweled dagger", "comment": ""}, "Jeweled shortsword": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Jeweled shortsword", "comment": ""}, "Jeweled sword": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Драгоценный меч", "comment": ""}, "Gilded hammer": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Позолоченный молот", "comment": ""}, "Shortbow": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Shortbow", "comment": ""}, "ARROW": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ARROW", "comment": ""}, "Composite Bow": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Composite Bow", "comment": ""}, "Bow": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Bow", "comment": ""}, "Hunter's Bow": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Hunter's Bow", "comment": ""}, "Longbow": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Longbow", "comment": ""}, "Leather armor": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Leather armor", "comment": ""}, "Leather pants": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Leather pants", "comment": ""}, "Skullcap": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Skullcap", "comment": ""}, "Buckler": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Buckler", "comment": ""}, "Quilted leather armor": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Quilted leather armor", "comment": ""}, "Quilted leather pants": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Quilted leather pants", "comment": ""}, "Iron cap": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Железная крышка", "comment": ""}, "Ring of Protection": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Ring of Protection", "comment": ""}, "Amulet of Protection": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Amulet of Protection", "comment": ""}, "Amulet of Health": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Amulet of Health", "comment": ""}, "Ring mail": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Ring mail", "comment": ""}, "Ring mail greaves": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Ring mail greaves", "comment": ""}, "Iron pot": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Iron pot", "comment": ""}, "Chainmail": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Chainmail", "comment": ""}, "Chainmail greaves": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Chainmail greaves", "comment": ""}, "Chainmail coif": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Chainmail coif", "comment": ""}, "Round Shield": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Round Shield", "comment": ""}, "Amulet of Speed": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Amulet of Speed", "comment": ""}, "Ring of Health": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Ring of Health", "comment": ""}, "Steel mail": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Steel mail", "comment": ""}, "Steel greaves": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Steel greaves", "comment": ""}, "Steel helmet": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Steel helmet", "comment": ""}, "Ring of Speed": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Ring of Speed", "comment": ""}, "Platemail": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Platemail", "comment": ""}, "Platemail greaves": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Platemail greaves", "comment": ""}, "Steel armet": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Steel armet", "comment": ""}, "Heater Shield": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Heater Shield", "comment": ""}, "Scalemail": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Scalemail", "comment": ""}, "Scalemail greaves": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Scalemail greaves", "comment": ""}, "Ring of Greater Protection": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Ring of Greater Protection", "comment": ""}, "Amulet of Greater Protection": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Amulet of Greater Protection", "comment": ""}, "Amulet of the Wolf": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Amulet of the Wolf", "comment": ""}, "Jeweled platemail": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Gilded platemail", "comment": ""}, "Jeweled greaves": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Gilded greaves", "comment": ""}, "Jeweled helmet": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Gilded helmet", "comment": ""}, "Tower Shield": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Tower Shield", "comment": ""}, "Ring of the Wolf": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Ring of the Wolf", "comment": ""}, "Ring of Greater Health": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Ring of Greater Health", "comment": ""}, "Amulet of Greater Health": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Amulet of Greater Health", "comment": ""}, "Lesser missile wand": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Lesser missile wand", "comment": ""}, "Missile wand": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Missile wand", "comment": ""}, "Greater missile wand": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Greater missile wand", "comment": ""}, "Lesser fire wand": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Lesser fire wand", "comment": ""}, "Fire wand": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Fire wand", "comment": ""}, "Greater fire wand": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Greater fire wand", "comment": ""}, "Lesser ice wand": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Lesser ice wand", "comment": ""}, "Ice wand": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Ice wand", "comment": ""}, "Greater Ice wand": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Greater ice wand", "comment": ""}, "Storm wand": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Storm wand", "comment": ""}, "Paralyze wand": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Paralyze wand", "comment": ""}, "Red potion": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Red potion", "comment": ""}, "Blue potion": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Синее зелье", "comment": ""}, "Green potion": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Зеленое зелье", "comment": ""}, "Purple potion": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Пурпурное зелье", "comment": ""}, "Dark potion": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Темное зелье", "comment": ""}, "Gold potion": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Gold potion", "comment": ""}, "Bright potion": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Bright potion", "comment": ""}, "Scroll of Teleport": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Scroll of Teleport", "comment": ""}, "Scroll of Flame": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Scroll of Flame", "comment": ""}, "Scroll of Burning": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Scroll of Burning", "comment": ""}, "scroll of Blizzard": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "scroll of Blizzard", "comment": ""}, "scroll of Freezing": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "scroll of Freezing", "comment": ""}, "Scroll of Health": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Свиток здоровья", "comment": ""}, "Scroll of Greater Health": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Scroll of Greater Health", "comment": ""}, "Scroll of Resist Magic": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Свиток сопротивления магии", "comment": ""}, "Scroll of Haste": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Scroll of Haste", "comment": ""}, "Scroll of Enchant Weapon": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Scroll of Enchant Weapon", "comment": ""}, "Scroll of Enchant Armor": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Scroll of Enchant Armor", "comment": ""}, "Scroll of Identify": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Scroll of Identify", "comment": ""}, "Scroll of Discern Reality": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Scroll of Discern Reality", "comment": ""}, "Skull": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Skull", "comment": ""}, "Bones": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Bones", "comment": ""}, "Tankard": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Tankard", "comment": ""}, "Book": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Книга", "comment": ""}, "CANDLE": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Свеча", "comment": ""}, "Bread": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Хлеб", "comment": ""}, "Apple": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Яблоко", "comment": ""}, "Cheese": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Сыр", "comment": ""}, "Steak": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Стейк", "comment": ""}, "Meat": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Мясо", "comment": ""}, "Ale": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Эль", "comment": ""}, "Key": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Ключ", "comment": ""}, "of Haste": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "ускорения", "comment": ""}, "of Speed": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "скорости", "comment": ""}, "of Heft": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "of Heft", "comment": ""}, "of Force": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "of Force", "comment": ""}, "of Biting": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "of Biting", "comment": ""}, "of Fire": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "огня", "comment": ""}, "of Burning": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "of Burning", "comment": ""}, "of Ice": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "of Ice", "comment": ""}, "of Blizzard": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "of Blizzard", "comment": ""}, "of Paralyze": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "of Paralyze", "comment": ""}, "of the Arcane": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "of The Arcane", "comment": ""}, "of Storm": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "of Storm", "comment": ""}, "of the Tempest": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "of the Tempest", "comment": ""}, "of the Worm": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "of the Worm", "comment": ""}, "Quick": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Quick", "comment": ""}, "Balanced": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Balanced", "comment": ""}, "Glowing": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Glowing", "comment": ""}, "Protected": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Protected", "comment": ""}, "Blessed": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Blessed", "comment": ""}, "Unholy": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Unholy", "comment": ""}, "Cursed": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Cursed", "comment": ""}, "Light": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Light", "comment": ""}, "Nimble": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Nimble", "comment": ""}, "Fleet": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Fleet", "comment": ""}, "Heavy": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Heavy", "comment": ""}, "Unwieldly": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Unwieldly", "comment": ""}, "Coward's": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Coward's", "comment": ""}, "Drunk's": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Drunk's", "comment": ""}, "Demon's": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Demon's", "comment": ""}, "Fighter's": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Fighter's", "comment": ""}, "Brawler's": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Brawler's", "comment": ""}, "Knight's": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Knight's", "comment": ""}, "King's": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "King's", "comment": ""}, "of the Sloth": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "of the Sloth", "comment": ""}, "of the Turtle": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "of the Turtle", "comment": ""}, "of the Rabbit": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "of the Rabbit", "comment": ""}, "of the Snake": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "of the Snake", "comment": ""}, "of the Eagle": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "of the Eagle", "comment": ""}, "of Skill": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "of Skill", "comment": ""}, "of Precision": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "of Precision", "comment": ""}, "of intellect": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "of intellect", "comment": ""}, "of the Mind": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "of the Mind", "comment": ""}, "of Magic": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "of Magic", "comment": ""}, "Trite": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Trite", "comment": ""}, "Insipid": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Insipid", "comment": ""}, "Vapid": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Vapid", "comment": ""}, "Mage's": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Mage's", "comment": ""}, "Wizard's": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Wizard's", "comment": ""}, "Sorcerer's": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Sorcerer's", "comment": ""}, "screens.CharacterScreen.tooltips.health": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Increases maximum health points.", "comment": ""}, "screens.CharacterScreen.tooltips.magic": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Adds additional charges and damage to magic wands.", "comment": ""}, "screens.CharacterScreen.tooltips.speed": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Increases movement speed.", "comment": ""}, "screens.CharacterScreen.tooltips.attack": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Increases attack power with melee and ranged weapons.", "comment": ""}, "screens.CharacterScreen.tooltips.defense": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Reduces amount of damage taken when hit.", "comment": ""}, "screens.CharacterScreen.tooltips.agility": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Increases attack speed and movement speed while charging an attack.", "comment": ""}, "screens.CharacterScreen.tooltips.attack power": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Total amount of damage done for melee and ranged weapons.", "comment": ""}, "screens.CharacterScreen.tooltips.armor class": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Total amount of defense, reduces amount of damage taken when hit.", "comment": ""}, "screens.CharacterScreen.tooltips.level": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Increases maximum health points, increases attack power, and gives a chance to increase stats.", "comment": ""}, "screens.CharacterScreen.tooltips.xp": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Progress to next player level.", "comment": ""}, "screens.CharacterScreen.tooltips.gold": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Can be spent at vendors for items and upgrades. Persists between deaths.", "comment": ""}, "stats.xp": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Опыт", "comment": "Used in the UI when XP is displayed"}, "stats.speed": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Скорость", "comment": "Used in the UI when Speed is displayed"}, "stats.health": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Здоровье", "comment": "Used in the UI when Health is displayed"}, "stats.agility": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Agility", "comment": "Used in the UI when Agility is displayed"}, "stats.defense": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Defense", "comment": "Used in the UI when Defense is displayed"}, "stats.magic": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Magic", "comment": "Used in the UI when Magic is displayed"}, "stats.attack": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Attack", "comment": "Used in the UI when Attack is displayed"}, "stats.attack power": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Attack Power", "comment": "Used in the UI when Attack Power is displayed"}, "stats.armor class": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Класс брони", "comment": "Used in the UI when Armor Class is displayed"}, "screens.OptionsGamepadScreen.title": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Gamepad Controls", "comment": "Used in the Options UI for gamepads"}, "screens.OptionsGamepadScreen.entry": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Press / move the gamepad", "comment": "Used in the Options UI for gamepads"}, "apple.description": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Somehow, not moldy yet."}, "meat.description": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Of unknown origin but looks edible."}, "steak.description": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Looks tasty! Preserved with salt."}, "ale.description": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Might have gone bad. Still smells of hops."}, "bread.description": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Stale but filling."}, "cheese.description": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Sharp and pungent."}, "message.soulbound": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "A warm feeling touches your soul."}, "message.bagupgrade": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Your bag size increased!"}, "message.beltupgrade": {"class": "com.interrupt.dungeoneer.game.LocalizedString", "localizedName": "Your belt size increased!"}} \ No newline at end of file diff --git a/mods/delver-pack-ru-ru/data/strings_orig.dat b/mods/delver-pack-ru-ru/data/strings_orig.dat deleted file mode 100644 index 3c80c4e..0000000 --- a/mods/delver-pack-ru-ru/data/strings_orig.dat +++ /dev/null @@ -1,2853 +0,0 @@ -{ - "screens.SplashScreen.pressKeyToStart": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Press any key to start", - "comment": "Prompt shown once at the start of the game." - }, - "screens.MainMenuScreen.playButton": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Play", - "comment": "Text for the play button. This will start a new game." - }, - "screens.MainMenuScreen.cancelButton": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Cancel", - "comment": "Text for the cancel button." - }, - "screens.MainMenuScreen.eraseButton": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Erase", - "comment": "Text for the erase button, which will delete the player's save game." - }, - "screens.MainMenuScreen.optionsButton": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Options", - "comment": "Text for the options button, which will open the options menu." - }, - "screens.MainMenuScreen.selectSaveSlot": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Select Save Slot", - "comment": "Text prompt indicated the user should click a save slot." - }, - "screens.MainMenuScreen.newGameSaveSlot": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "New Game", - "comment": "Text shown on a save slot when the slot is empty." - }, - "screens.MainMenuScreen.errorSaveSlot": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "ERROR", - "comment": "Text shown on a save slot when the slot data cannot be loaded." - }, - "screens.MainMenuScreen.missingModsWarning": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Missing mods that might be required to play this save.\n\n{0}\nLoad anyway?", - "comment": "Text shown in the modal when a save might not be playable." - }, - "screens.MainMenuScreen.eraseSaveWarning": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Are you sure you want to delete this save file?", - "comment": "Text shown in the modal when you are erasing a save." - }, - "screens.MainMenuScreen.infoSaveSlot": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "{0} Lvl: {1}", - "comment": "Text shown on a save slot. {0} is the name of the dungeon level. {1} is the number of the dungeon level." - }, - "screens.MainMenuScreen.finishedSaveSlot": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Ascended", - "comment": "Text shown on a save slot after successfully beating the game." - }, - "screens.MainMenuScreen.deadSaveSlot": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Died", - "comment": "Text shown on a save slot when the character is dead." - }, - "screens.MainMenuScreen.creatingDungeon": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "CREATING DUNGEON", - "comment": "Text shown in the bottom right when starting a new game." - }, - "screens.MainMenuScreen.loadingSaveSlot": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "LOADING", - "comment": "Text shown in the bottom right when loading a save game." - }, - "screens.OptionsScreen.graphicsLow": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "LOW", - "comment": "Text shown when graphics slider is all the way left." - }, - "screens.OptionsScreen.graphicsMedium": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "MEDIUM", - "comment": "Text show when the graphics slider is in the middle." - }, - "screens.OptionsScreen.graphicsHigh": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "HIGH", - "comment": "Text shown when the graphics slider is mostly right." - }, - "screens.OptionsScreen.graphicsUltra": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "ULTRA", - "comment": "Text shown when the graphics slider is all the way right." - }, - "screens.OptionsScreen.postProcessingLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Post Filter", - "comment": "Text shown for the post processing filter label" - }, - "screens.OptionsScreen.postProcessingQualityLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Post Processing Quality", - "comment": "Text shown for the post processing quality label" - }, - "screens.OptionsScreen.antiAliasingLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Anti Aliasing (FXAA)", - "comment": "FXAA Label" - }, - "screens.OptionsScreen.backButton": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Back", - "comment": "Text for back button, which goes to main menu." - }, - "screens.OptionsScreen.inputButton": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Input", - "comment": "Text for input button, which opens the input screen." - }, - "screens.OptionsScreen.headerLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Game Options", - "comment": "Text for the screen title." - }, - "screens.OptionsScreen.uiSizeLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "UI Size ", - "comment": "Label for UI size slider." - }, - "screens.OptionsScreen.showHudLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Show Hud ", - "comment": "Label for UI size slider." - }, - "screens.OptionsScreen.headBobLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Head Bob ", - "comment": "Label for head bob checkbox." - }, - "screens.OptionsScreen.musicVolumeLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Music Volume", - "comment": "Label for music volume slider." - }, - "screens.OptionsScreen.soundVolumeLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Sound Volume", - "comment": "Label for sound volume slider." - }, - "screens.OptionsScreen.graphicsDetailLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Graphics Detail", - "comment": "Label for graphics detail slider." - }, - "screens.OptionsScreen.particleDensityLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Particle Amount", - "comment": "Label for particle density slider." - }, - "screens.OptionsScreen.shadowsLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Shadows ", - "comment": "Label for shadow checkbox." - }, - "screens.OptionsScreen.fovLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "FOV", - "comment": "Label for field of view slider." - }, - "screens.OptionsScreen.fullscreenLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Fullscreen", - "comment": "Label for fullscreen toggle." - }, - "screens.OptionsScreen.uiSizeOffLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "OFF", - "comment": "Label for when the ui size is turned down to off." - }, - "screens.OptionsScreen.readableActions.USE": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "USE", - "comment": "Label for key bind action." - }, - "screens.OptionsScreen.readableActions.ATTACK": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "ATTACK", - "comment": "Label for key bind action." - }, - "screens.OptionsScreen.readableActions.DROP": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "DROP", - "comment": "Label for key bind action." - }, - "screens.OptionsScreen.readableActions.INVENTORY": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "INVENTORY", - "comment": "Label for key bind action." - }, - "screens.OptionsScreen.readableActions.ITEM NEXT": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "ITEM NEXT", - "comment": "Label for key bind action." - }, - "screens.OptionsScreen.readableActions.ITEM PREVIOUS": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "ITEM PREVIOUS", - "comment": "Label for key bind action." - }, - "screens.OptionsScreen.readableActions.MAP": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "MAP", - "comment": "Label for key bind action." - }, - "screens.OptionsScreen.readableActions.FORWARD": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "FORWARD", - "comment": "Label for key bind action." - }, - "screens.OptionsScreen.readableActions.BACKWARD": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BACKWARD", - "comment": "Label for key bind action." - }, - "screens.OptionsScreen.readableActions.STRAFE LEFT": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "STRAFE LEFT", - "comment": "Label for key bind action." - }, - "screens.OptionsScreen.readableActions.STRAFE RIGHT": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "STRAFE RIGHT", - "comment": "Label for key bind action." - }, - "screens.OptionsScreen.readableActions.TURN LEFT": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "TURN LEFT", - "comment": "Label for key bind action." - }, - "screens.OptionsScreen.readableActions.TURN RIGHT": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "TURN RIGHT", - "comment": "Label for key bind action." - }, - "screens.OptionsScreen.readableActions.LOOK UP": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "LOOK UP", - "comment": "Label for key bind action." - }, - "screens.OptionsScreen.readableActions.LOOK DOWN": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "LOOK DOWN", - "comment": "Label for key bind action." - }, - "screens.OptionsScreen.readableActions.JUMP": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "JUMP", - "comment": "Label for key bind action." - }, - "screens.OptionsScreen.readableActions.PAUSE": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "PAUSE", - "comment": "Label for key bind action." - }, - "screens.OptionsInputScreen.backButton": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Back", - "comment": "Text for back button, which goes back to options screen." - }, - "screens.OptionsInputScreen.keysButton": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Keys", - "comment": "Text for the keys button, which opens the key binding screen." - }, - "screens.OptionsInputScreen.gamepadButton": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": " Gamepad ", - "comment": "Text for the gamepad button, which opens the gamepad binding screen." - }, - "screens.OptionsInputScreen.headerLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Input Options", - "comment": "Text for the input options screen title." - }, - "screens.OptionsScreen.lookXLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Look X", - "comment": "Label for the mouse x-axis sensitivity slider." - }, - "screens.OptionsScreen.lookYLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Look Y", - "comment": "Label for the mouse y-axis sensitivity slider." - }, - "screens.OptionsScreen.invertLookLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Invert Look", - "comment": "Label for the invert look toggle." - }, - "screens.OptionsScreen.mouseButton1Label": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Mouse Button 1", - "comment": "Label for mouse button. Used for assigning to bindings." - }, - "screens.OptionsScreen.mouseButton2Label": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Mouse Button 2", - "comment": "Label for mouse button. Used for assigning to bindings." - }, - "screens.OptionsScreen.mouseButton3Label": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Mouse Button 3", - "comment": "Label for mouse button. Used for assigning to bindings." - }, - "screens.OptionsScreen.mouseScrollLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Mouse Scroll", - "comment": "Label for scroll wheel toggle." - }, - "screens.OptionsKeysScreen.keyboardControlsLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Keyboard Controls", - "comment": "Text for back button, which goes back to the input options screen." - }, - "screens.OptionsKeysScreen.backButton": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Back", - "comment": "Text for back button, which goes back to the input options screen." - }, - "screens.OptionsKeysScreen.pressKeyLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Press a key for: {0}", - "comment": "Message prompt shown when player is rebinding a key. {0} is the action. e.g. USE" - }, - "screens.OptionsKeysScreen.pressEscToCancelLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Press Esc to cancel", - "comment": "Cancel prompt shown when player is rebinding a key." - }, - "screens.LoadingScreen.loadingLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "LOADING", - "comment": "Label shown when game is loading." - }, - "screens.LevelChangeScreen.levelChangeLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Changing Floor", - "comment": "Label shown when game loading the next level." - }, - "screens.GameOverScreen.win_text_0": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "", - "comment": "One of many possibly text snippets shown on the win screen." - }, - "screens.GameOverScreen.win_text_1": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "", - "comment": "One of many possibly text snippets shown on the win screen." - }, - "screens.GameOverScreen.win_text_2": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "", - "comment": "One of many possibly text snippets shown on the win screen." - }, - "screens.GameOverScreen.win_text_3": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "", - "comment": "One of many possibly text snippets shown on the win screen." - }, - "screens.GameOverScreen.win_text_4": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "", - "comment": "One of many possibly text snippets shown on the win screen." - }, - "screens.GameOverScreen.win_text_5": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "", - "comment": "One of many possibly text snippets shown on the win screen." - }, - "screens.GameOverScreen.win_text_6": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "", - "comment": "One of many possibly text snippets shown on the win screen." - }, - "screens.GameOverScreen.win_text_7": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "", - "comment": "One of many possibly text snippets shown on the win screen." - }, - "screens.GameOverScreen.delverEscapedText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "", - "comment": "Shown on the win screen." - }, - "screens.GameOverScreen.recoveredOrbText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "", - "comment": "Shown on the win screen." - }, - "screens.GameOverScreen.goodbyeDelverText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "GOODBYE DELVER", - "comment": "Shown on the game over screen." - }, - "screens.GameOverScreen.betterLuckText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BETTER LUCK NEXT LIFE", - "comment": "Shown on the game over screen." - }, - "screens.GameOverScreen.tutorialText1": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Death was not the end,\nit was a beginning.", - "comment": "Shown on the game over screen once." - }, - "screens.GameOverScreen.tutorialText2": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "", - "comment": "Shown on the game over screen once." - }, - "screens.GameOverScreen.playtimeStatLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "LIFETIME: ", - "comment": "" - }, - "screens.GameOverScreen.goldStatLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "GOLD EARNED: ", - "comment": "" - }, - "screens.GameOverScreen.killsStatLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "MONSTERS KILLED: ", - "comment": "" - }, - "screens.GameOverScreen.damageStatLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "DAMAGE TAKEN: ", - "comment": "" - }, - "screens.GameOverScreen.potionsStatLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "POTIONS DRANK: ", - "comment": "" - }, - "screens.GameOverScreen.foodStatLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "FOOD EATEN: ", - "comment": "" - }, - "screens.GameOverScreen.scrollsStatLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "SCROLLS USED: ", - "comment": "" - }, - "screens.GameOverScreen.trapsStatLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "TRAPS TRIPPED: ", - "comment": "" - }, - "screens.GameOverScreen.secretsStatLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "SECRETS FOUND: ", - "comment": "" - }, - "overlays.LevelUpOverlay.levelUpLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Level Up!", - "comment": "" - }, - "overlays.LevelUpOverlay.chooseYourFateLabel": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Choose your fate", - "comment": "" - }, - "overlays.LevelUpOverlay.ATTACK": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "+1 ATTACK", - "comment": "Shown at the top of the level up card." - }, - "overlays.LevelUpOverlay.SPEED": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "+1 SPEED", - "comment": "Shown at the top of the level up card." - }, - "overlays.LevelUpOverlay.HEALTH": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "+1 HEALTH", - "comment": "Shown at the top of the level up card." - }, - "overlays.LevelUpOverlay.MAGIC": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "+1 MAGIC", - "comment": "Shown at the top of the level up card." - }, - "overlays.LevelUpOverlay.AGILITY": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "+1 AGILITY", - "comment": "Shown at the top of the level up card." - }, - "overlays.LevelUpOverlay.DEFENSE": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "+1 DEFENSE", - "comment": "Shown at the top of the level up card." - }, - "overlays.MessageOverlay.nextButton": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NEXT", - "comment": "Text for next button on the message overlay. Advances to the next page." - }, - "overlays.MessageOverlay.closeButton": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "CLOSE", - "comment": "Text for the close button on the message overlay." - }, - "overlays.PauseOverlay.backButton": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Back", - "comment": "Text for the back button on the pause screen. Goes back to playing the game." - }, - "overlays.PauseOverlay.quitButton": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Quit", - "comment": "Text for the quit button on the pause screen. Returns to the main menu." - }, - "overlays.PauseOverlay.optionsButton": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Options", - "comment": "Text for the options button on the pause screen. Goes to the options menu." - }, - "overlays.PauseOverlay.pauseHeader": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Paused", - "comment": "Header text shown on the pause menu." - }, - "overlays.ShopPause.emptyText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Nothing left for sale right now. Come back later!", - "comment": "Empty shop text." - }, - "overlays.ShopPause.titleText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BUY SOMETHING", - "comment": "Default shop title. Used for the mysterious merchant." - }, - "overlays.ShopPause.descriptionText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "WILL YA?", - "comment": "Default shop description text. Used for the mysterious merchant." - }, - "overlays.ShopPause.totalText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Total", - "comment": "Text shown on the shop table for the total gold being spent." - }, - "overlays.ShopPause.yourGoldText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Your gold", - "comment": "Text shown on the shop table for the players total gold." - }, - "overlays.ShopPause.doneButton": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Done", - "comment": "Text shown on the shop table for the players total gold." - }, - "overlays.CharacterOverlay.attributesTitle": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Attributes", - "comment": "Shown in the character screen for the 'Attributes' title." - }, - "overlays.CharacterOverlay.statisticsTitle": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Statistics", - "comment": "Shown in the character screen for the 'Statistics' title." - }, - "overlays.CharacterOverlay.playerTitle": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Player", - "comment": "Shown in the character screen for the 'Player' title." - }, - "overlays.ShopPause.buyText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Buy", - "comment": "Text shown in the shop table in place of an items price. This indicates the player has selected the item to purchase." - }, - "entities.Door.stuckText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "STUCK", - "comment": "Text shown when a door is stuck shut, and can be broken open." - }, - "entities.Door.unlockedText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "UNLOCKED", - "comment": "Text shown when a door unlocked." - }, - "entities.Door.lockedText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "LOCKED", - "comment": "Text shown when a door is locked and a key is needed to open it." - }, - "entities.Door.opensElsewhereText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "MUST OPEN\nELSEWHERE", - "comment": "Text shown when a door is stuck shut and must be opened through a trigger." - }, - "entities.Door.openUseText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "OPEN", - "comment": "Use text to open the door." - }, - "entities.Door.closeUseText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "CLOSE", - "comment": "Use text to close the door." - }, - "entities.Door.mobileUseText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "USE: {0}", - "comment": "Text shown on mobile instead of key binding. {0} is the use text (OPEN/CLOSE)." - }, - "entities.Item.itemConditionBroken": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Broken", - "comment": "" - }, - "entities.Item.itemConditionWorn": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Worn", - "comment": "" - }, - "entities.Item.itemConditionNormal": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Normal", - "comment": "" - }, - "entities.Item.itemConditionFine": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Fine", - "comment": "" - }, - "entities.Item.itemConditionExcellent": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Excellent", - "comment": "" - }, - "entities.Item.mobileUseMessageText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "USE: GET {0}", - "comment": "Use message shown on mobile in place of key binding. {0} is the item name." - }, - "entities.Item.noRoomText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NO ROOM", - "comment": "Text show when player attempts to pick up an item when inventory is full." - }, - "entities.Item.itemNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "{0} {1} {2} {3}", - "comment": "Text shown for items. E.g. King's Excellent Sword of the Rabbit. {0} is the prefix enchantment. {1} is the item condition. {2} is the item name. {3} is the postfix enchantment. Note any extra white space will be stripped." - }, - "entities.Item.unidentifiedIndicatorText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "???", - "comment": "Text shown for unidentified items." - }, - "entities.Item.modificationInfoSpeedText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Speed", - "comment": "" - }, - "entities.Item.modificationInfoHealthText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Health", - "comment": "" - }, - "entities.Item.modificationInfoAgilityText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Agility", - "comment": "" - }, - "entities.Item.modificationInfoDefenseText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Defense", - "comment": "" - }, - "entities.Item.modificationInfoMagicText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Magic", - "comment": "" - }, - "entities.Item.modificationInfoAttackText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Attack", - "comment": "" - }, - "entities.Item.modificationInfoKnockbackText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Knockback", - "comment": "" - }, - "entities.Item.modificationInfoAttackSpeedText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Attack Speed", - "comment": "" - }, - "entities.Item.modificationInfoMagicResistText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Magic Resist", - "comment": "" - }, - "entities.Player.mobileUseText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "USE", - "comment": "Text shown on a mobile device in place of a key binding." - }, - "entities.Player.getItemText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "{0}: GET {1}", - "comment": "Text shown when player is looking at an item. {0} is the key binding. {1} is the name of the item." - }, - "entities.Player.useText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "{0}: {1}", - "comment": "Text shown when player is looking at a usable object. {0} is the key binding. {1} is the use verb of the object." - }, - "entities.Player.exitDungeonText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "{0}: EXIT DUNGEON", - "comment": "Text shown when player is looking at the dungeon exit. {0} is the key binding." - }, - "entities.Player.weaponAttackText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "{0} - {1}", - "comment": "Text shown for the damage range of the player's wielded weapon. {0} is the minimum damage. {1} is the maximum damage." - }, - "entities.Stairs.mobileUseText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "USE {0}", - "comment": "Text shown on a mobile device. {0} is the direction (Up/Down)." - }, - "entities.Stairs.direction.UP": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "UP", - "comment": "Text shown when a player is looking at the up stairs." - }, - "entities.Stairs.direction.DOWN": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "DOWN", - "comment": "Text shown when a player is looking at the down stairs." - }, - "entities.Trigger.defaultUseVerb": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "USE", - "comment": "" - }, - "entities.Trigger.mobileUseText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "USE", - "comment": "Text shown on a mobile device instead of a key binding." - }, - "entities.Trigger.useText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "{0}: {1}", - "comment": "Text shown when a player is looking at a trigger. {0} is the key binding. {1} is the use verb." - }, - "game.Game.errorLoadingDataText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "ERROR LOADING {0}", - "comment": "Text shown when a resource fails to load. {0} is the name of the file." - }, - "game.Game.startingPantsNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Pants", - "comment": "The name of the pants the player starts the game with." - }, - "game.Game.cannotLeaveText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "CANNOT LEAVE WITHOUT THE ORB,\nTHE DOOR IS STUCK.", - "comment": "Text shown when the player attempts to leave the dungeon without the orb." - }, - "game.Game.loadErrorText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "LOAD ERROR", - "comment": "Text shown when something unexpected has happened during level load." - }, - "game.Game.levelNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "FLOOR {0}", - "comment": "Text shown for the floor name. This is a fallback if no name is provided." - }, - "gfx.GlRenderer.AttackText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "ATK: {0}", - "comment": "Text shown on the inventory screen for player's attack values." - }, - "gfx.GlRenderer.ArmorClassText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "AC: {0}", - "comment": "Text shown on the inventory screen for player's defense values." - }, - "gfx.GlRenderer.LevelText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Level: {0}", - "comment": "Text shown on the inventory screen for player's level." - }, - "gfx.GlRenderer.ExperienceText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "XP: {0}/{1}", - "comment": "Text shown on the inventory screen for player's experience. {0} is the current amount of experience. {1} is the amount needed to acquire the next level." - }, - "gfx.GlRenderer.GoldText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Gold: {0}", - "comment": "Text shown on the inventory screen for player's gold." - }, - "input.ReadableKeys.keyNames.A": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "A", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.ALT_LEFT": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "ALT_LEFT", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.ALT_RIGHT": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "ALT_RIGHT", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.ANY_KEY": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "ANY_KEY", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.APOSTROPHE": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "APOSTROPHE", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.AT": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "AT", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.B": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "B", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.BACK": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BACK", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.BACKSLASH": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BACKSLASH", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.BACKSPACE": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BACKSPACE", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.BUTTON_A": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BUTTON_A", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.BUTTON_B": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BUTTON_B", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.BUTTON_C": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BUTTON_C", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.BUTTON_CIRCLE": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BUTTON_CIRCLE", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.BUTTON_L1": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BUTTON_L1", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.BUTTON_L2": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BUTTON_L2", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.BUTTON_MODE": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BUTTON_MODE", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.BUTTON_R1": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BUTTON_R1", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.BUTTON_R2": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BUTTON_R2", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.BUTTON_SELECT": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BUTTON_SELECT", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.BUTTON_START": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BUTTON_START", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.BUTTON_THUMBL": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BUTTON_THUMBL", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.BUTTON_THUMBR": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BUTTON_THUMBR", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.BUTTON_X": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BUTTON_X", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.BUTTON_Y": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BUTTON_Y", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.BUTTON_Z": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BUTTON_Z", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.C": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "C", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.CALL": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "CALL", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.CAMERA": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "CAMERA", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.CENTER": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "CENTER", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.CLEAR": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "CLEAR", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.COLON": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "COLON", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.COMMA": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "COMMA", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.CONTROL_LEFT": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "CONTROL_LEFT", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.CONTROL_RIGHT": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "CONTROL_RIGHT", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.D": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "D", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.DEL": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "DEL", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.DOWN": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "DOWN", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.E": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "E", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.END": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "END", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.ENDCALL": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "ENDCALL", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.ENTER": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "ENTER", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.ENVELOPE": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "ENVELOPE", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.EQUALS": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "EQUALS", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.ESCAPE": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "ESCAPE", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.EXPLORER": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "EXPLORER", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.F": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "F", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.F1": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "F1", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.F10": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "F10", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.F11": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "F11", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.F12": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "F12", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.F2": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "F2", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.F3": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "F3", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.F4": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "F4", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.F5": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "F5", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.F6": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "F6", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.F7": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "F7", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.F8": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "F8", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.F9": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "F9", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.FOCUS": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "FOCUS", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.FORWARD_DEL": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "FORWARD_DEL", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.G": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "G", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.GRAVE": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "GRAVE", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.H": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "H", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.HEADSETHOOK": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "HEADSETHOOK", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.HOME": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "HOME", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.I": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "I", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.INSERT": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "INSERT", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.J": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "J", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.K": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "K", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.L": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "L", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.LEFT": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "LEFT", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.LEFT_BRACKET": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "LEFT_BRACKET", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.M": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "M", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.MEDIA_FAST_FORWARD": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "MEDIA_FAST_FORWARD", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.MEDIA_NEXT": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "MEDIA_NEXT", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.MEDIA_PLAY_PAUSE": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "MEDIA_PLAY_PAUSE", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.MEDIA_PREVIOUS": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "MEDIA_PREVIOUS", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.MEDIA_REWIND": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "MEDIA_REWIND", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.MEDIA_STOP": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "MEDIA_STOP", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.MENU": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "MENU", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.MINUS": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "MINUS", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.MUTE": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "MUTE", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.N": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "N", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.NOTIFICATION": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NOTIFICATION", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.NUM": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NUM", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.NUM_0": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NUM_0", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.NUM_1": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NUM_1", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.NUM_2": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NUM_2", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.NUM_3": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NUM_3", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.NUM_4": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NUM_4", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.NUM_5": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NUM_5", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.NUM_6": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NUM_6", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.NUM_7": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NUM_7", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.NUM_8": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NUM_8", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.NUM_9": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NUM_9", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.NUMPAD_0": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NUMPAD_0", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.NUMPAD_1": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NUMPAD_1", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.NUMPAD_2": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NUMPAD_2", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.NUMPAD_3": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NUMPAD_3", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.NUMPAD_4": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NUMPAD_4", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.NUMPAD_5": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NUMPAD_5", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.NUMPAD_6": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NUMPAD_6", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.NUMPAD_7": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NUMPAD_7", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.NUMPAD_8": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NUMPAD_8", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.NUMPAD_9": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NUMPAD_9", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.O": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "O", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.P": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "P", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.PAGE_DOWN": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "PAGE_DOWN", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.PAGE_UP": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "PAGE_UP", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.PERIOD": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "PERIOD", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.PICTSYMBOLS": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "PICTSYMBOLS", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.PLUS": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "PLUS", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.POUND": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "POUND", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.POWER": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "POWER", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.Q": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Q", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.R": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "R", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.RIGHT": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "RIGHT", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.RIGHT_BRACKET": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "RIGHT_BRACKET", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.S": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "S", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.SEARCH": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "SEARCH", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.SEMICOLON": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "SEMICOLON", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.SHIFT_LEFT": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "SHIFT_LEFT", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.SHIFT_RIGHT": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "SHIFT_RIGHT", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.SLASH": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "SLASH", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.SOFT_LEFT": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "SOFT_LEFT", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.SOFT_RIGHT": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "SOFT_RIGHT", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.SPACE": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "SPACE", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.STAR": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "STAR", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.SWITCH_CHARSET": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "SWITCH_CHARSET", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.SYM": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "SYM", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.T": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "T", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.TAB": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "TAB", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.U": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "U", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.UNKNOWN": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "UNKNOWN", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.UP": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "UP", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.V": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "V", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.VOLUME_DOWN": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "VOLUME_DOWN", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.VOLUME_UP": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "VOLUME_UP", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.W": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "W", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.X": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "X", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.Y": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Y", - "comment": "Label for key bind key." - }, - "input.ReadableKeys.keyNames.Z": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Z", - "comment": "Label for key bind key." - }, - "items.Bow.defaultName": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BOW", - "comment": "" - }, - "items.Bow.damageRangeText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "{0} to {1} {2}", - "comment": "{0} is the minimum damage. {1} is the maximum damage. {2} is the damage type." - }, - "items.Bow.elementalDamageText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "{0} {1}", - "comment": "{0} is the amount of damage. {1} is the damage type." - }, - "items.Bow.rangeText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Range {0}", - "comment": "{0} length of the range in world units." - }, - "items.Elixer.defaultNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Strange Elixer", - "comment": "" - }, - "items.Food.defaultNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Food", - "comment": "" - }, - "items.Food.eatFoodText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Yum", - "comment": "" - }, - "items.Food.drinkBoozeText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "You feel warm", - "comment": "" - }, - "items.Food.infoText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Edible", - "comment": "" - }, - "items.Gold.defaultNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Gold", - "comment": "Text shown when the player looks a gold item. {0} is the amount." - }, - "items.Gold.goldItemText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "{0} gold", - "comment": "Text shown when the player looks a gold item. {0} is the amount." - }, - "items.Gun.defaultNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "GUN", - "comment": "" - }, - "items.Gun.infoText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "{0} AMMO", - "comment": "" - }, - "items.ItemStack.defaultNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "STACK", - "comment": "" - }, - "items.ItemStack.infoText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "X {0}", - "comment": "Text shown for item's information text. {0} is the item information of the stack. {1} is the count of the stack." - }, - "items.Missile.defaultNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "ARROW", - "comment": "" - }, - "items.Missile.noRoomText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NO ROOM", - "comment": "Text shown when attempting to pick up a missile when the inventory is full." - }, - "items.Note.ellipsisText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "...", - "comment": "Shown when a note has no text." - }, - "items.Potion.defaultNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Potion", - "comment": "Default name for a potion if none is defined." - }, - "items.Potion.healDisplayText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "You feel better", - "comment": "Text shown when potion is drank." - }, - "items.Potion.poisonDisplayText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "It burns!", - "comment": "Text shown when potion is drank." - }, - "items.Potion.maxHealDisplayText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "You feel restored", - "comment": "Text shown when potion is drank. Health is completely restored." - }, - "items.Potion.restoreDisplayText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Yum", - "comment": "Text shown when potion is drank. Used for cola." - }, - "items.Potion.magicShieldDisplayText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "You feel arcane", - "comment": "Text shown when potion is drank." - }, - "items.Potion.magicShieldStatusEffectNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Magic Shield", - "comment": "Text shown in the status display for the effect." - }, - "items.Potion.ironSkinDisplayText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "You feel numb", - "comment": "Text shown when potion is drank." - }, - "items.Potion.ironSkinStatusEffectNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Iron Skin", - "comment": "Text shown in the status display for the effect." - }, - "items.Potion.paralyzeDisplayText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "You feel stuck", - "comment": "Text shown when potion is drank." - }, - "items.Potion.discoverDisplayText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "That must be {0}", - "comment": "Text shown when the player identifies the potion's effect. {0} is the status effect name." - }, - "items.Potion.unidentifiedInfoText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "???", - "comment": "Text shown for potion name if not identified." - }, - "items.Potion.healingNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Healing", - "comment": "" - }, - "items.Potion.poisonNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Poison", - "comment": "" - }, - "items.Potion.restorationNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Restoration", - "comment": "" - }, - "items.Potion.colaNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Cola", - "comment": "" - }, - "items.Potion.magicShieldNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Resist Magic", - "comment": "" - }, - "items.Potion.ironSkinNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Iron Skin", - "comment": "" - }, - "items.Potion.paralyzeNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Paralyzation", - "comment": "" - }, - "items.Potion.unknownNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "???", - "comment": "Name text for a potion of unknown type. This only happens when something goes wrong." - }, - "items.QuestItem.defaultNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "YITHIDIAN ORB", - "comment": "" - }, - "items.QuestItem.noRoomText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NO ROOM", - "comment": "Text shown when attempting to pick up the orb and the inventory is full." - }, - "items.QuestItem.gotItemText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "GOT {0}", - "comment": "Text shown when the quest item is acquired for the first time. {0} is the name of the item." - }, - "items.QuestItem.escapeMessageText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "GOT THE YITHIDIAN ORB\nNOW RETURN TO THE SURFACE\nAND ESCAPE!", - "comment": "Shown after the gotItemText. Will start a new line on \n." - }, - "items.Scroll.nothingHappensText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NOTHING HAPPENS", - "comment": "Text shown when something has gone wrong with the scroll." - }, - "items.Wand.defaultNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Wand", - "comment": "" - }, - "items.Wand.infoText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "{0} charges", - "comment": "" - }, - "items.Weapon.damageType.PHYSICAL": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "DMG", - "comment": "" - }, - "items.Weapon.damageType.MAGIC": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "MAGIC", - "comment": "" - }, - "items.Weapon.damageType.FIRE": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "FIRE", - "comment": "" - }, - "items.Weapon.damageType.ICE": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "ICE", - "comment": "" - }, - "items.Weapon.damageType.LIGHTNING": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "LIGHTNING", - "comment": "" - }, - "items.Weapon.damageType.POISON": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "POISON", - "comment": "" - }, - "items.Weapon.damageType.HEALING": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "HEALING", - "comment": "" - }, - "items.Weapon.damageType.PARALYZE": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "PARALYZE", - "comment": "" - }, - "items.Weapon.damageType.VAMPIRE": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "VAMPYRIC", - "comment": "" - }, - "items.Weapon.damageRangeText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "{0} to {1} {2}", - "comment": "{0} is the minimum damage. {1} is the maximum damage. {2} is the damage type." - }, - "items.Weapon.elementalDamageText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "{0} {1}", - "comment": "{0} is the amount of damage. {1} is the damage type." - }, - "items.Weapon.twoHandedText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Two Handed", - "comment": "Text shown on item information if it is wielded with two hands." - }, - "statuseffects.DrunkEffect.defaultNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Disoriented", - "comment": "" - }, - "statuseffects.InvisibilityEffect.defaultNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Invisible", - "comment": "" - }, - "statuseffects.LevitateEffect.defaultNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Levitate", - "comment": "" - }, - "statuseffects.BurningEffect.defaultNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Burning", - "comment": "" - }, - "statuseffects.ParalyzeEffect.defaultNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Paralyze", - "comment": "" - }, - "statuseffects.PoisonEffect.defaultNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Poison", - "comment": "" - }, - "statuseffects.RestoreHealthEffect.defaultNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Restore Health", - "comment": "" - }, - "statuseffects.SlowEffect.defaultNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Slow", - "comment": "" - }, - "statuseffects.SpeedEffect.defaultNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Haste", - "comment": "" - }, - "statuseffects.StatusEffect.defaultNameText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "???", - "comment": "Text shown when something is wrong with the status effect." - }, - "tiles.ExitTile.cannotLeaveText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "CANNOT LEAVE WITHOUT THE ORB,\nTHE DOOR IS STUCK.", - "comment": "Text shown when the player attempts to leave the dungeon without the orb." - }, - "triggers.ButtonModel.useVerbText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "PULL", - "comment": "Text show to indicate the action that will be taken." - }, - "triggers.ButtonModel.useMobileText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "USE", - "comment": "Text shown on a mobile device instead of a key binding." - }, - "triggers.ButtonModel.useText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "{0}: {1}", - "comment": "{0} is the key binding. {1} is the use verb." - }, - "triggers.Trigger.useVerbs.ENTER DUNGEON": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "ENTER DUNGEON", - "comment": "" - }, - "triggers.Trigger.useVerbs.SHOP": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "SHOP", - "comment": "" - }, - "triggers.Trigger.useVerbs.TALK": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "TALK", - "comment": "" - }, - "triggers.Trigger.useVerbs.USE": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "USE", - "comment": "" - }, - "triggers.TriggeredShop.titleText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "SHOP", - "comment": "" - }, - "triggers.TriggeredShop.descriptionText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "BUY SOMETHING", - "comment": "" - }, - "ui.Hud.noRoomText": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "NO ROOM", - "comment": "Text show when player attempts to pick up an item when inventory is full." - }, - "Iron dagger": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Iron dagger", - "comment": "" - }, - "Iron sword": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Iron sword", - "comment": "" - }, - "Iron mace": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Iron mace", - "comment": "" - }, - "Iron spiked mace": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Iron spiked mace", - "comment": "" - }, - "Steel dagger": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Steel dagger", - "comment": "" - }, - "Steel shortsword": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Steel shortsword", - "comment": "" - }, - "Iron hammer": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Iron hammer", - "comment": "" - }, - "Steel mace": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Steel mace", - "comment": "" - }, - "Steel spiked mace": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Steel spiked mace", - "comment": "" - }, - "Steel sword": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Steel sword", - "comment": "" - }, - "Steel hammer": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Steel hammer", - "comment": "" - }, - "Engraved dagger": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Engraved dagger", - "comment": "" - }, - "Engraved shortsword": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Engraved shortsword", - "comment": "" - }, - "Engraved sword": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Engraved sword", - "comment": "" - }, - "Gilded mace": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Gilded mace", - "comment": "" - }, - "Gilded spiked mace": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Gilded spiked mace", - "comment": "" - }, - "Jeweled dagger": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Jeweled dagger", - "comment": "" - }, - "Jeweled shortsword": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Jeweled shortsword", - "comment": "" - }, - "Jeweled sword": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Jeweled sword", - "comment": "" - }, - "Gilded hammer": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Gilded hammer", - "comment": "" - }, - "Shortbow": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Shortbow", - "comment": "" - }, - "ARROW": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "ARROW", - "comment": "" - }, - "Composite Bow": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Composite Bow", - "comment": "" - }, - "Bow": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Bow", - "comment": "" - }, - "Hunter's Bow": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Hunter's Bow", - "comment": "" - }, - "Longbow": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Longbow", - "comment": "" - }, - "Leather armor": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Leather armor", - "comment": "" - }, - "Leather pants": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Leather pants", - "comment": "" - }, - "Skullcap": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Skullcap", - "comment": "" - }, - "Buckler": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Buckler", - "comment": "" - }, - "Quilted leather armor": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Quilted leather armor", - "comment": "" - }, - "Quilted leather pants": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Quilted leather pants", - "comment": "" - }, - "Iron cap": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Iron cap", - "comment": "" - }, - "Ring of Protection": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Ring of Protection", - "comment": "" - }, - "Amulet of Protection": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Amulet of Protection", - "comment": "" - }, - "Amulet of Health": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Amulet of Health", - "comment": "" - }, - "Ring mail": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Ring mail", - "comment": "" - }, - "Ring mail greaves": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Ring mail greaves", - "comment": "" - }, - "Iron pot": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Iron pot", - "comment": "" - }, - "Chainmail": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Chainmail", - "comment": "" - }, - "Chainmail greaves": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Chainmail greaves", - "comment": "" - }, - "Chainmail coif": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Chainmail coif", - "comment": "" - }, - "Round Shield": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Round Shield", - "comment": "" - }, - "Amulet of Speed": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Amulet of Speed", - "comment": "" - }, - "Ring of Health": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Ring of Health", - "comment": "" - }, - "Steel mail": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Steel mail", - "comment": "" - }, - "Steel greaves": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Steel greaves", - "comment": "" - }, - "Steel helmet": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Steel helmet", - "comment": "" - }, - "Ring of Speed": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Ring of Speed", - "comment": "" - }, - "Platemail": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Platemail", - "comment": "" - }, - "Platemail greaves": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Platemail greaves", - "comment": "" - }, - "Steel armet": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Steel armet", - "comment": "" - }, - "Heater Shield": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Heater Shield", - "comment": "" - }, - "Scalemail": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Scalemail", - "comment": "" - }, - "Scalemail greaves": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Scalemail greaves", - "comment": "" - }, - "Ring of Greater Protection": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Ring of Greater Protection", - "comment": "" - }, - "Amulet of Greater Protection": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Amulet of Greater Protection", - "comment": "" - }, - "Amulet of the Wolf": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Amulet of the Wolf", - "comment": "" - }, - "Jeweled platemail": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Gilded platemail", - "comment": "" - }, - "Jeweled greaves": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Gilded greaves", - "comment": "" - }, - "Jeweled helmet": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Gilded helmet", - "comment": "" - }, - "Tower Shield": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Tower Shield", - "comment": "" - }, - "Ring of the Wolf": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Ring of the Wolf", - "comment": "" - }, - "Ring of Greater Health": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Ring of Greater Health", - "comment": "" - }, - "Amulet of Greater Health": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Amulet of Greater Health", - "comment": "" - }, - "Lesser missile wand": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Lesser missile wand", - "comment": "" - }, - "Missile wand": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Missile wand", - "comment": "" - }, - "Greater missile wand": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Greater missile wand", - "comment": "" - }, - "Lesser fire wand": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Lesser fire wand", - "comment": "" - }, - "Fire wand": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Fire wand", - "comment": "" - }, - "Greater fire wand": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Greater fire wand", - "comment": "" - }, - "Lesser ice wand": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Lesser ice wand", - "comment": "" - }, - "Ice wand": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Ice wand", - "comment": "" - }, - "Greater Ice wand": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Greater ice wand", - "comment": "" - }, - "Storm wand": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Storm wand", - "comment": "" - }, - "Paralyze wand": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Paralyze wand", - "comment": "" - }, - "Red potion": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Red potion", - "comment": "" - }, - "Blue potion": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Blue potion", - "comment": "" - }, - "Green potion": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Green potion", - "comment": "" - }, - "Purple potion": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Purple potion", - "comment": "" - }, - "Dark potion": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Dark potion", - "comment": "" - }, - "Gold potion": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Gold potion", - "comment": "" - }, - "Bright potion": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Bright potion", - "comment": "" - }, - "Scroll of Teleport": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Scroll of Teleport", - "comment": "" - }, - "Scroll of Flame": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Scroll of Flame", - "comment": "" - }, - "Scroll of Burning": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Scroll of Burning", - "comment": "" - }, - "scroll of Blizzard": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "scroll of Blizzard", - "comment": "" - }, - "scroll of Freezing": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "scroll of Freezing", - "comment": "" - }, - "Scroll of Health": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Scroll of Health", - "comment": "" - }, - "Scroll of Greater Health": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Scroll of Greater Health", - "comment": "" - }, - "Scroll of Resist Magic": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Scroll of Resist Magic", - "comment": "" - }, - "Scroll of Haste": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Scroll of Haste", - "comment": "" - }, - "Scroll of Enchant Weapon": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Scroll of Enchant Weapon", - "comment": "" - }, - "Scroll of Enchant Armor": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Scroll of Enchant Armor", - "comment": "" - }, - "Scroll of Identify": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Scroll of Identify", - "comment": "" - }, - "Scroll of Discern Reality": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Scroll of Discern Reality", - "comment": "" - }, - "Skull": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Skull", - "comment": "" - }, - "Bones": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Bones", - "comment": "" - }, - "Tankard": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Tankard", - "comment": "" - }, - "Book": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Book", - "comment": "" - }, - "CANDLE": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "CANDLE", - "comment": "" - }, - "Bread": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Bread", - "comment": "" - }, - "Apple": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Apple", - "comment": "" - }, - "Cheese": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Cheese", - "comment": "" - }, - "Steak": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Steak", - "comment": "" - }, - "Meat": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Meat", - "comment": "" - }, - "Ale": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Ale", - "comment": "" - }, - "Key": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Key", - "comment": "" - }, - "of Haste": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of Haste", - "comment": "" - }, - "of Speed": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of Speed", - "comment": "" - }, - "of Heft": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of Heft", - "comment": "" - }, - "of Force": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of Force", - "comment": "" - }, - "of Biting": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of Biting", - "comment": "" - }, - "of Fire": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of Fire", - "comment": "" - }, - "of Burning": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of Burning", - "comment": "" - }, - "of Ice": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of Ice", - "comment": "" - }, - "of Blizzard": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of Blizzard", - "comment": "" - }, - "of Paralyze": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of Paralyze", - "comment": "" - }, - "of the Arcane": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of The Arcane", - "comment": "" - }, - "of Storm": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of Storm", - "comment": "" - }, - "of the Tempest": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of the Tempest", - "comment": "" - }, - "of the Worm": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of the Worm", - "comment": "" - }, - "Quick": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Quick", - "comment": "" - }, - "Balanced": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Balanced", - "comment": "" - }, - "Glowing": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Glowing", - "comment": "" - }, - "Protected": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Protected", - "comment": "" - }, - "Blessed": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Blessed", - "comment": "" - }, - "Unholy": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Unholy", - "comment": "" - }, - "Cursed": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Cursed", - "comment": "" - }, - "Light": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Light", - "comment": "" - }, - "Nimble": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Nimble", - "comment": "" - }, - "Fleet": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Fleet", - "comment": "" - }, - "Heavy": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Heavy", - "comment": "" - }, - "Unwieldly": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Unwieldly", - "comment": "" - }, - "Coward's": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Coward's", - "comment": "" - }, - "Drunk's": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Drunk's", - "comment": "" - }, - "Demon's": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Demon's", - "comment": "" - }, - "Fighter's": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Fighter's", - "comment": "" - }, - "Brawler's": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Brawler's", - "comment": "" - }, - "Knight's": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Knight's", - "comment": "" - }, - "King's": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "King's", - "comment": "" - }, - "of the Sloth": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of the Sloth", - "comment": "" - }, - "of the Turtle": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of the Turtle", - "comment": "" - }, - "of the Rabbit": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of the Rabbit", - "comment": "" - }, - "of the Snake": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of the Snake", - "comment": "" - }, - "of the Eagle": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of the Eagle", - "comment": "" - }, - "of Skill": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of Skill", - "comment": "" - }, - "of Precision": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of Precision", - "comment": "" - }, - "of intellect": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of intellect", - "comment": "" - }, - "of the Mind": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of the Mind", - "comment": "" - }, - "of Magic": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "of Magic", - "comment": "" - }, - "Trite": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Trite", - "comment": "" - }, - "Insipid": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Insipid", - "comment": "" - }, - "Vapid": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Vapid", - "comment": "" - }, - "Mage's": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Mage's", - "comment": "" - }, - "Wizard's": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Wizard's", - "comment": "" - }, - "Sorcerer's": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Sorcerer's", - "comment": "" - }, - "screens.CharacterScreen.tooltips.health": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Increases maximum health points.", - "comment": "" - }, - "screens.CharacterScreen.tooltips.magic": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Adds additional charges and damage to magic wands.", - "comment": "" - }, - "screens.CharacterScreen.tooltips.speed": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Increases movement speed.", - "comment": "" - }, - "screens.CharacterScreen.tooltips.attack": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Increases attack power with melee and ranged weapons.", - "comment": "" - }, - "screens.CharacterScreen.tooltips.defense": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Reduces amount of damage taken when hit.", - "comment": "" - }, - "screens.CharacterScreen.tooltips.agility": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Increases attack speed and movement speed while charging an attack.", - "comment": "" - }, - "screens.CharacterScreen.tooltips.attack power": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Total amount of damage done for melee and ranged weapons.", - "comment": "" - }, - "screens.CharacterScreen.tooltips.armor class": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Total amount of defense, reduces amount of damage taken when hit.", - "comment": "" - }, - "screens.CharacterScreen.tooltips.level": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Increases maximum health points, increases attack power, and gives a chance to increase stats.", - "comment": "" - }, - "screens.CharacterScreen.tooltips.xp": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Progress to next player level.", - "comment": "" - }, - "screens.CharacterScreen.tooltips.gold": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Can be spent at vendors for items and upgrades. Persists between deaths.", - "comment": "" - }, - "stats.xp": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "XP", - "comment": "Used in the UI when XP is displayed" - }, - "stats.speed": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Speed", - "comment": "Used in the UI when Speed is displayed" - }, - "stats.health": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Health", - "comment": "Used in the UI when Health is displayed" - }, - "stats.agility": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Agility", - "comment": "Used in the UI when Agility is displayed" - }, - "stats.defense": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Defense", - "comment": "Used in the UI when Defense is displayed" - }, - "stats.magic": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Magic", - "comment": "Used in the UI when Magic is displayed" - }, - "stats.attack": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Attack", - "comment": "Used in the UI when Attack is displayed" - }, - "stats.attack power": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Attack Power", - "comment": "Used in the UI when Attack Power is displayed" - }, - "stats.armor class": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Armor Class", - "comment": "Used in the UI when Armor Class is displayed" - }, - "screens.OptionsGamepadScreen.title": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Gamepad Controls", - "comment": "Used in the Options UI for gamepads" - }, - "screens.OptionsGamepadScreen.entry": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Press / move the gamepad", - "comment": "Used in the Options UI for gamepads" - }, - "apple.description": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Somehow, not moldy yet." - }, - "meat.description": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Of unknown origin but looks edible." - }, - "steak.description": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Looks tasty! Preserved with salt." - }, - "ale.description": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Might have gone bad. Still smells of hops." - }, - "bread.description": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Stale but filling." - }, - "cheese.description": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Sharp and pungent." - }, - "message.soulbound": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "A warm feeling touches your soul." - }, - "message.bagupgrade": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Your bag size increased!" - }, - "message.beltupgrade": { - "class": "com.interrupt.dungeoneer.game.LocalizedString", - "localizedName": "Your belt size increased!" - } -}