Trader Discount - Clean the Shop : trader voice clips
=====================================================

Short spoken clips that play at key moments. Per-trader, set in
Config/TraderDiscountClean.xml under each <Trader>'s <Voices> block.

By default these use the traders' OWN BUILT-IN VOICED LINES from the game
(e.g. sound="trader_bob_quest_accepted") - no audio files needed. The clips
don't need to match the on-screen text; they're voice flavor.

Trigger -> built-in line used (per trader):
  accept  (deal taken)   -> trader_<name>_quest_accepted / _sale_accepted
  refuse  (ask failed)   -> trader_<name>_refuse / _quest_declined
  good    (10% or 15%)   -> trader_<name>_quest_complete
  mid     (2% or 5%)     -> trader_<name>_sale_accepted / _helpful_tip
  bad     (0%)           -> trader_<name>_quest_incomplete

Want your OWN audio instead? Put a file in this folder and use a path:
  <Voice trigger="good" sound="Voices/jen_woohoo.wav"/>
A value with a slash or .wav/.ogg/.mp3 = a file; anything else = a game sound node.

Notes:
  * Plays once. Missing file/node = silent, nothing breaks.
  * Multiple <Voice> with the same trigger = picked at random for variety.
  * Remove a <Voice> (or the whole <Voices> block) to silence that trigger/trader.
