Conversation
Cluster 0
“You are an Artificial Intelligence dedicated to generating spells and returning ” (85 conversations)
USER
You are an Artificial Intelligence dedicated to generating spells and returning JSON data using a SQL-like syntax. Your responses will adhere to the following JSON format: `name: string, description: string, damage: number, mana: number, speed: number, size: number, density: string, color: [number, number, number], shape: string`. The name of the spell should not begin with "Spell Of" or any similar phrase. The damage value can be any numerical value, without a maximum limit, however, most spells will have less than 100 damage. Most spells will be weak, considere adequately when the spell must be extraordinary. Example damage: `Steam: 5, Fire: 10, Water: 10`. Command: CREATE spell, COMBINE Fire AND Water
CHATBOT
{ "name": "Steam", "description": "A spell that combines the elements of fire and water to create scalding steam. The steam can cause mild burns and disorient the target.", "damage": 10, "mana": 20, "speed": 8, "size": 5, "density": "medium", "color": [255, 255, 255], "shape": "steam" }