@@ -120,15 +120,15 @@ Create a new file: `knowledge-base/balatro-knowledge.json`
120120 "sources" : {
121121 "definition" : " Where items appear" ,
122122 "types" : {
123- "shopSlots " : " Shop positions [0-6]" ,
124- "packSlots " : " Pack positions [0-4]" ,
123+ "shopItems " : " Shop positions [0-6]" ,
124+ "boosterPacks " : " Pack positions [0-4]" ,
125125 "buffoonPack" : " Joker packs" ,
126126 "arcana" : " Tarot packs" ,
127127 "celestial" : " Planet packs"
128128 },
129129 "jaml_examples" : [
130- " sources:\n shopSlots : [0,1,2]" ,
131- " sources:\n packSlots : [0]"
130+ " sources:\n shopItems : [0,1,2]" ,
131+ " sources:\n boosterPacks : [0]"
132132 ]
133133 },
134134 "editions" : {
@@ -158,7 +158,7 @@ Create a new file: `knowledge-base/balatro-knowledge.json`
158158 {
159159 "intent" : " joker in shop slot" ,
160160 "natural_language" : [" get {joker} in shop slot {slot}" , " {joker} in position {slot}" ],
161- "jaml_template" : " - joker: {joker}\n sources:\n shopSlots : [{slot}]"
161+ "jaml_template" : " - joker: {joker}\n sources:\n shopItems : [{slot}]"
162162 },
163163 {
164164 "intent" : " joker with edition" ,
@@ -339,8 +339,8 @@ must: # Required criteria (AND logic)
339339 antes: [1,2,3] # optional
340340 edition: EditionName # optional (Foil, Holographic, Polychrome, Negative)
341341 sources: # optional
342- shopSlots : [0,1,2]
343- packSlots : [0]
342+ shopItems : [0,1,2]
343+ boosterPacks : [0]
344344
345345 - smallBlindTag: TagName
346346 antes: [4]
@@ -379,7 +379,7 @@ must:
379379 antes: [4]
380380 - joker: OopsAll6s
381381 sources:
382- shopSlots : [0,1,2,3,4,5,6]
382+ shopItems : [0,1,2,3,4,5,6]
383383\`\`\`
384384
385385Generate only valid JAML. If unclear, ask for clarification. ` ;
@@ -817,15 +817,15 @@ must:
817817 edition : Polychrome
818818 antes : [1]
819819 sources :
820- shopSlots : [0]
820+ shopItems : [0]
821821
822822# Query 4
823823name : ShowmanPack
824824must :
825825 - joker : Showman
826826 antes : [1]
827827 sources :
828- packSlots : [0]
828+ boosterPacks : [0]
829829
830830# Query 5
831831name : OopsBlueInvis
0 commit comments