diff --git a/Localization/en-US_Mods.EldenRingItems.hjson b/Localization/en-US_Mods.EldenRingItems.hjson index 1160abe..d4929f8 100644 --- a/Localization/en-US_Mods.EldenRingItems.hjson +++ b/Localization/en-US_Mods.EldenRingItems.hjson @@ -2,16 +2,41 @@ Items: { RadahnsGreatRune: { + DisplayName: Radahn's Great Rune + Tooltip: + ''' + Increases max HP by {0}% + Increases maximum mana by {1} + [c/9a1b00:Gives power only to the worthy...] + ''' } RuneArc: { + DisplayName: Rune Arc + Tooltip: Gives you a blessing! } BlasphemousBlade: { + DisplayName: Blasphemous Blade + Tooltip: + ''' + When holding it in your hand, press [c/939393:right mouse button] to increase the damage [c/757575:(in exchange for health)]. + When the sword has taken the right amount of your health it will become [c/0078bd:charged] and make a special sound + Attacking from the [c/0078bd:charged state] releases super-fast blast waves that cast [c/c90000:Hellfire] + on the target and replenish between [c/980000:75] and [c/980000:200] of your health + Attack from [c/939393:Normal State] strikes with a blood wave that replenishes [c/980000:1] to [c/980000:5] of your health. + [c/757575:Sacred Sword of Rickard, Blasphemous Lord]. + [c/75757575:The remains of the countless heroes he devoured wriggle on the surface of this blade]. + [c/75757575:They are now one family, bound by ties of blood] + ''' } } Buffs: { BlessingBuff: { + DisplayName: Blessing + Description: You are blessed, the runes give you strength! } } + +Projectiles.BloodSlash.DisplayName: Blood Slash diff --git a/Localization/ru-RU_Mods.EldenRingItems.hjson b/Localization/ru-RU_Mods.EldenRingItems.hjson index 1160abe..8c70ecf 100644 --- a/Localization/ru-RU_Mods.EldenRingItems.hjson +++ b/Localization/ru-RU_Mods.EldenRingItems.hjson @@ -2,16 +2,41 @@ Items: { RadahnsGreatRune: { + DisplayName: Великая руна Радана + Tooltip: + ''' + Увеличивает максимальный запас здоровья на {0}% + Увеличивает максимум маны на {1} + [c/9a1b00:Даёт силу только достойным...] + ''' } RuneArc: { + DisplayName: Руническая дуга + Tooltip: Наделяет вас благословением! } BlasphemousBlade: { + DisplayName: Богохульный клинок + Tooltip: + ''' + При взятии в руку, зажмите [c/939393:правую кнопку мыши] для увеличения урона [c/757575:(взамен на здоровье)] + Когда меч возьмёт себе нужное количество вашего здоровья он станет [c/0078bd:заряжённым] и издаст специальный звук + Атака из [c/0078bd:заряжённого состояния] выпускает сверхбыстрые взрывные волны, которые накладывают [c/c90000:Адский Огонь] + на цель и восполняют от [c/980000:75] до [c/980000:200] вашего здоровья + Атака из [c/939393:обычного состояния] наносит удары кровавой волной, которая восполняет от [c/980000:1] до [c/980000:5] вашего здоровья. + [c/757575:Священный меч Рикарда, богохульного владыки] + [c/757575:Останки бесчисленных героев, которых он поглотил, извиваются на поверхности этого клинка] + [c/757575:Теперь они — одна семья, связанная узами крови] + ''' } } Buffs: { BlessingBuff: { + DisplayName: Благословение + Description: Вы благословлены, Великие Руны дают вам силу! } } + +Projectiles.BloodSlash.DisplayName: Blood Slash diff --git a/build.txt b/build.txt index 760fe6c..136c982 100644 --- a/build.txt +++ b/build.txt @@ -1,3 +1,3 @@ displayName = Elden Ring Items author = rzc0d3r -version = 0.0.1 \ No newline at end of file +version = 0.0.2 \ No newline at end of file