File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -460,8 +460,8 @@ if CardSleeves then
460460 },
461461 unlocked = true ,
462462 unlock_condition = { deck = " Antimatter Deck" , stake = 1 },
463- loc_vars = function (self )
464- return { vars = {} }
463+ loc_vars = function (self , info_queue , center )
464+ return { key = Cryptid . gameset_loc ( self , { mainline = " balanced " , modest = " balanced " }) }
465465 end ,
466466 trigger_effect = function (self , args )
467467 if context .context ~= " final_scoring_step" then
Original file line number Diff line number Diff line change @@ -2996,6 +2996,16 @@ return {
29962996 " {C:red}WIP" ,
29972997 },
29982998 },
2999+ sleeve_cry_antimatter_sleeve_balanced = {
3000+ name = " Antimatter Sleeve" ,
3001+ text = {
3002+ " applies the {C:attention}effects{}" ,
3003+ " and {C:attention}special effects{}" ,
3004+ " of {C:attention}every{} slevee won" ,
3005+ " with {C:gold}Gold Stake{}" ,
3006+ " {C:red}WIP" ,
3007+ },
3008+ },
29993009 },
30003010 Spectral = {
30013011 c_cry_adversary = {
You can’t perform that action at this time.
0 commit comments