Skip to content

Commit

Permalink
Fix inconsistent translation key for relic damage type
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealWormbo committed Jan 18, 2025
1 parent 80d6bc8 commit 7e43647
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class BotaniaDamageTypes {
ResourceKey.create(Registries.DAMAGE_TYPE, prefix("key_explosion"));

public static final DamageType PLAYER_AP = new DamageType("player", DamageScaling.WHEN_CAUSED_BY_LIVING_NON_PLAYER, 0.1F);
public static final DamageType RELIC = new DamageType("botania-relic", DamageScaling.NEVER, 1F, DamageEffects.FREEZING);
public static final DamageType RELIC = new DamageType("botania.relic", DamageScaling.NEVER, 1F, DamageEffects.FREEZING);
public static final DamageType KEY = new DamageType("botania.key_explosion", DamageScaling.ALWAYS, 0.1F);

public static class Sources {
Expand Down
2 changes: 1 addition & 1 deletion Xplat/src/main/resources/assets/botania/lang/de_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
"item.botania.dice.poem2": "Das verborgene Gesetz möglicher Ergebnisse,",
"item.botania.dice.poem3": "Die Zahlen eröffnen einen Tanz.",

"death.attack.botania-relic": "%s wurde für die Benutzung eines Relikts von jemand Anderem bestraft",
"death.attack.botania.relic": "%s wurde für die Benutzung eines Relikts von jemand Anderem bestraft",
"death.attack.botania.key_explosion": "%2$s überhäufte %1$s mit Schätzen",

"effect.botania.allure.description": "Verdoppelt Angeltempo.",
Expand Down
2 changes: 1 addition & 1 deletion Xplat/src/main/resources/assets/botania/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
"item.botania.dice.poem2": "The hidden laws of a probable outcome,",
"item.botania.dice.poem3": "The numbers lead a dance.",

"death.attack.botania-relic": "%s was punished for using a relic that isn't theirs",
"death.attack.botania.relic": "%s was punished for using a relic that isn't theirs",
"death.attack.botania.key_explosion": "%2$s drowned %1$s in treasure",

"effect.botania.allure.description": "Doubles fishing speed.",
Expand Down
2 changes: 1 addition & 1 deletion Xplat/src/main/resources/assets/botania/lang/ru_ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
"item.botania.dice.poem2": "Закон возможного исхода.",
"item.botania.dice.poem3": "И числа отбивают ритм.",

"death.attack.botania-relic": "%s был наказан за использование чужой реликвии",
"death.attack.botania.relic": "%s был наказан за использование чужой реликвии",
"death.attack.botania.key_explosion": "%2$s утопил %1$s в сокровищах",

"effect.botania.allure.description": "Удваивает скорость рыбалки.",
Expand Down
2 changes: 1 addition & 1 deletion Xplat/src/main/resources/assets/botania/lang/uk_ua.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
"item.botania.dice.poem2": "Приховані закони можливого результату,",
"item.botania.dice.poem3": "Числа ведуть танець.",

"death.attack.botania-relic": "%s було покарано за використання реліквії, яка не належить йому",
"death.attack.botania.relic": "%s було покарано за використання реліквії, яка не належить йому",
"death.attack.botania.key_explosion": "%2$s потонув %1$s у скарбах",

"effect.botania.allure.description": "Подвоює швидкість риболовлі.",
Expand Down
2 changes: 1 addition & 1 deletion Xplat/src/main/resources/assets/botania/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
"item.botania.dice.poem2": "可能的结果中,暗藏着规则,",
"item.botania.dice.poem3": "数字将引领一切起舞。",

"death.attack.botania-relic": "%s 因使用不属于他的遗物而被惩罚致死",
"death.attack.botania.relic": "%s 因使用不属于他的遗物而被惩罚致死",
"death.attack.botania.key_explosion": "%2$s 用宝藏淹没了 %1$s",

"effect.botania.allure.description": "双倍钓鱼速度",
Expand Down

0 comments on commit 7e43647

Please sign in to comment.