@@ -332,26 +332,6 @@ async function seedTechnicalBadgesData() {
332332 } ,
333333 } ,
334334
335- // Line 10: All comparison operators in one place
336- {
337- labelId,
338- sequence : 10 ,
339- content : "Testing all comparison operators." ,
340- contentType : "NARRATION" ,
341- speakerId : null ,
342- visualType : "GENERATED" ,
343- conditions : {
344- stats : {
345- strength : { value : 10 , operator : ">=" } ,
346- dexterity : { value : 5 , operator : "<=" } ,
347- intelligence : { value : 15 , operator : ">" } ,
348- wisdom : { value : 3 , operator : "<" } ,
349- charisma : { value : 8 , operator : "==" } ,
350- luck : { value : 0 , operator : "!=" } ,
351- } ,
352- } ,
353- } ,
354-
355335 // Line 9: Complex menu with condition flags
356336 {
357337 labelId,
@@ -376,6 +356,26 @@ async function seedTechnicalBadgesData() {
376356 } ,
377357 ] ,
378358 } ,
359+
360+ // Line 10: All comparison operators in one place
361+ {
362+ labelId,
363+ sequence : 10 ,
364+ content : "Testing all comparison operators." ,
365+ contentType : "NARRATION" ,
366+ speakerId : null ,
367+ visualType : "GENERATED" ,
368+ conditions : {
369+ stats : {
370+ strength : { value : 10 , operator : ">=" } ,
371+ dexterity : { value : 5 , operator : "<=" } ,
372+ intelligence : { value : 15 , operator : ">" } ,
373+ wisdom : { value : 3 , operator : "<" } ,
374+ charisma : { value : 8 , operator : "==" } ,
375+ luck : { value : 0 , operator : "!=" } ,
376+ } ,
377+ } ,
378+ } ,
379379 ] ;
380380
381381 await db . insert ( labelLines ) . values ( testLines ) ;
0 commit comments