Skip to content

Adds the ability to define credits for each card/deck in balatro

License

Notifications You must be signed in to change notification settings

AuroraKy/3xCredits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3xCredits

A Balatro mod using Steamodded and lovely to add credits to cards and decks.

Made by AuroraAquir.

Originally used exclusively in CelesteCardCollection.

Currently supported: Joker Cards, Decks, Vouchers, Tarot Cards, Planet Cards, Spectral Cards, Enhancements, Editions, Boosters

Currently NOT supported (Will probably add in the future): Challenges, Blinds, Stickers, Seals

Probably will never be supported: Achievements, Ranks, Suits, Stakes, PokerHands. None of these really have collections to view them at.

To use this mod depend on it in your mod.json by adding "3xCredits (==1.*~)" to dependencies

Example:

	"dependencies": ["Steamodded (>=1.0.0~BETA-0319c)", "3xCredits (==1.*~)"]

Then when defining a joker or deck add a credits attribute. If it is defined it will try to find art, code and concept values and all of them should be filled. In CCC we set the value to "N/A" if there is no credit for a field (for example, by it not having art).

Example:

credit = {
    art = "Gappie",
    code = "toneblock",
    concept = "Aurora Aquir"
},

Which could look like this as a full joker definition (from CCC):

local bunnyhop = {
	name = "ccc_Bunny Hop",
	key = "bunnyhop",
    config = {extra = {chips = 1}},
	pixel_size = { w = 71, h = 81 },
	pos = {x = 9, y = 6},
	loc_txt = {
        name = 'Bunny Hop',
        text = {
			"Permanently give {C:chips}+#1#{} Chip",
			"to {C:attention}all{} cards held in hand",
			"on discarding a {C:attention}card{}",
        }
    },
	rarity = 1,
	cost = 5,
	discovered = true,
	blueprint_compat = true,
	eternal_compat = true,
	perishable_compat = true,
	atlas = "j_ccc_jokers",
	credit = {
		art = "Gappie",
		code = "toneblock",
		concept = "Aurora Aquir"
	}
}

and would appear like this in-game:

In-game Example

About

Adds the ability to define credits for each card/deck in balatro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages