Skip to content

Commit

Permalink
Update to v0.0.2
Browse files Browse the repository at this point in the history
1. Fixed absence of localization
  • Loading branch information
rzc0d3r authored Sep 9, 2024
1 parent e889dd8 commit a28083e
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 1 deletion.
25 changes: 25 additions & 0 deletions Localization/en-US_Mods.EldenRingItems.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -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
25 changes: 25 additions & 0 deletions Localization/ru-RU_Mods.EldenRingItems.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion build.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
displayName = Elden Ring Items
author = rzc0d3r
version = 0.0.1
version = 0.0.2

0 comments on commit a28083e

Please sign in to comment.