Skip to content

Commit

Permalink
Merge pull request #1984 from VT-14/death-messages
Browse files Browse the repository at this point in the history
Added Death Messages
  • Loading branch information
WayofTime committed Jan 22, 2024
2 parents 0efe7f2 + 38be749 commit 7bed923
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/generated/resources/assets/bloodmagic/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
"bloodmagic.keybind.cycle_holding_neg": "Cycle Sigil (-)",
"bloodmagic.keybind.cycle_holding_pos": "Cycle Sigil (+)",
"bloodmagic.keybind.open_holding": "Open Sigil of Holding",
"chat.bloodmagic.damageSource": "%s's soul became too weak",
"chat.bloodmagic.diviner.blockedBuild": "Unable to replace block at %d, %d, %d.",
"chat.bloodmagic.living_upgrade_level_increase": "%s has leveled up to %d!",
"chat.bloodmagic.ritual.activate": "A rush of energy flows through the ritual!",
Expand All @@ -125,6 +124,8 @@
"chat.bloodmagic.routing.same": "Invalid - cannot link a node with itself.",
"chat.bloodmagic.routing.set": "Setting node location.",
"curios.identifier.living_armour_socket": "Living Armour Socket",
"death.attack.ritual": "%1$s died in a Well of Suffering",
"death.attack.sacrifice": "%1$s sacrificed a bit too much LP",
"effect.bloodmagic.bounce": "Bounce",
"effect.bloodmagic.flight": "Flight",
"effect.bloodmagic.gravity": "Gravity",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ protected void addTranslations()
add("itemGroup.bloodmagic.creativeTab", "Blood Magic");
add("itemGroup.bloodmagic.upgradeTab", "Blood Magic Living Upgrades");

add("chat.bloodmagic.damageSource", "%s's soul became too weak");
// Death Messages
//add("chat.bloodmagic.damageSource", "%s's soul became too weak");
add("death.attack.sacrifice", "%1$s sacrificed a bit too much LP");
add("death.attack.ritual", "%1$s died in a Well of Suffering");

// Tile Entitites
add("tile.bloodmagic.soulforge.name", "Hellfire Forge");
Expand Down

0 comments on commit 7bed923

Please sign in to comment.