From eb30e2d3361209c31bb8b8b9ef3e571f7f3afa0b Mon Sep 17 00:00:00 2001 From: vitellaryjr <43586575+vitellaryjr@users.noreply.github.com> Date: Wed, 6 May 2026 13:46:52 -0700 Subject: [PATCH 1/3] 3 more attributes --- src/game_objects/attributes.lua | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/game_objects/attributes.lua b/src/game_objects/attributes.lua index d4621e94c..2da28228e 100644 --- a/src/game_objects/attributes.lua +++ b/src/game_objects/attributes.lua @@ -499,4 +499,25 @@ SMODS.Attribute({ keys = { 'j_hiker' } +}) + +SMODS.Attribute({ + key = 'shop', + keys = { + 'j_astronomer', 'j_chaos', 'j_flash' + } +}) + +SMODS.Attribute({ + key = 'booster', + keys = { + 'j_red_card' + } +}) + +SMODS.Attribute({ + key = 'hand_level', + keys = { + 'j_space' + } }) \ No newline at end of file From 0f998dd6e1e58222c124bb4e070cddbc5afaf514 Mon Sep 17 00:00:00 2001 From: vitellaryjr <43586575+vitellaryjr@users.noreply.github.com> Date: Wed, 6 May 2026 14:50:26 -0700 Subject: [PATCH 2/3] forgot some booster jokers. embarrassing --- src/game_objects/attributes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game_objects/attributes.lua b/src/game_objects/attributes.lua index 2da28228e..a5381efb3 100644 --- a/src/game_objects/attributes.lua +++ b/src/game_objects/attributes.lua @@ -511,7 +511,7 @@ SMODS.Attribute({ SMODS.Attribute({ key = 'booster', keys = { - 'j_red_card' + 'j_red_card', 'j_hallucination', 'j_astronomer' } }) From e9cfe406cf0653cadb03ef6f2ad1063413fa1327 Mon Sep 17 00:00:00 2001 From: vitellaryjr <43586575+vitellaryjr@users.noreply.github.com> Date: Wed, 6 May 2026 15:40:07 -0700 Subject: [PATCH 3/3] burnt joker --- src/game_objects/attributes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game_objects/attributes.lua b/src/game_objects/attributes.lua index a5381efb3..eaaac131f 100644 --- a/src/game_objects/attributes.lua +++ b/src/game_objects/attributes.lua @@ -518,6 +518,6 @@ SMODS.Attribute({ SMODS.Attribute({ key = 'hand_level', keys = { - 'j_space' + 'j_space', 'j_burnt' } }) \ No newline at end of file