adds more barks for adminbus/genetics fuckery. also adds more barks for various station mobs!

This commit is contained in:
deathride58
2022-06-09 14:26:05 -04:00
parent 2a720ce054
commit 8e152c38c9
6 changed files with 70 additions and 12 deletions
+47 -12
View File
@@ -50,18 +50,6 @@
id = "banjoc4"
soundpath = 'sound/instruments/banjo/Cn4.ogg'
/datum/bark/bikehorn
name = "Bikehorn"
id = "horn"
soundpath = 'sound/instruments/bikehorn/Cn4.ogg'
ignore = TRUE // Genetics only. This is an unusually quiet sound, but genetics should be allowed to have some !!fun!!
/datum/bark/bwoink
name = "Bwoink"
id = "bwoink"
soundpath = 'sound/effects/adminhelp.ogg'
ignore = TRUE // Also genetics only. Emergent heart attack generation
/datum/bark/squeaky
name = "Squeaky"
id = "squeak"
@@ -96,3 +84,50 @@
id = "bullet"
maxpitch = 1.6 //This works well with higher pitches!
soundpath = 'sound/weapons/bulletflyby.ogg' //This works... Surprisingly well as a bark? It's neat!
// Genetics-only/admin-only sounds. These either clash hard with the audio design of the above sounds, or have some other form of audio design issue, but aren't *too* awful as a sometimes thing.
// Rule of fun very much applies to this section. Audio design is extremely important for the above section, but down here? No gods, no masters, pure anarchy.
// The min/max variables simply don't apply to these, as only chargen cares about them. As such, there's no need to define those.
/datum/bark/bikehorn
name = "Bikehorn"
id = "horn"
soundpath = 'sound/instruments/bikehorn/Cn4.ogg'
ignore = TRUE // This is an unusually quiet sound.
/datum/bark/bwoink
name = "Bwoink"
id = "bwoink"
soundpath = 'sound/effects/adminhelp.ogg'
ignore = TRUE // Emergent heart attack generation
/datum/bark/merp
name = "Merp"
id = "merp"
soundpath = 'modular_citadel/sound/voice/merp.ogg'
ignore = TRUE
/datum/bark/bark
name = "Bark"
id = "bark"
soundpath = 'modular_citadel/sound/voice/bark1.ogg'
ignore = TRUE
/datum/bark/nya
name = "Nya"
id = "nya"
soundpath = 'modular_citadel/sound/voice/nya.ogg'
ignore = TRUE
/datum/bark/moff
name = "Moff"
id = "moff"
soundpath = 'modular_citadel/sound/voice/mothsqueak.ogg'
ignore = TRUE
/datum/bark/weh
name = "Weh"
id = "weh"
soundpath = 'modular_citadel/sound/voice/weh.ogg'
ignore = TRUE
@@ -50,6 +50,9 @@
typing_indicator_state = /obj/effect/overlay/typing_indicator/machine
vocal_bark_id = "synth"
vocal_pitch_range = 0.1
/mob/living/silicon/Initialize(mapload)
. = ..()
GLOB.silicon_mobs += src
@@ -35,6 +35,9 @@
collar_type = "cat"
var/held_icon = "cat2"
footstep_type = FOOTSTEP_MOB_CLAW
vocal_bark_id = "mutedc4"
vocal_pitch = 1.4
vocal_pitch_range = 0.4
/mob/living/simple_animal/pet/cat/Initialize(mapload)
. = ..()
@@ -36,6 +36,7 @@
var/datum/reagent/milk_reagent = /datum/reagent/consumable/milk
footstep_type = FOOTSTEP_MOB_SHOE
vocal_bark_id = "banjoc3"
/mob/living/simple_animal/hostile/retaliate/goat/Initialize(mapload, /datum/reagent/milk_reagent)
udder = new (null, milk_reagent)
@@ -143,6 +144,8 @@
blood_volume = BLOOD_VOLUME_NORMAL
footstep_type = FOOTSTEP_MOB_SHOE
vocal_bark_id = "mutedc2"
vocal_pitch = 1.2
/mob/living/simple_animal/cow/Initialize(mapload)
udder = new(null, milk_reagent)
@@ -247,6 +250,8 @@
gold_core_spawnable = FRIENDLY_SPAWN
footstep_type = FOOTSTEP_MOB_CLAW
vocal_bark_id = "squeak"
vocal_pitch = 1.4
/mob/living/simple_animal/chick/Initialize(mapload)
. = ..()
@@ -309,6 +314,9 @@
var/static/chicken_count = 0
footstep_type = FOOTSTEP_MOB_CLAW
vocal_bark_id = "synthgrunt"
vocal_pitch = 1.4
vocal_pitch_range = 0.4
/mob/living/simple_animal/chicken/Initialize(mapload)
. = ..()
@@ -403,6 +411,8 @@
var/static/kiwi_count = 0
footstep_type = FOOTSTEP_MOB_CLAW
vocal_bark_id = "squeak"
vocal_pitch = 1.4
/mob/living/simple_animal/kiwi/Destroy()
--kiwi_count
@@ -481,6 +491,8 @@
gold_core_spawnable = FRIENDLY_SPAWN
footstep_type = FOOTSTEP_MOB_CLAW
vocal_bark_id = "squeak"
vocal_pitch = 1.4
/mob/living/simple_animal/babyKiwi/Initialize(mapload)
. = ..()
@@ -557,3 +569,4 @@
maxHealth = 75
blood_volume = BLOOD_VOLUME_NORMAL
footstep_type = FOOTSTEP_MOB_SHOE
vocal_bark_id = "mutedc4"
@@ -29,6 +29,8 @@
gold_core_spawnable = FRIENDLY_SPAWN
var/chew_probability = 1
faction = list("rat")
vocal_bark_id = "squeak"
vocal_pitch = 1.4
/mob/living/simple_animal/mouse/Initialize(mapload)
. = ..()
@@ -29,6 +29,8 @@
atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0)
minbodytemp = 0
pressure_resistance = 200
vocal_bark_id = "squeak"
vocal_pitch_range = 0.4
/mob/living/simple_animal/pet/plushie/ComponentInitialize()
. = ..()