Clarify
This commit is contained in:
parent
0b5560d019
commit
5931aa264b
2 changed files with 6 additions and 3 deletions
|
|
@ -18,5 +18,5 @@
|
|||
"conflicts": [
|
||||
"Jen"
|
||||
],
|
||||
"version": "1.10.7"
|
||||
"version": "1.10.8"
|
||||
}
|
||||
|
|
@ -586,7 +586,9 @@ SMODS.Joker {
|
|||
"other Jokers to its",
|
||||
"left's {X:legendary,C:white}Eternal{} sticker",
|
||||
"{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,
|
||||
},
|
||||
},
|
||||
|
|
@ -615,7 +617,8 @@ SMODS.Joker {
|
|||
attuned and "" or (Jane.cry and " Gateways" or " Ankhs"),
|
||||
attuned and "" or "[",
|
||||
attuned and "" or karma,
|
||||
attuned and "(Cannot be debuffed)" or " / " .. max_karma .. "]",
|
||||
attuned and "" or " / " .. max_karma .. "]",
|
||||
attuned and "(Cannot be debuffed)" or "",
|
||||
},
|
||||
}
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue