Skip to content

Commit 8371c94

Browse files
committed
Revert "Merge pull request #755 from SpectralPack/probability-stuff"
This reverts commit 8d761c9, reversing changes made to 96ee5a9.
1 parent 8d761c9 commit 8371c94

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+5578
-1873
lines changed

Cryptid.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"priority": 114,
1010
"badge_colour": "708b91",
1111
"badge_text_colour": "FFFFFF",
12-
"version": "0.5.10~dev",
12+
"version": "0.5.10",
1313
"dependencies": [
1414
"Talisman (>=2.2.0a)",
1515
"Steamodded (>=1.0.0~BETA-0614a)"

Cryptid.lua

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,25 @@ 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()
239+
240+
--this has to be here because the colors dont exist earlier then this
241+
Cryptid.circus_rarities["rare"] = { rarity = 3, base_mult = 2, order = 1, colour = G.C.RARITY.Rare }
242+
Cryptid.circus_rarities["epic"] = { rarity = "cry_epic", base_mult = 3, order = 2, colour = G.C.RARITY.cry_epic }
243+
Cryptid.circus_rarities["legendary"] = { rarity = 4, base_mult = 4, order = 3, colour = G.C.RARITY.Legendary }
244+
Cryptid.circus_rarities["exotic"] =
245+
{ rarity = "cry_exotic", base_mult = 20, order = 4, colour = G.C.RARITY.cry_exotic }
246+
247+
Cryptid.reload_localization()
230248
end
231249

232250
local old_repitions = SMODS.calculate_repetitions

assets/1x/atlasnotjokers.png

3.28 KB
Loading

assets/1x/atlasone.png

11.7 KB
Loading

assets/1x/atlasspooky.png

1.92 KB
Loading

assets/1x/bl_cry_two.png

7.09 KB
Loading
3.17 KB
Binary file not shown.

assets/1x/intercept_sprite.png

318 Bytes
Loading

assets/1x/shinyc.png

-995 Bytes
Loading

assets/1x/tag_cry.png

1.21 KB
Loading

0 commit comments

Comments
 (0)