Skip to content

Commit eb532bb

Browse files
committed
Revert rewording Vinyl Record tooltip
1 parent 125ac23 commit eb532bb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Globals/Scribe.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ public partial class Scribe : Node
333333
new RelicTemplate(
334334
9,
335335
"Vinyl Record",
336-
"Right round, right round. Player and enemy loop effects trigger twice.",
337-
Rarity.Epic,
336+
"Right round, right round. All loop effects trigger twice.",
337+
Rarity.Legendary,
338338
GD.Load<Texture2D>("res://Classes/Relics/Assets/Relic_VinylRecord.png"),
339339
new RelicEffect[]
340340
{

Globals/Translations/Translations.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RELIC_BANDAGE_TOOLTIP,"A clean strip of cloth. Use it after a fight to patch up
7878
RELIC_MEDKIT_NAME,Medkit,"急救包"
7979
RELIC_MEDKIT_TOOLTIP,"A small kit with medical supplies. Heals you a bit after each loop.","包含一些医疗用品的小包,每次循环后恢复少量生命。"
8080
RELIC_VINYLRECORD_NAME,Vinyl Record,"黑胶唱片"
81-
RELIC_VINYLRECORD_TOOLTIP,"Right round, right round. Player and enemy loop effects trigger twice.","把我转起来,把我转起来。玩家和敌人的循环效果触发两次"
81+
RELIC_VINYLRECORD_TOOLTIP,"Right round, right round. All loop effects trigger twice.","把我转起来,把我转起来。所有循环效果触发两次"
8282
INVENTORY_TAB_NOTES,Notes,乐谱
8383
INVENTORY_TAB_RELICS,Relics,遗物
8484
OPTIONS_VOLUME_LABEL,Master Volume,最终音量设置

0 commit comments

Comments
 (0)