balatro/localization/en-us.lua
2025-06-19 16:56:36 -05:00

25 lines
925 B
Lua

return {
descriptions = {
Back = {}, --decks
Blind = {}, --blinds
Joker = {
j_serenasbalatro_determination = {
name = "{C:red}DETERMINATION{}",
text = {
"{C:inactive}The hardened SOUL in your chest.{}",
"When you would die, replenish",
"all of your {S:1.1,C:red,E:2}Hands{} and {S:1.1,C:red,E:2}Discards{}.",
"Deactivates after {S:1.1,C:red,E:2}#1#{} activation(s), and replenishes",
"after defeating a boss blind."
},
},
j_serenasbalatro_inflation = {
name = "Inflation Joker",
text = {
"Increases {C:green}every value{} on each",
"held joker by {C:money}#1#{} at the end of the round.",
},
},
},
}
}