File tree Expand file tree Collapse file tree
src/balatrollm/strategies/default Expand file tree Collapse file tree Original file line number Diff line number Diff line change 123123 "type" : " integer" ,
124124 "description" : " 0-indexed position of the consumable to use"
125125 },
126+ "cards" : {
127+ "type" : " array" ,
128+ "items" : {
129+ "type" : " integer"
130+ },
131+ "description" : " List of 0-indexed card positions to select for activate the consumable effect if required"
132+ },
126133 "reasoning" : {
127134 "type" : " string" ,
128135 "description" : " Strategic reasoning for using this consumable now"
231238 "type" : " integer" ,
232239 "description" : " 0-indexed position of the consumable to use"
233240 },
241+ "cards" : {
242+ "type" : " array" ,
243+ "items" : {
244+ "type" : " integer"
245+ },
246+ "description" : " List of 0-indexed card positions to select for activate the consumable effect if required"
247+ },
234248 "reasoning" : {
235249 "type" : " string" ,
236250 "description" : " Strategic reasoning for using this consumable now"
You can’t perform that action at this time.
0 commit comments