diff --git a/src/game_objects/attributes.lua b/src/game_objects/attributes.lua index d4621e94c..d88ca19d3 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' } @@ -499,4 +503,27 @@ SMODS.Attribute({ keys = { 'j_hiker' } -}) \ No newline at end of file +}) + +SMODS.Attribute({ + 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', + } +}) + +SMODS.Attribute({ + key = 'consumable_slot', +}) + +SMODS.Attribute({ + key = 'debuff' +}) + +SMODS.Attribute({ + key = 'position' + keys = { + 'j_blueprint', 'j_ceremonial', 'j_brainstorm', 'j_hanging_chad', 'j_photograph', + } +})