This commit is contained in:
Emik 2026-06-24 01:01:28 +02:00
parent 0b5560d019
commit 5931aa264b
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 6 additions and 3 deletions

View file

@ -18,5 +18,5 @@
"conflicts": [ "conflicts": [
"Jen" "Jen"
], ],
"version": "1.10.7" "version": "1.10.8"
} }

View file

@ -586,7 +586,9 @@ SMODS.Joker {
"other Jokers to its", "other Jokers to its",
"left's {X:legendary,C:white}Eternal{} sticker", "left's {X:legendary,C:white}Eternal{} sticker",
"{C:attention}#4#{}#5#{X:black,C:jane_RGB}#6#{C:spectral}#7#", "{C:attention}#4#{}#5#{X:black,C:jane_RGB}#6#{C:spectral}#7#",
"{C:inactive}#8#{C:attention}#9#{C:inactive}#10#", "{C:spectral}Spectral {}cards may",
"appear in the shop",
"{C:inactive,s:1.25}#8#{C:attention,s:1.25}#9#{C:inactive,s:1.25}#10#{C:inactive}#11#",
Jane.cry and "{C:inactive}(Gateway has no downside)" or nil, Jane.cry and "{C:inactive}(Gateway has no downside)" or nil,
}, },
}, },
@ -615,7 +617,8 @@ SMODS.Joker {
attuned and "" or (Jane.cry and " Gateways" or " Ankhs"), attuned and "" or (Jane.cry and " Gateways" or " Ankhs"),
attuned and "" or "[", attuned and "" or "[",
attuned and "" or karma, attuned and "" or karma,
attuned and "(Cannot be debuffed)" or " / " .. max_karma .. "]", attuned and "" or " / " .. max_karma .. "]",
attuned and "(Cannot be debuffed)" or "",
}, },
} }
end, end,