Skip to content

Commit

Permalink
Improve Dreamflayer guidebook entry & tooltip. Implements #636
Browse files Browse the repository at this point in the history
  • Loading branch information
DaFuqs committed Jan 16, 2025
1 parent bc97936 commit 060b696
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public void appendTooltip(ItemStack stack, @Nullable World world, List<Text> too
if (ActivatableItem.isActivated(stack)) {
tooltip.add(Text.translatable("item.spectrum.dreamflayer.tooltip.activated").formatted(Formatting.GRAY));
} else {
tooltip.add(Text.translatable("item.spectrum.dreamflayer.tooltip.deactivated").formatted(Formatting.GRAY));
tooltip.add(Text.translatable("item.spectrum.dreamflayer.tooltip.deactivated", USED_COLOR.getColoredInkName()).formatted(Formatting.GRAY));
}
}

Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/assets/spectrum/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -2523,7 +2523,7 @@
"book.spectrum.guidebook.dragonrot_swamp.page1.title": "The Miasma",
"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.",
"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.",
"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.",
"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.",
"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.*",
"book.spectrum.guidebook.effect_prolonging.name": "Effect Prolonging (Stacking)",
"book.spectrum.guidebook.effect_prolonging.page0.text": "When I get other status effects, while this is active, they last longer.",
Expand Down Expand Up @@ -4457,10 +4457,10 @@
"item.spectrum.dragonrending_pickaxe": "Dragonrending Pickaxe",
"item.spectrum.dragonrot_bucket": "Dragonrot Bucket",
"item.spectrum.dreamflayer": "Dreamflayer",
"item.spectrum.dreamflayer.tooltip": "Deals more damage the greater the difference in",
"item.spectrum.dreamflayer.tooltip.activated": "Overpowered. Crouch-Use to power down",
"item.spectrum.dreamflayer.tooltip.deactivated": "Crouch-Use to overpower (consumes lots of §cRed Ink§r)",
"item.spectrum.dreamflayer.tooltip2": "armor between the wearer and the target is",
"item.spectrum.dreamflayer.tooltip": "The more armored the enemy is",
"item.spectrum.dreamflayer.tooltip2": "compared to you, the more damage it deals",
"item.spectrum.dreamflayer.tooltip.activated": "Overpowered. Crouch-Use to power down",
"item.spectrum.dreamflayer.tooltip.deactivated": "Crouch-Use to overpower (%s)",
"item.spectrum.effulgent_feather": "Effulgent Feather",
"item.spectrum.egg_laying_wooly_pig_spawn_egg": "Egg Laying Wooly Pig Spawn Egg",
"item.spectrum.enchanted_golden_carrot": "Enchanted Golden Carrot",
Expand Down

0 comments on commit 060b696

Please sign in to comment.