Display uses left in Cryptid
This commit is contained in:
parent
ed3303e575
commit
f93d8f09e6
2 changed files with 3 additions and 10 deletions
|
|
@ -17,5 +17,5 @@
|
|||
"conflicts": [
|
||||
"Jen"
|
||||
],
|
||||
"version": "1.5.13"
|
||||
"version": "1.5.14"
|
||||
}
|
||||
|
|
@ -43,10 +43,7 @@ SMODS.Consumable {
|
|||
set = "Tarot",
|
||||
loc_txt = {
|
||||
name = "#1#-in-a-Tarot",
|
||||
text = Cryptid and {
|
||||
"Create a {C:dark_edition}Negative {C:attention}#2#",
|
||||
"{C:inactive,E:1}#3#{}",
|
||||
} or {
|
||||
text = {
|
||||
"Create a {C:dark_edition}Negative {C:attention}#2#",
|
||||
"after {C:attention}#3# {}uses {C:inactive}(#4# left)",
|
||||
"{C:inactive,E:1}#5#{}",
|
||||
|
|
@ -65,11 +62,7 @@ SMODS.Consumable {
|
|||
|
||||
local desc = is_jolly and "Jolly Joker" or "default Joker"
|
||||
local name = is_jolly and "Jolly" or "Joker"
|
||||
|
||||
local vars = Cryptid and {name, desc, card.blurb} or
|
||||
{name, desc, required, required - get_uses(), card.blurb}
|
||||
|
||||
return {vars = vars}
|
||||
return {vars = {name, desc, required, required - get_uses(), card.blurb}}
|
||||
end,
|
||||
pos = {x = 0, y = 1},
|
||||
cost = 4,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue