Skip to content

Commit 87ff782

Browse files
Merge pull request #540 from MathIsFun0/main
(insert funny title here)
2 parents b933594 + 831d8a3 commit 87ff782

Some content is hidden

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

54 files changed

+3895
-1551
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# LSP setting files (add more if applicable)
22
.vscode/*
3-
.luarc.json
3+
.luarc.json
4+
.lovelyignore

Cryptid.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
"priority": 114,
1010
"badge_colour": "708b91",
1111
"badge_text_colour": "FFFFFF",
12-
"version": "0.5.5a~dev",
12+
"version": "0.5.5b",
1313
"dependencies": [
1414
"Talisman (>=2.0.9)",
1515
"Steamodded (>=1.0.0~BETA-0314c)"
1616
],
1717
"conflicts": [
18-
"Saturn"
18+
"Saturn",
19+
"AntePreview (>= 2.0.0~0c16a) (<<3.0.0)"
1920
]
2021
}

Cryptid.lua

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@ SMODS.current_mod.optional_features = {
1717
quantum_enhancements = false,
1818
-- Here are some other ones Steamodded has
1919
-- Cryptid doesn't use them YET, but these should be uncommented if Cryptid uses them
20-
--[[
2120
-- These ones add new card areas that Steamodded will calculate through
2221
-- Might already be useful for sticker calc
2322
cardareas = {
24-
deck = true,
25-
discard = true,
26-
}
27-
--]]
23+
--deck = true,
24+
discard = true, -- used by scorch
25+
},
2826
}
2927

3028
--Load Library Files
@@ -234,6 +232,12 @@ local cryptidConfigTab = function()
234232
ref_table = Cryptid_config,
235233
ref_value = "experimental",
236234
})
235+
cry_nodes[#cry_nodes + 1] = create_toggle({
236+
label = localize("cry_force_tooltips"),
237+
active_colour = HEX("22c705"),
238+
ref_table = Cryptid_config,
239+
ref_value = "force_tooltips",
240+
})
237241
cry_nodes[#cry_nodes + 1] = create_toggle({
238242
label = localize("cry_feat_https module"),
239243
active_colour = HEX("b1c78d"),

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ An unbalanced Balatro mod.
55
Note: Cryptid requires [Steamodded **1.0.0~BETA-0314c**](https://github.com/Steamopollys/Steamodded/archive/refs/heads/main.zip) and [Talisman](https://github.com/MathIsFun0/Talisman/releases/latest).
66

77
Cryptid currently adds:
8-
![image](https://github.com/user-attachments/assets/4a06c3ba-6df4-48af-a3b3-fdba4dd3125d)
9-
![image](https://github.com/user-attachments/assets/2bf58a78-7af9-45c5-930f-f8ac988c2126)
8+
9+
![image](https://github.com/user-attachments/assets/fa426832-2910-4bff-86d3-97b973c79801)
10+
![image](https://github.com/user-attachments/assets/a99b29fb-93c0-4f24-9dbd-f0ef82050aa5)
11+
![image](https://github.com/user-attachments/assets/2441010d-1f0d-4b3f-80f7-de45e071ad06)
1012

1113

1214
### [Official Discord](https://discord.gg/cryptid)

assets/1x/atlasspooky.png

7.23 KB
Loading

assets/1x/atlasthree.png

-3.55 KB
Loading

assets/1x/atlastwo.png

2.27 KB
Loading

assets/1x/bl_cry.png

-16.1 KB
Loading

assets/1x/hands.png

412 Bytes
Loading

assets/2x/atlasspooky.png

40.2 KB
Loading

0 commit comments

Comments
 (0)