Critical Numbers - bundled sounds
=================================

Folder:
  Interface\AddOns\CriticalNumbers\sounds\

  crit.ogg      "Crit"      baseline sound, and the fallback used if a
                            selected sound ever fails to play.
  bigcrit.ogg   "Big Crit"  punchier sound, intended for a higher damage
                            threshold tier.

Playback model
--------------
  - Each sound has its own minimum crit size ("Min crit").
  - A sound is eligible when the crit is at least its threshold.
  - Of the eligible sounds, only the highest tier plays.
  - Within a tier, Selected / Random / Cycle picks the sound.
  - If no sound qualifies, nothing plays and the crit is ignored entirely.

Defaults
--------
  Crit      threshold 0, selected
  Big Crit  threshold 0, active

Set Big Crit to something like 500000 to make it fire only on large hits.

Adding your own
---------------
Drop an .ogg into this folder and add an entry to R.catalog in
core/CN_SoundRegistry.lua.
