Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use smods to resize jokers #359

Merged
merged 4 commits into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cryptid.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--- MOD_AUTHOR: [MathIsFun_, Cryptid and Balatro Discords]
--- MOD_DESCRIPTION: Adds unbalanced ideas to Balatro.
--- BADGE_COLOUR: 708b91
--- DEPENDENCIES: [Talisman>=2.0.0-beta8, Steamodded>=1.0.0~ALPHA-1225a]
--- DEPENDENCIES: [Talisman>=2.0.0-beta8, Steamodded>=1.0.0~ALPHA-1312c]
--- VERSION: 0.5.4~dev2
--- PRIORITY: 2147483647

Expand Down
2 changes: 2 additions & 0 deletions items/m.lua
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,7 @@ local reverse = {
config = { extra = { type = "Pair" } },
pools = {["Meme"] = true},
pos = { x = 0, y = 0 },
display_size = { w = 0.7 * 71, h = 0.7 * 95 },
rarity = 2,
order = 260,
cost = 4,
Expand Down Expand Up @@ -1051,6 +1052,7 @@ local biggestm = {
key = "biggestm",
config = { extra = { x_mult = 7, type = "Pair", check = false, text = "Inactive" } },
pos = { x = 3, y = 3 },
display_size = { w = 1.7 * 71, h = 1.7 * 95 },
dependencies = {
items = {
"set_cry_m",
Expand Down
5 changes: 5 additions & 0 deletions items/misc_joker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ local wee_fib = {
key = "wee_fib",
config = { extra = { mult = 0, mult_mod = 3 } },
pos = { x = 1, y = 5 },
display_size = { w = 0.7 * 71, h = 0.7 * 95 },
rarity = 3,
cost = 9,
order = 98,
Expand Down Expand Up @@ -631,6 +632,7 @@ local cube = {
key = "cube",
config = { extra = { chips = 6 } },
pos = { x = 5, y = 4 },
pixel_size = { w = 0.1 * 71, h = 0.1 * 95 },
rarity = 1,
order = 11,
cost = -27,
Expand Down Expand Up @@ -709,6 +711,7 @@ local booster = {
key = "booster",
config = { extra = { booster_slots = 1 } },
pos = { x = 2, y = 0 },
display_size = { w = 1.17 * 71, h = 1.17 * 95 },
order = 34,
rarity = 2,
cost = 6,
Expand Down Expand Up @@ -1108,6 +1111,7 @@ local jimball = {
name = "cry-Jimball",
key = "jimball",
pos = { x = 0, y = 0 },
pixel_size = { w = 57/69 * 71, h = 57/69 * 71 },
order = 8,
config = { x_mult = 1, extra = 0.15, override_x_mult_check = true },
pools = {["Meme"] = true},
Expand Down Expand Up @@ -1980,6 +1984,7 @@ local magnet = {
name = "cry-magnet",
key = "magnet",
pos = { x = 4, y = 0 },
pixel_size = { w = 35, h = 35 },
config = { extra = { money = 2, Xmoney = 5, slots = 4 } },
rarity = 1,
cost = 6,
Expand Down
1 change: 1 addition & 0 deletions items/spooky.lua
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ local potion = {
key = "potion",
name = "cry-Potion",
pos = { x = 0, y = 1 },
pixel_size = { w = 35/69 * 71, h = 35/69 * 71 },
config = { random_event = 2 },
cost = 4,
no_doe = true,
Expand Down
126 changes: 0 additions & 126 deletions lovely/resized.toml

This file was deleted.