From b6fc62521cab65bd7d7a60398dbd1c05633316f7 Mon Sep 17 00:00:00 2001 From: Emik Date: Wed, 25 Feb 2026 22:31:13 +0100 Subject: [PATCH] Change localization of Joker Sr. --- localization/en-us.lua | 86 +++++++++++++++++++++--------------------- manifest.json | 2 +- src/joker.lua | 2 +- 3 files changed, 45 insertions(+), 45 deletions(-) diff --git a/localization/en-us.lua b/localization/en-us.lua index 24dbd5e..7627281 100644 --- a/localization/en-us.lua +++ b/localization/en-us.lua @@ -120,6 +120,15 @@ return { "{C:inactive}(Currently {X:red,C:white}X#1#{C:inactive})", }, }, + j_Roland_domino = { + name = "Domino", + text = { + "This Joker gains {C:mult}+#1# {}Mult", + "if played hand is a", + "{C:attention}#2#", + "{C:inactive}(Currently {C:red}+#3#{C:inactive} Mult)", + }, + }, j_Roland_escapey = { name = "Escapey", text = { @@ -146,45 +155,9 @@ return { }, }, }, - j_Roland_phytoestrogens = { - name = "Phytoestrogens", - text = {"{C:mult}+Chips{} Mult", "{X:mult,C:white}X#1#{} Mult"}, - }, - j_Roland_monomino = { - name = "Monomino", - text = { - "Gains {C:money}$#1#{} of", - "{C:attention}sell value{} if", - "played hand is a", - "{C:attention}#2#", - }, - }, - j_Roland_domino = { - name = "Domino", - text = { - "This Joker gains {C:mult}+#1# {}Mult", - "if played hand is a", - "{C:attention}#2#", - "{C:inactive}(Currently {C:red}+#3#{C:inactive} Mult)", - }, - }, - j_Roland_trimino = { - name = "Trimino", - text = { - "Copies {C:attention}#1# {C:green}random", - "scoring cards and", - "{C:red,E:1}self-destructs {}if", - "played hand is a", - "{C:attention}#2#", - }, - }, - j_Roland_misfortune = { - name = "Misfortune Cookie", - text = { - "{C:tarot}Tarot{} cards created", - "by {C:tarot}Purple Seals", - "become {C:dark_edition}Negative", - }, + j_Roland_jokersr = { + name = "Joker Sr.", + text = {"{X:mult,C:white}X#1#{} Mult"}, }, j_Roland_martingale = { name = "Martingale", @@ -199,6 +172,23 @@ return { "{s:0}Otherwise, {C:green,s:0}#1# in #3#{s:0} chance to give {X:mult,C:white,s:0}X#9#{s:0} Mult", }, }, + j_Roland_misfortune = { + name = "Misfortune Cookie", + text = { + "{C:tarot}Tarot{} cards created", + "by {C:tarot}Purple Seals", + "become {C:dark_edition}Negative", + }, + }, + j_Roland_monomino = { + name = "Monomino", + text = { + "Gains {C:money}$#1#{} of", + "{C:attention}sell value{} if", + "played hand is a", + "{C:attention}#2#", + }, + }, j_Roland_mrsbones = { name = "Mrs. Bones", text = { @@ -221,6 +211,10 @@ return { "{C:inactive}(Currently {X:green,C:white}X#2#{C:inactive})", }, }, + j_Roland_phytoestrogens = { + name = "Phytoestrogens", + text = {"{C:mult}+Chips{} Mult", "{X:mult,C:white}X#1#{} Mult"}, + }, j_Roland_sapling = { name = "Sapling", text = { @@ -230,10 +224,6 @@ return { "least {C:attention}#2# suits", }, }, - j_Roland_srjoker = { - name = "Sr. Joker", - text = {"{X:mult,C:white}X#1#{} Mult"}, - }, j_Roland_sunny = { name = "Sunny Side Up", text = { @@ -250,6 +240,16 @@ return { "give {X:red,C:white}X#1#{} Mult", }, }, + j_Roland_trimino = { + name = "Trimino", + text = { + "Copies {C:attention}#1# {C:green}random", + "scoring cards and", + "{C:red,E:1}self-destructs {}if", + "played hand is a", + "{C:attention}#2#", + }, + }, j_Roland_yard = { name = "Yard Sale", text = { diff --git a/manifest.json b/manifest.json index 89873ea..dbe2c43 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "author": [ "Emik" ], - "version": "2.0.0", + "version": "2.0.1", "badge_colour": "8BE9FD", "main_file": "src/main.lua", "badge_text_colour": "44475A", diff --git a/src/joker.lua b/src/joker.lua index 6d365dd..9204bc1 100644 --- a/src/joker.lua +++ b/src/joker.lua @@ -565,7 +565,7 @@ joker { } joker { - key = "srjoker", + key = "jokersr", pronouns = "he_him", config = {extra = {xmult = 1.25}}, cost = 2,