File tree Expand file tree Collapse file tree 4 files changed +11
-15
lines changed
Expand file tree Collapse file tree 4 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -226,6 +226,15 @@ function SMODS.injectItems(...)
226226 G .P_CENTERS .j_burnt .immutable = true
227227 G .P_CENTERS .j_chicot .immutable = true
228228 G .P_CENTERS .j_perkeo .immutable = true
229+ G .P_CENTERS .j_hanging_chad .misprintize_caps = { extra = 40 }
230+ G .P_CENTERS .c_high_priestess .misprintize_caps = { planets = 100 }
231+ G .P_CENTERS .c_emperor .misprintize_caps = { tarots = 100 }
232+ G .P_CENTERS .c_familiar .misprintize_caps = { extra = 100 }
233+ G .P_CENTERS .c_grim .misprintize_caps = { extra = 100 }
234+ G .P_CENTERS .c_incantation .misprintize_caps = { extra = 100 }
235+ G .P_CENTERS .c_immolate .misprintize_caps = { destroy = 1e300 }
236+ G .P_CENTERS .c_cryptid .misprintize_caps = { extra = 100 , max_highlighted = 100 }
237+ G .P_CENTERS .c_immolate .misprintize_caps = { destroy = 1e300 }
229238 Cryptid .inject_pointer_aliases ()
230239end
231240
Original file line number Diff line number Diff line change @@ -4697,6 +4697,7 @@ local automaton = {
46974697 key = " automaton" ,
46984698 pos = { x = 12 , y = 1 },
46994699 config = { create = 1 },
4700+ misprintize_caps = { create = 100 },
47004701 order = 602 ,
47014702 atlas = " atlasnotjokers" ,
47024703 loc_vars = function (self , info_queue , card )
Original file line number Diff line number Diff line change @@ -325,21 +325,6 @@ return {
325325 init = function ()
326326 local sa = Card .set_ability
327327 function Card :set_ability (center , y , z )
328- G .P_CENTERS .j_hanging_chad .misprintize_caps = { extra = 40 }
329- G .P_CENTERS .c_high_priestess .misprintize_caps = { planets = 100 }
330- G .P_CENTERS .c_emperor .misprintize_caps = { tarots = 100 }
331- if G .P_CENTERS .c_cry_automaton then
332- G .P_CENTERS .c_cry_automaton .misprintize_caps = { create = 100 }
333- end
334- G .P_CENTERS .c_familiar .misprintize_caps = { extra = 100 }
335- G .P_CENTERS .c_grim .misprintize_caps = { extra = 100 }
336- G .P_CENTERS .c_incantation .misprintize_caps = { extra = 100 }
337- G .P_CENTERS .c_immolate .misprintize_caps = { destroy = 1e300 }
338- G .P_CENTERS .c_cryptid .misprintize_caps = { extra = 100 , max_highlighted = 100 }
339- G .P_CENTERS .c_immolate .misprintize_caps = { destroy = 1e300 }
340- if G .P_CENTERS .c_cry_chambered then
341- G .P_CENTERS .c_cry_chambered .misprintize_caps = { extra = { num_copies = 100 } }
342- end
343328 if not G .SETTINGS .paused and Cryptid .safe_get (center , " name" ) == " Default Base" then -- scuffed
344329 return sa (
345330 self ,
Original file line number Diff line number Diff line change @@ -812,6 +812,7 @@ local chambered = {
812812 key = " chambered" ,
813813 pos = { x = 5 , y = 0 },
814814 config = { extra = { num_copies = 3 } },
815+ misprintize_caps = { extra = { num_copies = 100 } },
815816 loc_vars = function (self , info_queue , card )
816817 info_queue [# info_queue + 1 ] = { key = " e_negative_consumable" , set = " Edition" , config = { extra = 1 } }
817818 return { vars = { card .ability .extra .num_copies } }
You can’t perform that action at this time.
0 commit comments