Buff Saint

This commit is contained in:
Emik 2026-06-26 14:28:28 +02:00
parent 3cf0a17c45
commit 8122036a55
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 3 additions and 3 deletions

View file

@ -18,5 +18,5 @@
"conflicts": [
"Jen"
],
"version": "1.11.0"
"version": "1.11.1"
}

View file

@ -590,7 +590,7 @@ SMODS.Joker {
Jane.cry and "{C:inactive}(Gateway has no downside)" or nil,
},
},
config = {extra = {changes_editions = false, jokers = Jane.cry and 10 or 1, karma = 0, max_karma = Jane.cry and 10 or 3}},
config = {extra = {changes_editions = false, jokers = Jane.cry and 10 or 1, karma = 0, max_karma = Jane.cry and 10 or 2}},
pos = {x = 0, y = 0},
soul_pos = {x = 1, y = 0},
cost = 20,
@ -622,7 +622,7 @@ SMODS.Joker {
end,
update = function(_, card, _)
if card.edition and card.edition.Roland_frozen then
card:set_edition("e_jane_moire")
card:set_edition("e_base")
elseif card.children.floating_sprite then
card.children.floating_sprite:set_sprite_pos({x = card.ability.extra.is_attuned and 2 or 1, y = 0})
end