From 49f3498e30c1190b6ecee4ac661988ac15376bd1 Mon Sep 17 00:00:00 2001 From: Thermo <144302382+Thermo-Dyn@users.noreply.github.com> Date: Tue, 29 Jul 2025 01:17:47 -0700 Subject: [PATCH 01/16] Add to Music Pool --- content/joker/allinjest/moon_waltz.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/joker/allinjest/moon_waltz.lua b/content/joker/allinjest/moon_waltz.lua index bd01f4a3..cc3029e2 100644 --- a/content/joker/allinjest/moon_waltz.lua +++ b/content/joker/allinjest/moon_waltz.lua @@ -7,6 +7,9 @@ SMODS.Joker { odds = 2 } }, + pools = { + Music = true + }, rarity = 2, pos = { x = 15, y = 8 }, atlas = 'jokers_atlas', From fb53154f78ee78c31c6e9f48f556666e8ccf59be Mon Sep 17 00:00:00 2001 From: Thermo <144302382+Thermo-Dyn@users.noreply.github.com> Date: Tue, 29 Jul 2025 01:18:20 -0700 Subject: [PATCH 02/16] Add to Music Pool --- content/joker/alert.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/joker/alert.lua b/content/joker/alert.lua index 22ef8055..b2f54163 100644 --- a/content/joker/alert.lua +++ b/content/joker/alert.lua @@ -6,6 +6,9 @@ SMODS.Joker { max = 3 } }, + pools = { + Music = true + }, rarity = 2, pos = { x = 3, y = 7 }, atlas = 'jokers_atlas', From 1714030c769a3042aa12f4d72da3db80880b3023 Mon Sep 17 00:00:00 2001 From: Thermo <144302382+Thermo-Dyn@users.noreply.github.com> Date: Tue, 29 Jul 2025 01:22:05 -0700 Subject: [PATCH 03/16] Add to Music Pool --- content/joker/ultra_rare.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/joker/ultra_rare.lua b/content/joker/ultra_rare.lua index f2699cdc..d53f8a74 100644 --- a/content/joker/ultra_rare.lua +++ b/content/joker/ultra_rare.lua @@ -10,6 +10,9 @@ SMODS.Joker { sell_value = 0 } }, + pools = { + Music = true + }, rarity = 3, pos = { x = 10, y = 7 }, atlas = "jokers_atlas", From febd84a946ac09271746d835db052470128526b6 Mon Sep 17 00:00:00 2001 From: Thermo <144302382+Thermo-Dyn@users.noreply.github.com> Date: Tue, 29 Jul 2025 01:22:10 -0700 Subject: [PATCH 04/16] Add to Music Pool --- content/joker/touch_tone_joker.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/joker/touch_tone_joker.lua b/content/joker/touch_tone_joker.lua index 71bb5722..bb133679 100644 --- a/content/joker/touch_tone_joker.lua +++ b/content/joker/touch_tone_joker.lua @@ -10,6 +10,9 @@ SMODS.Joker { } } }, + pools = { + Music = true + }, rarity = 2, pos = { x = 11, y = 9 }, atlas = "jokers_atlas", From da19c8f6385a811fb5163aff333e62844fc8a35a Mon Sep 17 00:00:00 2001 From: Thermo <144302382+Thermo-Dyn@users.noreply.github.com> Date: Tue, 29 Jul 2025 01:22:14 -0700 Subject: [PATCH 05/16] Add to Music Pool --- content/joker/the_quiet.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/joker/the_quiet.lua b/content/joker/the_quiet.lua index c7f98132..51870f32 100644 --- a/content/joker/the_quiet.lua +++ b/content/joker/the_quiet.lua @@ -5,6 +5,9 @@ SMODS.Joker { a_xMult = 0.1, }, }, + pools = { + Music = true + }, rarity = 3, pos = { x = 1, y = 8 }, atlas = 'jokers_atlas', From bb5ea775d32ea05a00ed0346e35b6877d36f3d9d Mon Sep 17 00:00:00 2001 From: Thermo <144302382+Thermo-Dyn@users.noreply.github.com> Date: Tue, 29 Jul 2025 01:22:17 -0700 Subject: [PATCH 06/16] Add to Music Pool --- content/joker/the_normal_joker.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/joker/the_normal_joker.lua b/content/joker/the_normal_joker.lua index a88973a6..5e41fc4d 100644 --- a/content/joker/the_normal_joker.lua +++ b/content/joker/the_normal_joker.lua @@ -5,6 +5,9 @@ SMODS.Joker { rarity = 1 } }, + pools = { + Music = true + }, rarity = 3, pos = { x = 11, y = 0 }, atlas = "jokers_atlas", From 45565edbb39485af39e9cdafc0e7551e25fffe7b Mon Sep 17 00:00:00 2001 From: Thermo <144302382+Thermo-Dyn@users.noreply.github.com> Date: Tue, 29 Jul 2025 01:22:20 -0700 Subject: [PATCH 07/16] Add to Music Pool --- content/joker/subterfuge.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/joker/subterfuge.lua b/content/joker/subterfuge.lua index 77818ff2..c533d88d 100644 --- a/content/joker/subterfuge.lua +++ b/content/joker/subterfuge.lua @@ -2,6 +2,9 @@ SMODS.Joker { key = 'subterfuge', rarity = 3, pos = { x = 3, y = 5 }, + pools = { + Music = true + }, atlas = 'jokers_atlas', cost = 8, unlocked = true, From 7424333b4229c31a70a1cd3045d545bc6450fdaa Mon Sep 17 00:00:00 2001 From: Thermo <144302382+Thermo-Dyn@users.noreply.github.com> Date: Tue, 29 Jul 2025 01:22:24 -0700 Subject: [PATCH 08/16] Add to Music Pool --- content/joker/skydiver.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/joker/skydiver.lua b/content/joker/skydiver.lua index 618fb9b1..bb51756e 100644 --- a/content/joker/skydiver.lua +++ b/content/joker/skydiver.lua @@ -6,6 +6,9 @@ SMODS.Joker { lowest_rank = 'Ace', } }, + pools = { + Music = true + }, rarity = 2, pos = { x = 4, y = 1 }, atlas = 'jokers_atlas', From cb225822bde5e5683dec9d842969f3d9a48d0944 Mon Sep 17 00:00:00 2001 From: Thermo <144302382+Thermo-Dyn@users.noreply.github.com> Date: Tue, 29 Jul 2025 01:22:27 -0700 Subject: [PATCH 09/16] Add to Music Pool --- content/joker/resurrections.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/joker/resurrections.lua b/content/joker/resurrections.lua index f140f2f0..5fcb6721 100644 --- a/content/joker/resurrections.lua +++ b/content/joker/resurrections.lua @@ -7,6 +7,9 @@ SMODS.Joker { chance_mult = 1 } }, + pools = { + Music = true + }, rarity = 3, pos = { x = 0, y = 10 }, atlas = 'jokers_atlas', From 22ea60abb75980b649a2607f11d8102492e70f14 Mon Sep 17 00:00:00 2001 From: Thermo <144302382+Thermo-Dyn@users.noreply.github.com> Date: Tue, 29 Jul 2025 01:22:31 -0700 Subject: [PATCH 10/16] Add to Music Pool --- content/joker/ncj.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/joker/ncj.lua b/content/joker/ncj.lua index e5275c62..085218c0 100644 --- a/content/joker/ncj.lua +++ b/content/joker/ncj.lua @@ -8,6 +8,9 @@ SMODS.Joker { scaling = 4 } }, + pools = { + Music = true + }, cost = 5, blueprint_compat = true, eternal_compat = true, From c59411cdb96a1ff45f3fe3573d3fda3805fcf851 Mon Sep 17 00:00:00 2001 From: Thermo <144302382+Thermo-Dyn@users.noreply.github.com> Date: Tue, 29 Jul 2025 01:22:35 -0700 Subject: [PATCH 11/16] Add to Music Pool --- content/joker/let_it_happen.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/joker/let_it_happen.lua b/content/joker/let_it_happen.lua index 2463a98d..4d5ca503 100644 --- a/content/joker/let_it_happen.lua +++ b/content/joker/let_it_happen.lua @@ -5,6 +5,9 @@ SMODS.Joker { hands_played_this_ante = {}, } }, + pools = { + Music = true + }, rarity = 3, pos = { x = 7, y = 2 }, atlas = "jokers_atlas", From 17f5c0344e52520a9007ca305e5fb09bd7c62ccb Mon Sep 17 00:00:00 2001 From: Thermo <144302382+Thermo-Dyn@users.noreply.github.com> Date: Tue, 29 Jul 2025 01:22:39 -0700 Subject: [PATCH 12/16] Add to Music Pool --- content/joker/legacy.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/joker/legacy.lua b/content/joker/legacy.lua index 0884ce5b..51be672e 100644 --- a/content/joker/legacy.lua +++ b/content/joker/legacy.lua @@ -5,6 +5,9 @@ SMODS.Joker { mult = 0 } }, + pools = { + Music = true + }, rarity = 3, pos = { x = 5, y = 7 }, atlas = 'jokers_atlas', From 4cd295a24462285d235b4d543bf83bbd62307b47 Mon Sep 17 00:00:00 2001 From: Thermo <144302382+Thermo-Dyn@users.noreply.github.com> Date: Tue, 29 Jul 2025 01:22:42 -0700 Subject: [PATCH 13/16] Add to Music Pool --- content/joker/jimbos_joyous_joker_jamboree.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/joker/jimbos_joyous_joker_jamboree.lua b/content/joker/jimbos_joyous_joker_jamboree.lua index 0d128445..cf6e72ec 100644 --- a/content/joker/jimbos_joyous_joker_jamboree.lua +++ b/content/joker/jimbos_joyous_joker_jamboree.lua @@ -5,6 +5,9 @@ SMODS.Joker { required = 13, } }, + pools = { + Music = true + }, rarity = 2, pos = { x = 10, y = 10 }, atlas = 'jokers_atlas', From 60eb59358347fd78f15f1903226cb3da55f4a8dd Mon Sep 17 00:00:00 2001 From: Thermo <144302382+Thermo-Dyn@users.noreply.github.com> Date: Tue, 29 Jul 2025 01:22:46 -0700 Subject: [PATCH 14/16] Add to Music Pool --- content/joker/in_case_i_make_it.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/joker/in_case_i_make_it.lua b/content/joker/in_case_i_make_it.lua index 0ae467b5..f0c21c42 100644 --- a/content/joker/in_case_i_make_it.lua +++ b/content/joker/in_case_i_make_it.lua @@ -5,6 +5,9 @@ SMODS.Joker { a_pchips = 10, } }, + pools = { + Music = true + }, rarity = 2, pos = { x = 18, y = 2 }, atlas = "jokers_atlas", From 98429e076094c733892a402e5eb77594e638c660 Mon Sep 17 00:00:00 2001 From: Thermo <144302382+Thermo-Dyn@users.noreply.github.com> Date: Tue, 29 Jul 2025 01:22:50 -0700 Subject: [PATCH 15/16] Add to Music Pool --- content/joker/deadringer.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/joker/deadringer.lua b/content/joker/deadringer.lua index 59684970..1148d1df 100644 --- a/content/joker/deadringer.lua +++ b/content/joker/deadringer.lua @@ -7,6 +7,9 @@ SMODS.Joker { ["9"] = 2 } }, + pools = { + Music = true + }, rarity = 2, pos = { x = 4, y = 8 }, atlas = 'jokers_atlas', From dbed2ac150c7d970ebd62d4fdb7eb784ec520c60 Mon Sep 17 00:00:00 2001 From: Thermo <144302382+Thermo-Dyn@users.noreply.github.com> Date: Tue, 29 Jul 2025 01:22:54 -0700 Subject: [PATCH 16/16] Add to Music Pool --- content/joker/black_rainbows.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/joker/black_rainbows.lua b/content/joker/black_rainbows.lua index ce250424..4f9e7351 100644 --- a/content/joker/black_rainbows.lua +++ b/content/joker/black_rainbows.lua @@ -7,6 +7,9 @@ SMODS.Joker { suit2 = 'Clubs' } }, + pools = { + Music = true + }, rarity = 2, pos = { x = 7, y = 3 }, atlas = 'jokers_atlas',