Skip to content

Commit d39633a

Browse files
authored
Merge branch 'balance-things' into probability-stuff
2 parents ba9159d + f1ffe1c commit d39633a

Some content is hidden

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

74 files changed

+6843
-3992
lines changed

Cryptid.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
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": [
14-
"Talisman (>=2.2.0a)",
1514
"Steamodded (>=1.0.0~BETA-0614a)"
1615
],
1716
"conflicts": [

Cryptid.lua

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,35 @@ 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 = Cryptid.circus_rarities or {}
242+
Cryptid.circus_rarities["rare"] = { rarity = 3, base_mult = 2, order = 1, colour = G.C.RARITY.Rare }
243+
Cryptid.circus_rarities["epic"] = { rarity = "cry_epic", base_mult = 3, order = 2, colour = G.C.RARITY.cry_epic }
244+
Cryptid.circus_rarities["legendary"] = { rarity = 4, base_mult = 4, order = 3, colour = G.C.RARITY.Legendary }
245+
Cryptid.circus_rarities["exotic"] =
246+
{ rarity = "cry_exotic", base_mult = 20, order = 4, colour = G.C.RARITY.cry_exotic }
247+
248+
Cryptid.reload_localization()
249+
local keys = {}
250+
local a_keys = {}
251+
for i, v in pairs(SMODS.calculation_keys) do
252+
if not keys[v] then
253+
a_keys[#a_keys + 1] = v
254+
end
255+
keys[v] = true
256+
end
257+
SMODS.calculation_keys = a_keys
230258
end
231259

232260
local old_repitions = SMODS.calculate_repetitions

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
# Cryptid
33
An unbalanced Balatro mod.
44

5-
Note: Cryptid requires [Steamodded](https://github.com/Steamopollys/Steamodded/archive/refs/heads/main.zip) and [Talisman](https://github.com/SpectralPack/Talisman/archive/refs/heads/main.zip).
5+
Note: Cryptid requires [Steamodded](https://github.com/Steamopollys/Steamodded/archive/refs/heads/main.zip)
6+
[Talisman](https://github.com/SpectralPack/Talisman/archive/refs/heads/main.zip) may be used to increase the score cap but isnt required.
7+
68

79
Cryptid currently adds:
810

@@ -17,13 +19,13 @@ Cryptid currently adds:
1719

1820
### Frequently asked questions
1921
* Credit to @jenwalter666 for creating this FAQ (forwarded from Cryptid Discord)
22+
* Edits to reflect some changed made by @lord.ruby
2023

2124
## General
2225

2326
> *My game is crashing on startup/something doesn't appear to be loading!*
2427
2528
Make sure everything is properly installed.
26-
For Talisman, the folder that contains Talisman should be named `Talisman`. If you've downloaded the source code from GitHub (by clicking on [Code] and then [Download ZIP]), the folder within the ZIP may be called `Talisman-main`, which will cause a problem. Simply rename the folder(s) so that the `-main` part of the name is removed, so that the folder is just called `Talisman`.
2729
Whenever you are manually updating Talisman or Cryptid, or any other mod for that matter, it's a good approach to instead delete the contents of the folder, then install the contents of the folder from the ZIP into the existing folder to avoid having to constantly rename the folder over and over.
2830
For automatic updates, try using the [automatic update script](https://discord.com/channels/1264429948970733782/1268911536638787625).
2931
It could also be that Steamodded is out of date, sometimes mods may use features of a new version that's absent in an older version, but don't change the version that they ask for.
@@ -43,7 +45,7 @@ If they show up red, that means there's a problem. Hover over the mod icon (whic
4345
You can disable some features of the mod by opening your Mods, clicking [Cryptid], going over to the Config tab, and clicking Thematic Sets. There, you can toggle various Cryptid additions on or off as you see fit.
4446
You can also enable/disable certain music tracks in the Music tab. If you're a streamer, consider disabling the Jimball music for your safety!
4547

46-
> *I'm hitting infinity very often, is there any way to raise the limit of the scoring system?*
48+
> *I'm hitting "naneinf"/"Infinity" very often, is there any way to raise the limit of the scoring system?*
4749
4850
Talisman may be configured to be on **BigNum** mode, which has a maximum limit of ee308. You can make the limit virtually disappear by changing it to **OmegaNum**, which can handle e10##1000. You can configure it by going into Mods, then clicking Talisman, and changing the Score Limit under Config. Be careful; if you have a saved run that was on a different number system, you won't be able to load it (unless if you switch back)!
4951

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

0 commit comments

Comments
 (0)