{
  "idleChatter": [
    {
      "trigger": "low_health",
      "lines": [
        "{name}: I could use a rest... my wounds haven't healed.",
        "{name}: Anyone got a potion? I'm hurting over here.",
        "{name}: We should find an inn before the next fight."
      ]
    },
    {
      "trigger": "high_gold",
      "lines": [
        "{name}: Our purse is getting heavy. Time to upgrade some gear!",
        "{name}: With this gold we could buy something legendary.",
        "{name}: The merchants will be pleased to see us."
      ]
    },
    {
      "trigger": "low_gold",
      "lines": [
        "{name}: We're running low on coin... need more hunts.",
        "{name}: Can't afford anything at this rate.",
        "{name}: Maybe we should sell some old gear."
      ]
    },
    {
      "trigger": "boss_nearby",
      "lines": [
        "{name}: I can feel something powerful lurking here...",
        "{name}: Stay sharp. The boss of this area is still alive.",
        "{name}: We should prepare before challenging the boss."
      ]
    },
    {
      "trigger": "boss_defeated",
      "lines": [
        "{name}: That boss didn't stand a chance!",
        "{name}: Another tyrant falls. The land is safer now.",
        "{name}: Victory feels good. What's next?"
      ]
    },
    {
      "trigger": "high_conquer",
      "lines": [
        "{name}: We own this territory now. Time to push further.",
        "{name}: The locals look relieved. Our work here is nearly done.",
        "{name}: This zone is almost fully conquered. Onward!"
      ]
    },
    {
      "trigger": "new_zone",
      "lines": [
        "{name}: Never been here before. Stay on guard.",
        "{name}: New territory... I wonder what treasures await.",
        "{name}: The air feels different here. Let's explore carefully."
      ]
    }
  ],
  "responses": [
    {
      "trigger": "low_health",
      "lines": [
        "{name}: Agreed, let's find shelter.",
        "{name}: I'll cover you. Hang in there.",
        "{name}: Here, take my last potion."
      ]
    },
    {
      "trigger": "high_gold",
      "lines": [
        "{name}: I've had my eye on a new weapon!",
        "{name}: Let's hit the shops then.",
        "{name}: Dibs on the first upgrade!"
      ]
    },
    {
      "trigger": "low_gold",
      "lines": [
        "{name}: The grind never stops...",
        "{name}: More battles, more loot. Simple.",
        "{name}: I know a good hunting spot."
      ]
    },
    {
      "trigger": "boss_nearby",
      "lines": [
        "{name}: I'm ready. Let's take it down.",
        "{name}: We need better gear first, maybe.",
        "{name}: Together we can handle anything."
      ]
    },
    {
      "trigger": "boss_defeated",
      "lines": [
        "{name}: Let's celebrate at the inn!",
        "{name}: I'll drink to that!",
        "{name}: We make a great team."
      ]
    },
    {
      "trigger": "high_conquer",
      "lines": [
        "{name}: The harvest output here is incredible now.",
        "{name}: Let's leave workers behind and move on.",
        "{name}: New challenges await beyond these borders."
      ]
    },
    {
      "trigger": "new_zone",
      "lines": [
        "{name}: I've heard rumors about this place...",
        "{name}: Keep your weapons ready.",
        "{name}: Exciting! New enemies, new loot!"
      ]
    }
  ],
  "genericChatter": [
    [
      "{a}: Think we'll ever find the Void Throne?",
      "{b}: Only if we're strong enough to survive it."
    ],
    [
      "{a}: My sword arm is getting stronger every day.",
      "{b}: Just don't cut yourself showing off."
    ],
    [
      "{a}: Do you think we'll be remembered?",
      "{b}: Legends are made, not born. Keep fighting."
    ],
    [
      "{a}: I miss a warm meal by the fire.",
      "{b}: After the next battle. Promise."
    ],
    [
      "{a}: What drives you to keep fighting?",
      "{b}: Grudges don't settle themselves."
    ],
    [
      "{a}: The stars look different out here.",
      "{b}: That's the corruption spreading. We have to stop it."
    ],
    [
      "{a}: Ever wonder what's beyond the Void Throne?",
      "{b}: Nothing good. But we'll face it together."
    ],
    [
      "{a}: My gear could use an upgrade.",
      "{b}: Mine too. Let's find a city soon."
    ],
    [
      "{a}: How many battles have we survived?",
      "{b}: Lost count. But each one made us stronger."
    ],
    [
      "{a}: I heard the Demon Gate hides ancient weapons.",
      "{b}: Then let's go claim them!"
    ],
    [
      "{a}: You fight well for someone your size.",
      "{b}: Size isn't everything. Speed is."
    ],
    [
      "{a}: This land is cursed...",
      "{b}: Then we'll be the ones to cleanse it."
    ],
    [
      "{a}: Ready for another round?",
      "{b}: Always. Let's go hunt."
    ],
    [
      "{a}: I need to learn some new skills.",
      "{b}: The skill tree has so much potential."
    ],
    [
      "{a}: Remember that last boss fight?",
      "{b}: How could I forget? That was intense!"
    ],
    [
      "{a}: Our party is getting stronger.",
      "{b}: Strong enough to take on anything."
    ],
    [
      "{a}: What should we do next?",
      "{b}: Push into harder territory. We can handle it."
    ],
    [
      "{a}: I found a rare drop earlier!",
      "{b}: Nice! Equip it and let's test it out."
    ]
  ],
  "goalChatter": [
    {
      "lines": [
        "{a}: We need better weapons. Let's find a merchant.",
        "{b}: Good idea. Our current gear won't cut it much longer."
      ],
      "trigger": "suggest_trade"
    },
    {
      "lines": [
        "{a}: That zone isn't conquered yet. Let's finish it.",
        "{b}: More conquering means better harvest yields too."
      ],
      "trigger": "suggest_hunt"
    },
    {
      "lines": [
        "{a}: We should challenge that boss soon.",
        "{b}: Agreed. Time to prove our worth."
      ],
      "trigger": "boss_nearby"
    },
    {
      "lines": [
        "{a}: Let's grind some levels before moving on.",
        "{b}: Smart. No point rushing to our deaths."
      ],
      "trigger": "suggest_hunt"
    },
    {
      "lines": [
        "{a}: The harder zones have the best loot.",
        "{b}: Risk and reward... I like it."
      ],
      "trigger": "suggest_hunt"
    },
    {
      "lines": [
        "{a}: We should recruit another hero.",
        "{b}: More allies means more firepower!"
      ],
      "trigger": "suggest_recruit"
    }
  ],
  "quickResponses": {
    "low_health": [
      {
        "label": "Rest",
        "icon": "heart",
        "action": "rest"
      },
      {
        "label": "Use Potion",
        "icon": "crystal",
        "action": "use_potion"
      }
    ],
    "high_gold": [
      {
        "label": "Trade",
        "icon": "gold",
        "action": "open_trade"
      },
      {
        "label": "Upgrade",
        "icon": "hammer",
        "action": "open_upgrades"
      }
    ],
    "low_gold": [
      {
        "label": "Hunt!",
        "icon": "crossed_swords",
        "action": "hunt"
      },
      {
        "label": "Sell Loot",
        "icon": "gold",
        "action": "open_trade"
      }
    ],
    "boss_nearby": [
      {
        "label": "Fight Boss",
        "icon": "crown",
        "action": "fight_boss"
      },
      {
        "label": "Prepare",
        "icon": "shield",
        "action": "open_gear"
      }
    ],
    "boss_defeated": [
      {
        "label": "Celebrate!",
        "icon": "sparkle",
        "action": "rest"
      },
      {
        "label": "Move On",
        "icon": "scroll",
        "action": "dismiss"
      }
    ],
    "high_conquer": [
      {
        "label": "Push Forward",
        "icon": "energy",
        "action": "dismiss"
      },
      {
        "label": "Harvest",
        "icon": "hammer",
        "action": "open_harvest"
      }
    ],
    "new_zone": [
      {
        "label": "Explore",
        "icon": "crystal",
        "action": "hunt"
      },
      {
        "label": "Be Careful",
        "icon": "shield",
        "action": "dismiss"
      }
    ],
    "suggest_trade": [
      {
        "label": "Let's Shop",
        "icon": "gold",
        "action": "open_trade"
      },
      {
        "label": "Later",
        "icon": "shield",
        "action": "dismiss"
      }
    ],
    "suggest_hunt": [
      {
        "label": "Hunt!",
        "icon": "crossed_swords",
        "action": "hunt"
      },
      {
        "label": "Not Yet",
        "icon": "shield",
        "action": "dismiss"
      }
    ],
    "suggest_recruit": [
      {
        "label": "Recruit",
        "icon": "sparkle",
        "action": "recruit"
      },
      {
        "label": "We're Good",
        "icon": "shield",
        "action": "dismiss"
      }
    ]
  },
  "raceChatter": {
    "human": [
      "{name}: For honor and the realm!",
      "{name}: Humanity's strength lies in our resilience.",
      "{name}: The Crusade marches ever onward."
    ],
    "barbarian": [
      "{name}: *cracks knuckles* When do we fight?",
      "{name}: These civilized lands make me restless.",
      "{name}: Odin watches over us. I can feel it."
    ],
    "orc": [
      "{name}: Blood and iron! That's all that matters.",
      "{name}: The Legion's enemies will know fear.",
      "{name}: *sharpens weapon aggressively*"
    ],
    "undead": [
      "{name}: Death is not the end... merely a beginning.",
      "{name}: The living fear what they don't understand.",
      "{name}: Madra's whispers guide my every step."
    ],
    "elf": [
      "{name}: The ancient magic stirs in this place.",
      "{name}: Nature speaks to those who listen.",
      "{name}: The Omni's wisdom flows through all things."
    ],
    "dwarf": [
      "{name}: Nothing beats dwarven craftsmanship!",
      "{name}: *examines nearby rocks* Good mineral deposits here.",
      "{name}: The Fabled ones endure. Always have, always will."
    ]
  },
  "classChatter": {
    "warrior": [
      "{name}: My blade thirsts for battle.",
      "{name}: A true warrior never backs down.",
      "{name}: Let me take the front line."
    ],
    "mage": [
      "{name}: I sense arcane energy nearby...",
      "{name}: Knowledge is the greatest weapon.",
      "{name}: My spells are charged and ready."
    ],
    "rogue": [
      "{name}: *checks the shadows* All clear... for now.",
      "{name}: The best fights are the ones you win before they start.",
      "{name}: I found a shortcut. Follow me."
    ],
    "cleric": [
      "{name}: May the light protect us all.",
      "{name}: I'll keep everyone healed, don't worry.",
      "{name}: Even in darkness, hope endures."
    ]
  }
}