From de95783fa7cd2ea8c6a9116bb24264c91330cefd Mon Sep 17 00:00:00 2001 From: LasagnaFelidae <87911854+LasagnaFelidae@users.noreply.github.com> Date: Sat, 4 Apr 2026 22:50:23 +0200 Subject: [PATCH 1/4] Update attributes.lua --- src/game_objects/attributes.lua | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/game_objects/attributes.lua b/src/game_objects/attributes.lua index d4621e94c..ebb4fd2f8 100644 --- a/src/game_objects/attributes.lua +++ b/src/game_objects/attributes.lua @@ -499,4 +499,23 @@ SMODS.Attribute({ keys = { 'j_hiker' } -}) \ No newline at end of file +}) + +SMODS.Attribute { + key = "destroy_self", + keys = { + "j_mr_bones", 'j_gros_michel', 'j_cavendish', 'j_ice_cream', 'j_ramen', 'j_turtle_bean', 'j_popcorn', 'j_selzer', + }, +} +SMODS.Attribute({ + key = 'consumeable', + alias = {'consumable'}, + keys = { + 'j_perkeo', 'j_astronomer', 'j_constellation', 'j_satellite', 'j_8_ball', 'j_superposition', + 'j_vagabond', 'j_hallucination', 'j_fortune_teller', 'j_cartomancer', 'j_sixth_sense', 'j_seance', + } +}) +SMODS.Attribute({ + key = 'consumeable_slot', + alias = {'consumable_slot'}, +}) From f991f445a13ae193a16e9e6b2285fff08dd16920 Mon Sep 17 00:00:00 2001 From: LasagnaFelidae <87911854+LasagnaFelidae@users.noreply.github.com> Date: Sat, 4 Apr 2026 23:06:32 +0200 Subject: [PATCH 2/4] Update attributes.lua --- src/game_objects/attributes.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/game_objects/attributes.lua b/src/game_objects/attributes.lua index ebb4fd2f8..2493188b4 100644 --- a/src/game_objects/attributes.lua +++ b/src/game_objects/attributes.lua @@ -501,12 +501,6 @@ SMODS.Attribute({ } }) -SMODS.Attribute { - key = "destroy_self", - keys = { - "j_mr_bones", 'j_gros_michel', 'j_cavendish', 'j_ice_cream', 'j_ramen', 'j_turtle_bean', 'j_popcorn', 'j_selzer', - }, -} SMODS.Attribute({ key = 'consumeable', alias = {'consumable'}, From 64aea8b07b3fbd5948795b771239bdb043197aad Mon Sep 17 00:00:00 2001 From: LasagnaFelidae <87911854+LasagnaFelidae@users.noreply.github.com> Date: Sun, 5 Apr 2026 00:06:41 +0200 Subject: [PATCH 3/4] Update attributes.lua --- src/game_objects/attributes.lua | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/game_objects/attributes.lua b/src/game_objects/attributes.lua index 2493188b4..51b968405 100644 --- a/src/game_objects/attributes.lua +++ b/src/game_objects/attributes.lua @@ -450,6 +450,10 @@ SMODS.Attribute({ key = 'editions' }) +SMODS.Attribute({ + key = 'stickers' +}) + SMODS.Attribute({ key = 'tag', keys = { 'j_diet_cola' } @@ -503,13 +507,23 @@ SMODS.Attribute({ SMODS.Attribute({ key = 'consumeable', - alias = {'consumable'}, keys = { 'j_perkeo', 'j_astronomer', 'j_constellation', 'j_satellite', 'j_8_ball', 'j_superposition', 'j_vagabond', 'j_hallucination', 'j_fortune_teller', 'j_cartomancer', 'j_sixth_sense', 'j_seance', } }) + SMODS.Attribute({ key = 'consumeable_slot', - alias = {'consumable_slot'}, +}) + +SMODS.Attribute({ + key = 'debuff' +}) + +SMODS.Attribute({ + key = 'position' + keys = { + 'j_blueprint', 'j_ceremonial', 'j_brainstorm', 'j_hanging_chad', 'j_photograph', + } }) From 19b9a7492dd4beee57dd34487410868366718677 Mon Sep 17 00:00:00 2001 From: LasagnaFelidae <87911854+LasagnaFelidae@users.noreply.github.com> Date: Wed, 29 Apr 2026 00:46:35 +0200 Subject: [PATCH 4/4] Update attributes.lua --- src/game_objects/attributes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game_objects/attributes.lua b/src/game_objects/attributes.lua index 51b968405..d88ca19d3 100644 --- a/src/game_objects/attributes.lua +++ b/src/game_objects/attributes.lua @@ -506,7 +506,7 @@ SMODS.Attribute({ }) SMODS.Attribute({ - key = 'consumeable', + key = 'consumable', keys = { 'j_perkeo', 'j_astronomer', 'j_constellation', 'j_satellite', 'j_8_ball', 'j_superposition', 'j_vagabond', 'j_hallucination', 'j_fortune_teller', 'j_cartomancer', 'j_sixth_sense', 'j_seance', @@ -514,7 +514,7 @@ SMODS.Attribute({ }) SMODS.Attribute({ - key = 'consumeable_slot', + key = 'consumable_slot', }) SMODS.Attribute({