Fraser commited on
Commit
55d4224
·
1 Parent(s): 55b1a24
src/lib/components/PicletGenerator/PicletGenerator.svelte CHANGED
@@ -355,7 +355,7 @@ The output should be formatted as a JSON instance that conforms to the JSON sche
355
  "defence": {"type": "integer", "minimum": 0, "maximum": 100, "description": "Defensive/armor stat (0=paper thin, 100=impenetrable fortress)"},
356
  "attack": {"type": "integer", "minimum": 0, "maximum": 100, "description": "Physical attack power (0=harmless, 100=devastating force)"},
357
  "speed": {"type": "integer", "minimum": 0, "maximum": 100, "description": "Movement and reaction speed (0=immobile, 100=lightning fast)"},
358
- "monsterLore": {"type": "string", "description": "Write a detailed background story for this monster including its personality, habitat, behavior, and lore (2-3 sentences)"},
359
  "specialPassiveTraitDescription": {"type": "string", "description": "Describe a passive ability that gives this monster a unique advantage in battle"},
360
  "attackActionName": {"type": "string", "description": "Name of the monster's primary damage-dealing attack (e.g., 'Flame Burst', 'Toxic Bite')"},
361
  "attackActionDescription": {"type": "string", "description": "Describe how this attack damages the opponent and any special effects"},
 
355
  "defence": {"type": "integer", "minimum": 0, "maximum": 100, "description": "Defensive/armor stat (0=paper thin, 100=impenetrable fortress)"},
356
  "attack": {"type": "integer", "minimum": 0, "maximum": 100, "description": "Physical attack power (0=harmless, 100=devastating force)"},
357
  "speed": {"type": "integer", "minimum": 0, "maximum": 100, "description": "Movement and reaction speed (0=immobile, 100=lightning fast)"},
358
+ "monsterLore": {"type": "string", "description": "Write a background story for this monster including its personality, habitat, behavior, and lore (2-3 sentences)"},
359
  "specialPassiveTraitDescription": {"type": "string", "description": "Describe a passive ability that gives this monster a unique advantage in battle"},
360
  "attackActionName": {"type": "string", "description": "Name of the monster's primary damage-dealing attack (e.g., 'Flame Burst', 'Toxic Bite')"},
361
  "attackActionDescription": {"type": "string", "description": "Describe how this attack damages the opponent and any special effects"},