# HG changeset patch # User Wuzzy # Date 1540728731 0 # Node ID c0fa731cdb225a311df19299ede72aea32efd010 # Parent cdfd35396983f4da644cb60b23a705d4ff58260e Taunts: add general idea for 0.9.25-dev snds diff -r cdfd35396983 -r c0fa731cdb22 Taunts.wiki --- a/Taunts.wiki Sat Oct 27 23:50:59 2018 +0100 +++ b/Taunts.wiki Sun Oct 28 12:12:11 2018 +0000 @@ -68,21 +68,21 @@ == List of *new* taunt files (version 0.9.25-dev) == The following taunts will be supported in a future version of Hedgewars: -|| *File name* || *Supposedly used when …* || *Example* || -|| `sndAmazing` || `Amazing.ogg` || … a very great turn was done (better than `Brilliant` and `Excellent`) || “Amazing!” || -|| `sndBrilliant` || `Brilliant.ogg` || … a great turn was done (worse than `Amazing`, but better than `Excellent`) || “Brilliant!” || -|| `sndBugger` || `Bugger.ogg` || … hedgehog hurts itself only || “Bugger!” || -|| `sndDrat` || `Drat.ogg` || … hedgehog hurts itself only || “Drat!” || -|| `sndExcellent` || `Excellent.ogg` || … a good turn was done (worse than `Amazing` and `Excellent`) || “I bet that looks all too easy.” || -|| `sndFire` || `Fire.ogg` || … hog attacks (some launched weapons) || “Attack!” || -|| `sndGonnaGetYou` || `Gonnagetyou.ogg` || … vowing for revenge || “You just made my hit list!” || -|| `sndGrenade` || `Grenade.ogg` || … a grenade is about to blow up near a hog || “Grenade!” || -|| `sndOhDear` || `Ohdear.ogg` || … hog dies. || “Oh dear!” || -|| `sndRunAway` || `Runaway.ogg` || … something is going to blow up near the active hog || “Run away!” || -|| `sndSoLong` || `Solong.ogg` || … hog dies || “Tell my mum I love her!” || -|| `sndThisOneIsMine` || `Thisoneismine.ogg` || … crate drops close to hog || “This one is mine!” || -|| `sndWhatThe` || `Whatthe.ogg` || … something is about to blow up near a hog || “What the …?” || -|| `sndWatchThis` || `Watchthis.ogg` || … hog attacks (some thrown weapons) || “Watch this!” || +|| *Variable name* || *File name* || *General idea* || *Used when …* || *Example* || +|| `sndAmazing` || `Amazing.ogg` || truly great turn (better than `sndAmazing` and `sndBrilliant`) || … 3 hogs were killed without screwing up || “Amazing!” || +|| `sndBrilliant` || `Brilliant.ogg` || great turn (better than `sndBrilliant`, but worse than `sndAmazing`) || … 2 hogs were killed without screwing up || “Brilliant!” || +|| `sndBugger` || `Bugger.ogg` || clumsiness || … hedgehog hurts itself only || “Bugger!” || +|| `sndDrat` || `Drat.ogg` || clumsiness || … hedgehog hurts itself only || “Drat!” || +|| `sndExcellent` || `Excellent.ogg` || good turn (worse than `sndBrilliant` and `sndAmazing`) || … 2 hogs were killed without screwing up || “I bet that looks all too easy.” || +|| `sndFire` || `Fire.ogg` || attack || … hog attacks (some launched weapons) || “Attack!” || +|| `sndGonnaGetYou` || `Gonnagetyou.ogg` || vow for revenge || … after an enemy was hit || “You just made my hit list!” || +|| `sndGrenade` || `Grenade.ogg` || imminent danger from grenade || … a grenade is about to blow up near a hog || “Grenade!” || +|| `sndOhDear` || `Ohdear.ogg` || death/farewell || … hog dies. || “Oh dear!” || +|| `sndRunAway` || `Runaway.ogg` || must flee from danger || … something is going to blow up near the active hog. Duration: 1.0s || “Run away!” || +|| `sndSoLong` || `Solong.ogg` || death/farewell || … hog dies || “Tell my mum I love her!” || +|| `sndThisOneIsMine` || `Thisoneismine.ogg` || crate drop || … crate drops close to hog || “This one is mine!” || +|| `sndWhatThe` || `Whatthe.ogg` || imminent danger || … something is about to blow up near a hog || “What the …?” || +|| `sndWatchThis` || `Watchthis.ogg` || attack || … hog attacks (some thrown weapons) || “Watch this!” || New voicepacks should include these sounds, but they are optional. All of these taunts have fallback options (Hedgewars uses one of the sounds from the first table instead).