Skip to content

Commit b14e9ee

Browse files
committed
oops
1 parent ed679bb commit b14e9ee

File tree

2 files changed

+24
-30
lines changed

2 files changed

+24
-30
lines changed

README.md

Lines changed: 22 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,42 @@
1-
# ![icon](assets/1x/mod_icon.png) Final Mix - Kingdom Hearts Themed Balatro Mod!
1+
# ![icon](assets/1x/mod_icon.png) Final Mix - Kingdom Hearts Themed Content Mod!
22

33
![Logo](https://github.com/user-attachments/assets/fbcd425a-e062-4b9f-8a86-d26d5bb45b97)
44

5-
# Features
5+
# Additions
66

7-
Currently adds the following content based on the hit videogame, Kingdom Hearts!
8-
- 30 Jokers<br>
9-
- 2 Challenges<br>
10-
- 3 Spectral Cards<br>
11-
- 1 Tarot Card<br>
12-
- 1 Sticker<br>
13-
- 2 Seals<br>
14-
- 2 Decks<br>
15-
- 2 Vouchers<br>
16-
- Kingdom Hearts x Friends of Jimbo Collab<br>
7+
Currently adds the following content to Balatro based on the hit videogame, Kingdom Hearts!
178

18-
and more to come... stay tuned!
19-
20-
## Cool Content!
21-
22-
<details>
23-
<summary>Mega64 Content *by me* </summary
9+
- 4 suits of Kingdom Hearts x Friends of Jimbo Face cards!<br>
2410

25-
- Mod includes a Bryce The Nobody Joker + Face Card based off Mega64's video on Kingdom Hearts!
26-
- https://www.youtube.com/watch?v=4YVTBQCbezQ&t=1s
11+
<img width="468" height="272" alt="{97840C34-05E8-41E9-95BD-A1A6990B82A0}" src="https://github.com/user-attachments/assets/ad14b31e-43b8-4bc4-8a1b-e6572c8cbbdc" />
2712

28-
</details>
13+
and more to come... stay tuned!
2914

30-
## Crossmod!
15+
## Crossmod Compat!
3116

32-
This Mod has JokerDisplay support! *woo hoo*
17+
This Mod has JokerDisplay support! _woo hoo_
3318

3419
- [JokerDisplay](https://github.com/nh6574/JokerDisplay)
3520

36-
This Mod also has CardSleeves support! *yippee*
21+
This Mod also has CardSleeves support! _yippee_
3722

3823
- Adds 2 new sleeves: Kingdom and Rechain Sleeves!
3924
- [CardSleeves](https://github.com/larswijn/CardSleeves)
4025

41-
This Mod now has Partner API support! *yay*
26+
This Mod now has Partner API support! _yay_
4227

4328
- Adds 5 new Partners to the Game!
4429
- [Partner-API](https://github.com/Icecanno/Partner-API)
4530

31+
## Cool Content!
32+
33+
<details>
34+
<summary>Mega64 inspired Content</summary>
35+
36+
- Mod includes a Bryce The Nobody Joker + Face Card based off of Mega64's video on Kingdom Hearts!
37+
- https://www.youtube.com/watch?v=4YVTBQCbezQ&t=1s
38+
39+
</details>
4640

4741
## Requirements
4842

@@ -55,7 +49,7 @@ Get the latest stable version from the [Releases](https://github.com/cloudzXIII/
5549

5650
## Many Thanks
5751

58-
Credits to the following Mods and their devs! I borrowed/referenced their code in the making this mod!
52+
Credits to the following Mods and their devs! I borrowed/referenced their code in the making of this mod!
5953

6054
<details>
6155
<summary>Paperback — <a href="https://github.com/Balatro-Paperback/paperback">GitHub</a></summary>
@@ -74,11 +68,11 @@ Credits to the following Mods and their devs! I borrowed/referenced their code i
7468

7569
<details>
7670
<summary>Cryptid — <a href="https://github.com/SpectralPack/Cryptid">GitHub</a></summary>
77-
- For the lovely patches used to make all blinds boss blinds!
71+
- For the lovely patches used to make all blinds boss blinds
7872
</details>
7973

8074
<details>
81-
<summary>JoyousSpring</summary>
75+
<summary>JoyousSpring - <a href="https://github.com/nh6574/JoyousSpring">Github</a></summary>
8276
- For the code used to add Jokers to the Mod Page!
8377
</details>
8478

content/collabs/kingdomheartsxbalatro.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ local atlas_lc = SMODS.Atlas {
1515
SMODS.DeckSkin {
1616
key = "khhearts",
1717
suit = "Hearts",
18-
loc_txt = "Kingom Hearts",
18+
loc_txt = "Kingdom Hearts",
1919
palettes = {
2020
{
2121
key = 'lc',
@@ -84,7 +84,7 @@ SMODS.DeckSkin {
8484
SMODS.DeckSkin {
8585
key = "khclubs",
8686
suit = "Clubs",
87-
loc_txt = "Bryce",
87+
loc_txt = "Mega64",
8888
palettes = {
8989
{
9090
key = 'lc',

0 commit comments

Comments
 (0)