|
1 | | ---Move all the stuff in here into atlasdeck.png later |
2 | | ---Also a lot of the edition decks have wrong proportions so those also need to get fixed |
3 | 1 | local atlasedition = { |
4 | 2 | object_type = "Atlas", |
5 | 3 | key = "atlaseditiondeck", |
@@ -378,32 +376,13 @@ return { |
378 | 376 | self.config.center.immutable = true |
379 | 377 | end |
380 | 378 | G.P_CENTERS.j_hanging_chad.misprintize_caps = { extra = 40 } |
381 | | - Cryptid.big_num_blacklist["c_magician"] = true |
382 | 379 | G.P_CENTERS.c_high_priestess.misprintize_caps = { planets = 100 } |
383 | | - Cryptid.big_num_blacklist["c_empress"] = true |
384 | 380 | G.P_CENTERS.c_emperor.misprintize_caps = { tarots = 100 } |
385 | | - Cryptid.big_num_blacklist["c_heirophant"] = true |
386 | | - Cryptid.big_num_blacklist["c_lovers"] = true |
387 | | - Cryptid.big_num_blacklist["c_chariot"] = true |
388 | | - Cryptid.big_num_blacklist["c_justice"] = true |
389 | | - Cryptid.big_num_blacklist["c_strength"] = true |
390 | | - Cryptid.big_num_blacklist["c_hanged_man"] = true |
391 | | - Cryptid.big_num_blacklist["c_death"] = true |
392 | | - Cryptid.big_num_blacklist["c_devil"] = true |
393 | | - Cryptid.big_num_blacklist["c_tower"] = true |
394 | | - Cryptid.big_num_blacklist["c_star"] = true |
395 | | - Cryptid.big_num_blacklist["c_moon"] = true |
396 | | - Cryptid.big_num_blacklist["c_sun"] = true |
397 | | - Cryptid.big_num_blacklist["c_world"] = true |
398 | | - Cryptid.big_num_blacklist["c_cry_eclipse"] = true |
399 | | - Cryptid.big_num_blacklist["c_cry_seraph"] = true |
400 | | - Cryptid.big_num_blacklist["c_cry_instability"] = true |
401 | 381 | G.P_CENTERS.c_cry_automaton.misprintize_caps = { create = 100 } |
402 | 382 | G.P_CENTERS.c_familiar.misprintize_caps = { extra = 100 } |
403 | 383 | G.P_CENTERS.c_grim.misprintize_caps = { extra = 100 } |
404 | 384 | G.P_CENTERS.c_incantation.misprintize_caps = { extra = 100 } |
405 | 385 | G.P_CENTERS.c_immolate.misprintize_caps = { destroy = 1e300 } |
406 | | - Cryptid.big_num_blacklist["c_cry_instability"] = true |
407 | 386 | G.P_CENTERS.c_cryptid.misprintize_caps = { extra = 100, max_highlighted = 100 } |
408 | 387 | G.P_CENTERS.c_immolate.misprintize_caps = { destroy = 1e300 } |
409 | 388 | G.P_CENTERS.c_cry_chambered.misprintize_caps = { extra = { num_copies = 100 } } |
|
0 commit comments