Skip to content

Commit 060b696

Browse files
committed
Improve Dreamflayer guidebook entry & tooltip. Implements #636
1 parent bc97936 commit 060b696

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/main/java/de/dafuqs/spectrum/items/tools/DreamflayerItem.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public void appendTooltip(ItemStack stack, @Nullable World world, List<Text> too
112112
if (ActivatableItem.isActivated(stack)) {
113113
tooltip.add(Text.translatable("item.spectrum.dreamflayer.tooltip.activated").formatted(Formatting.GRAY));
114114
} else {
115-
tooltip.add(Text.translatable("item.spectrum.dreamflayer.tooltip.deactivated").formatted(Formatting.GRAY));
115+
tooltip.add(Text.translatable("item.spectrum.dreamflayer.tooltip.deactivated", USED_COLOR.getColoredInkName()).formatted(Formatting.GRAY));
116116
}
117117
}
118118

src/main/resources/assets/spectrum/lang/en_us.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -2523,7 +2523,7 @@
25232523
"book.spectrum.guidebook.dragonrot_swamp.page1.title": "The Miasma",
25242524
"book.spectrum.guidebook.dragonrot_swamp.page2.text": "These small plants spread over the ground like ivy. They grow in small clusters in a tuft of snapping green. When I fertilize them, they spread even further.",
25252525
"book.spectrum.guidebook.dragonrot_swamp.page3.text": "It's not dirt, it's not mud, it's... something - I don't know what. In any case, I sink in a little when I step on it.",
2526-
"book.spectrum.guidebook.dreamflayer.page0.text": "A truly exceptional weapon, it embodies the definition of \"offense is the best defense.\"\\\nIt is in the nature of the Dreamflayer to balance forces:\\\nThe more armored my opponent is compared to me, the more damage it will deal.[#]()\\\n\\\nSneak-Use to empower it, allowing it to slice through even the strongest armor while consuming [#](8f2121)Red Ink[#]() at an alarming rate.",
2526+
"book.spectrum.guidebook.dreamflayer.page0.text": "A truly exceptional weapon, it embodies the definition of \"offense is the best defense.\"\\\nIt is in the nature of the Dreamflayer to balance forces:\\\nThe more armored my opponent is compared to me, the more damage it will deal.[#]()\\\n\\\nWhen empowered via Sneak-Use, it is able to slice through the strongest armor while consuming [#](8f2121)Red Ink[#]() at an alarming rate.",
25272527
"book.spectrum.guidebook.dreamflayer.page1.text": "Requires a full moon night.\\\n\\\n*If I ever needed a reason to go on a rampage lightly clad, here it is.*",
25282528
"book.spectrum.guidebook.effect_prolonging.name": "Effect Prolonging (Stacking)",
25292529
"book.spectrum.guidebook.effect_prolonging.page0.text": "When I get other status effects, while this is active, they last longer.",
@@ -4457,10 +4457,10 @@
44574457
"item.spectrum.dragonrending_pickaxe": "Dragonrending Pickaxe",
44584458
"item.spectrum.dragonrot_bucket": "Dragonrot Bucket",
44594459
"item.spectrum.dreamflayer": "Dreamflayer",
4460-
"item.spectrum.dreamflayer.tooltip": "Deals more damage the greater the difference in",
4461-
"item.spectrum.dreamflayer.tooltip.activated": "Overpowered. Crouch-Use to power down",
4462-
"item.spectrum.dreamflayer.tooltip.deactivated": "Crouch-Use to overpower (consumes lots of §cRed Ink§r)",
4463-
"item.spectrum.dreamflayer.tooltip2": "armor between the wearer and the target is",
4460+
"item.spectrum.dreamflayer.tooltip": "The more armored the enemy is",
4461+
"item.spectrum.dreamflayer.tooltip2": "compared to you, the more damage it deals",
4462+
"item.spectrum.dreamflayer.tooltip.activated": "Overpowered. Crouch-Use to power down",
4463+
"item.spectrum.dreamflayer.tooltip.deactivated": "Crouch-Use to overpower (%s)",
44644464
"item.spectrum.effulgent_feather": "Effulgent Feather",
44654465
"item.spectrum.egg_laying_wooly_pig_spawn_egg": "Egg Laying Wooly Pig Spawn Egg",
44664466
"item.spectrum.enchanted_golden_carrot": "Enchanted Golden Carrot",

0 commit comments

Comments
 (0)