Add new joker
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 42 KiB |
BIN
assets/1x/joker.png~
Normal file
|
After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
|
@ -230,6 +230,10 @@ return {
|
||||||
"least {C:attention}#2# suits",
|
"least {C:attention}#2# suits",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
j_Roland_srjoker = {
|
||||||
|
name = "Sr. Joker",
|
||||||
|
text = {"{X:mult,C:white}X#1#{} Mult"},
|
||||||
|
},
|
||||||
j_Roland_sunny = {
|
j_Roland_sunny = {
|
||||||
name = "Sunny Side Up",
|
name = "Sunny Side Up",
|
||||||
text = {
|
text = {
|
||||||
|
|
|
||||||
|
|
@ -564,6 +564,24 @@ joker {
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
joker {
|
||||||
|
key = "srjoker",
|
||||||
|
pronouns = "he_him",
|
||||||
|
config = {extra = {xmult = 1.25}},
|
||||||
|
cost = 2,
|
||||||
|
rarity = 2,
|
||||||
|
eternal_compat = true,
|
||||||
|
blueprint_compat = true,
|
||||||
|
perishable_compat = true,
|
||||||
|
loc_vars = function(_, _, card)
|
||||||
|
return {vars = {card.ability.extra.xmult}}
|
||||||
|
end,
|
||||||
|
calculate = function(_, card, context)
|
||||||
|
return (context.joker_main or context.forcetrigger) and
|
||||||
|
{card = card, xmult = card.ability.extra.xmult} or nil
|
||||||
|
end,
|
||||||
|
}
|
||||||
|
|
||||||
joker {
|
joker {
|
||||||
key = "bulldozer",
|
key = "bulldozer",
|
||||||
pronouns = "it_its",
|
pronouns = "it_its",
|
||||||
|
|
|
||||||