short break to add some needed bark sounds
This commit is contained in:
@@ -0,0 +1,361 @@
|
||||
/// All of these are from this PR: https://github.com/Bubberstation/Bubberstation/pull/987
|
||||
/datum/bark/moff/short
|
||||
name = "Moff squeak"
|
||||
id = "moffsqueak"
|
||||
soundpath = 'GainStation13/sound/voice/barks/mothsqueak.ogg'
|
||||
allow_random = TRUE
|
||||
ignore = FALSE
|
||||
|
||||
/datum/bark/meow //Meow bark?
|
||||
name = "Meow"
|
||||
id = "meow"
|
||||
allow_random = TRUE
|
||||
soundpath = 'GainStation13/sound/voice/barks/meow1.ogg'
|
||||
minspeed = 5
|
||||
maxspeed = 11
|
||||
|
||||
/datum/bark/chirp
|
||||
name = "Chirp"
|
||||
id = "chirp"
|
||||
allow_random = TRUE
|
||||
soundpath = 'GainStation13/sound/voice/barks/chirp.ogg'
|
||||
|
||||
/datum/bark/caw
|
||||
name = "Caw"
|
||||
id = "caw"
|
||||
allow_random = TRUE
|
||||
soundpath = 'GainStation13/sound/voice/barks/caw.ogg'
|
||||
|
||||
//Undertale
|
||||
/datum/bark/alphys
|
||||
name = "Alphys"
|
||||
id = "alphys"
|
||||
soundpath = 'GainStation13/sound/voice/barks/undertale/voice_alphys.ogg'
|
||||
minvariance = 0
|
||||
|
||||
/datum/bark/asgore
|
||||
name = "Asgore"
|
||||
id = "asgore"
|
||||
soundpath = 'GainStation13/sound/voice/barks/undertale/voice_asgore.ogg'
|
||||
minvariance = 0
|
||||
|
||||
/datum/bark/flowey
|
||||
name = "Flowey (normal)"
|
||||
id = "flowey1"
|
||||
soundpath = 'GainStation13/sound/voice/barks/undertale/voice_flowey_1.ogg'
|
||||
minvariance = 0
|
||||
|
||||
/datum/bark/flowey/evil
|
||||
name = "Flowey (evil)"
|
||||
id = "flowey2"
|
||||
soundpath = 'GainStation13/sound/voice/barks/undertale/voice_flowey_2.ogg'
|
||||
minvariance = 0
|
||||
|
||||
/datum/bark/papyrus
|
||||
name = "Papyrus"
|
||||
id = "papyrus"
|
||||
soundpath = 'GainStation13/sound/voice/barks/undertale/voice_papyrus.ogg'
|
||||
minvariance = 0
|
||||
|
||||
/datum/bark/ralsei
|
||||
name = "Ralsei"
|
||||
id = "ralsei"
|
||||
soundpath = 'GainStation13/sound/voice/barks/undertale/voice_ralsei.ogg'
|
||||
minvariance = 0
|
||||
|
||||
/datum/bark/sans //real
|
||||
name = "Sans"
|
||||
id = "sans"
|
||||
soundpath = 'GainStation13/sound/voice/barks/undertale/voice_sans.ogg'
|
||||
minvariance = 0
|
||||
|
||||
/datum/bark/toriel
|
||||
name = "Toriel"
|
||||
id = "toriel"
|
||||
soundpath = 'GainStation13/sound/voice/barks/undertale/voice_toriel.ogg'
|
||||
minvariance = 0
|
||||
|
||||
/datum/bark/undyne
|
||||
name = "Undyne"
|
||||
id = "undyne"
|
||||
soundpath = 'GainStation13/sound/voice/barks/undertale/voice_undyne.ogg'
|
||||
minvariance = 0
|
||||
|
||||
/datum/bark/temmie
|
||||
name = "Temmie"
|
||||
id = "temmie"
|
||||
soundpath = 'GainStation13/sound/voice/barks/undertale/voice_temmie.ogg'
|
||||
minvariance = 0
|
||||
|
||||
/datum/bark/susie
|
||||
name = "Susie"
|
||||
id = "susie"
|
||||
soundpath = 'GainStation13/sound/voice/barks/undertale/voice_susie.ogg'
|
||||
minvariance = 0
|
||||
|
||||
/datum/bark/gaster
|
||||
name = "Gaster"
|
||||
id = "gaster"
|
||||
soundpath = 'GainStation13/sound/voice/barks/undertale/voice_gaster_1.ogg'
|
||||
minvariance = 0
|
||||
|
||||
/datum/bark/mettaton
|
||||
name = "Mettaton"
|
||||
id = "mettaton"
|
||||
soundpath = 'GainStation13/sound/voice/barks/undertale/voice_metta_1.ogg'
|
||||
minvariance = 0
|
||||
|
||||
/datum/bark/gen_monster
|
||||
name = "Generic Monster 1"
|
||||
id = "gen_monster_1"
|
||||
soundpath = 'GainStation13/sound/voice/barks/undertale/voice_monster1.ogg'
|
||||
minvariance = 0
|
||||
|
||||
/datum/bark/gen_monster/alt
|
||||
name = "Generic Monster 2"
|
||||
id = "gen_monster_2"
|
||||
soundpath = 'GainStation13/sound/voice/barks/undertale/voice_monster2.ogg'
|
||||
minvariance = 0
|
||||
|
||||
/datum/bark/wilson
|
||||
name = "Wilson"
|
||||
id = "wilson"
|
||||
soundpath = 'GainStation13/sound/voice/barks/dont_starve/wilson_blooper.ogg'
|
||||
|
||||
/datum/bark/wolfgang
|
||||
name = "Wolfgang"
|
||||
id = "wolfgang"
|
||||
soundpath = 'GainStation13/sound/voice/barks/dont_starve/wolfgang_blooper.ogg'
|
||||
minspeed = 4
|
||||
maxspeed = 10
|
||||
|
||||
/datum/bark/woodie
|
||||
name = "Woodie"
|
||||
id = "woodie"
|
||||
soundpath = 'GainStation13/sound/voice/barks/dont_starve/woodie_blooper.ogg'
|
||||
minspeed = 4
|
||||
maxspeed = 10
|
||||
|
||||
/datum/bark/wurt
|
||||
name = "Wurt"
|
||||
id = "wurt"
|
||||
soundpath = 'GainStation13/sound/voice/barks/dont_starve/wurt_blooper.ogg'
|
||||
|
||||
/datum/bark/wx78
|
||||
name = "wx78"
|
||||
id = "wx78"
|
||||
soundpath = 'GainStation13/sound/voice/barks/dont_starve/wx78_blooper.ogg'
|
||||
minspeed = 3
|
||||
maxspeed = 9
|
||||
|
||||
/datum/bark/blub
|
||||
name = "Blub"
|
||||
id = "blub"
|
||||
soundpath = 'GainStation13/sound/voice/barks/blub.ogg'
|
||||
|
||||
/datum/bark/bottalk
|
||||
name = "Bottalk 1"
|
||||
id = "bottalk1"
|
||||
soundpath = 'GainStation13/sound/voice/barks/bottalk_1.ogg'
|
||||
minspeed = 3
|
||||
maxspeed = 9
|
||||
|
||||
/datum/bark/bottalk/alt1
|
||||
name = "Bottalk 2"
|
||||
id = "bottalk2"
|
||||
soundpath = 'GainStation13/sound/voice/barks/bottalk_2.ogg'
|
||||
|
||||
/datum/bark/bottalk/alt2
|
||||
name = "Bottalk 3"
|
||||
id = "bottalk3"
|
||||
soundpath = 'GainStation13/sound/voice/barks/bottalk_3.ogg'
|
||||
|
||||
/datum/bark/bottalk/alt3
|
||||
name = "Bottalk 4"
|
||||
id = "bottalk4"
|
||||
soundpath = 'GainStation13/sound/voice/barks/bottalk_4.ogg'
|
||||
|
||||
/datum/bark/buwoo
|
||||
name = "Buwoo"
|
||||
id = "buwoo"
|
||||
soundpath = 'GainStation13/sound/voice/barks/buwoo.ogg'
|
||||
|
||||
/datum/bark/cow
|
||||
name = "Cow"
|
||||
id = "cow"
|
||||
soundpath = 'GainStation13/sound/voice/barks/cow.ogg'
|
||||
|
||||
/datum/bark/lizard
|
||||
name = "Lizard"
|
||||
id = "lizard"
|
||||
soundpath = 'GainStation13/sound/voice/barks/lizard.ogg'
|
||||
|
||||
/datum/bark/pug
|
||||
name = "Pug"
|
||||
id = "pug"
|
||||
soundpath = 'GainStation13/sound/voice/barks/pug.ogg'
|
||||
|
||||
/datum/bark/pugg
|
||||
name = "Pugg"
|
||||
id = "pugg"
|
||||
soundpath = 'GainStation13/sound/voice/barks/pugg.ogg'
|
||||
|
||||
/datum/bark/radio
|
||||
name = "Radio 1"
|
||||
id = "radio1"
|
||||
soundpath = 'GainStation13/sound/voice/barks/radio.ogg'
|
||||
|
||||
/datum/bark/radio/short
|
||||
name = "Radio 2"
|
||||
id = "radio2"
|
||||
soundpath = 'GainStation13/sound/voice/barks/radio2.ogg'
|
||||
|
||||
/datum/bark/radio/ai
|
||||
name = "Radio (AI)"
|
||||
id = "radio_ai"
|
||||
soundpath = 'GainStation13/sound/voice/barks/radio_ai.ogg'
|
||||
|
||||
/datum/bark/roach //Turkish characters be like
|
||||
name = "Roach"
|
||||
id = "roach"
|
||||
soundpath = 'GainStation13/sound/voice/barks/roach.ogg'
|
||||
|
||||
/datum/bark/skelly
|
||||
name = "Skelly"
|
||||
id = "skelly"
|
||||
soundpath = 'GainStation13/sound/voice/barks/skelly.ogg'
|
||||
|
||||
/datum/bark/speak
|
||||
name = "Speak 1"
|
||||
id = "speak1"
|
||||
soundpath = 'GainStation13/sound/voice/barks/speak_1.ogg'
|
||||
|
||||
/datum/bark/speak/alt1
|
||||
name = "Speak 2"
|
||||
id = "speak2"
|
||||
soundpath = 'GainStation13/sound/voice/barks/speak_2.ogg'
|
||||
|
||||
/datum/bark/speak/alt2
|
||||
name = "Speak 3"
|
||||
id = "speak3"
|
||||
soundpath = 'GainStation13/sound/voice/barks/speak_3.ogg'
|
||||
|
||||
/datum/bark/speak/alt3
|
||||
name = "Speak 4"
|
||||
id = "speak4"
|
||||
soundpath = 'GainStation13/sound/voice/barks/speak_4.ogg'
|
||||
|
||||
/datum/bark/chitter/alt
|
||||
name = "Chittery Alt"
|
||||
id = "chitter2"
|
||||
soundpath = 'GainStation13/sound/voice/barks/moth/mothchitter2.ogg'
|
||||
|
||||
// The Mayhem Special
|
||||
/datum/bark/whistle
|
||||
name = "Whistle 1"
|
||||
id = "whistle1"
|
||||
soundpath = 'GainStation13/sound/voice/barks/kazooie/birdwhistle.ogg'
|
||||
|
||||
/datum/bark/whistle/alt1
|
||||
name = "Whistle 2"
|
||||
id = "whistle2"
|
||||
soundpath = 'GainStation13/sound/voice/barks/kazooie/birdwhistle2.ogg'
|
||||
|
||||
/datum/bark/caw/alt1
|
||||
name = "Caw 2"
|
||||
id = "caw2"
|
||||
soundpath = 'GainStation13/sound/voice/barks/kazooie/caw.ogg'
|
||||
minspeed = 4
|
||||
maxspeed = 9
|
||||
|
||||
/datum/bark/caw/alt2
|
||||
name = "Caw 3"
|
||||
id = "caw3"
|
||||
soundpath = 'GainStation13/sound/voice/barks/kazooie/caw2.ogg'
|
||||
minspeed = 3
|
||||
maxspeed = 9
|
||||
|
||||
/datum/bark/caw/alt3
|
||||
name = "Caw 4"
|
||||
id = "caw4"
|
||||
soundpath = 'GainStation13/sound/voice/barks/kazooie/caw3.ogg'
|
||||
minspeed = 3
|
||||
maxspeed = 9
|
||||
|
||||
/datum/bark/ehh
|
||||
name = "Ehh 1"
|
||||
id = "ehh1"
|
||||
soundpath = 'GainStation13/sound/voice/barks/kazooie/ehh.ogg'
|
||||
minspeed = 3
|
||||
maxspeed = 9
|
||||
|
||||
/datum/bark/ehh/alt1
|
||||
name = "Ehh 2"
|
||||
id = "ehh2"
|
||||
soundpath = 'GainStation13/sound/voice/barks/kazooie/ehh2.ogg'
|
||||
|
||||
/datum/bark/ehh/alt2
|
||||
name = "Ehh 3"
|
||||
id = "ehh3"
|
||||
soundpath = 'GainStation13/sound/voice/barks/kazooie/ehh3.ogg'
|
||||
|
||||
/datum/bark/ehh/alt3
|
||||
name = "Ehh 4"
|
||||
id = "ehh4"
|
||||
soundpath = 'GainStation13/sound/voice/barks/kazooie/ehh4.ogg'
|
||||
minspeed = 3
|
||||
maxspeed = 9
|
||||
|
||||
/datum/bark/ehh/alt5
|
||||
name = "Ehh 5"
|
||||
id = "ehh5"
|
||||
soundpath = 'GainStation13/sound/voice/barks/kazooie/ehh5.ogg'
|
||||
|
||||
/datum/bark/faucet
|
||||
name = "Faucet 1"
|
||||
id = "faucet1"
|
||||
soundpath = 'GainStation13/sound/voice/barks/kazooie/faucet.ogg'
|
||||
|
||||
/datum/bark/faucet/alt1
|
||||
name = "Faucet 2"
|
||||
id = "faucet2"
|
||||
soundpath = 'GainStation13/sound/voice/barks/kazooie/faucet2.ogg'
|
||||
|
||||
/datum/bark/ribbit
|
||||
name = "Ribbit"
|
||||
id = "ribbit"
|
||||
soundpath = 'GainStation13/sound/voice/barks/kazooie/ribbit.ogg'
|
||||
|
||||
/datum/bark/hoot
|
||||
name = "Hoot"
|
||||
id = "hoot"
|
||||
soundpath = 'GainStation13/sound/voice/barks/kazooie/hoot.ogg'
|
||||
minspeed = 4
|
||||
maxspeed = 9
|
||||
|
||||
/datum/bark/tweet
|
||||
name = "Tweet"
|
||||
id = "tweet"
|
||||
soundpath = 'GainStation13/sound/voice/barks/kazooie/tweet.ogg'
|
||||
|
||||
/datum/bark/dwoop
|
||||
name = "Dwoop"
|
||||
id = "dwoop"
|
||||
soundpath = 'GainStation13/sound/voice/barks/kazooie/dwoop.ogg'
|
||||
minspeed = 3
|
||||
maxspeed = 9
|
||||
|
||||
/datum/bark/uhm
|
||||
name = "Uhm"
|
||||
id = "uhm"
|
||||
soundpath = 'GainStation13/sound/voice/barks/kazooie/uhm.ogg'
|
||||
|
||||
/datum/bark/wurtesh
|
||||
name = "Wurtesh"
|
||||
id = "wurtesh"
|
||||
soundpath = 'GainStation13/sound/voice/barks/kazooie/wurble1.ogg'
|
||||
|
||||
/datum/bark/chitter2
|
||||
name = "Chitter2"
|
||||
id = "chitter2"
|
||||
soundpath = 'GainStation13/sound/voice/barks/kazooie/chitter1.ogg'
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -3909,6 +3909,7 @@
|
||||
#include "GainStation13\code\clothing\haydee_suit.dm"
|
||||
#include "GainStation13\code\clothing\head.dm"
|
||||
#include "GainStation13\code\clothing\suits.dm"
|
||||
#include "GainStation13\code\datums\bark.dm"
|
||||
#include "GainStation13\code\datums\components\fattening_door.dm"
|
||||
#include "GainStation13\code\datums\diseases\advance\symptoms\berry.dm"
|
||||
#include "GainStation13\code\datums\mutations\fatfang.dm"
|
||||
|
||||
Reference in New Issue
Block a user