Adding and wiring some new guitar sounds. (#27184)

This commit is contained in:
azulez
2024-11-22 13:54:01 +00:00
committed by GitHub
parent 467740faaf
commit c3cca9df90
25 changed files with 19 additions and 1 deletions
+18
View File
@@ -34,3 +34,21 @@
"48"='sound/instruments/synthesis_samples/guitar/crisis_muted/c3.ogg',
"60"='sound/instruments/synthesis_samples/guitar/crisis_muted/c4.ogg',
"72"='sound/instruments/synthesis_samples/guitar/crisis_muted/c5.ogg')
/datum/instrument/guitar/synth_legacy // A synth version of legacy for efficiency. Better for crowded scores.
name = "Synth Legacy Guitar"
id = "sleggt"
real_samples = list("36"='sound/instruments/synthesis_samples/guitar/synth_legacy/cn3.ogg',
"48"='sound/instruments/synthesis_samples/guitar/synth_legacy/cn4.ogg',
"60"='sound/instruments/synthesis_samples/guitar/synth_legacy/cn5.ogg',
"72"='sound/instruments/synthesis_samples/guitar/synth_legacy/cn6.ogg')
/datum/instrument/guitar/pgm_clean
name = "Pigments Clean Guitar"
id = "piclgt"
real_samples = list("36"='sound/instruments/synthesis_samples/guitar/pgm_clean/c3.ogg',
"48"='sound/instruments/synthesis_samples/guitar/pgm_clean/c4.ogg',
"60"='sound/instruments/synthesis_samples/guitar/pgm_clean/c5.ogg',
"72"='sound/instruments/synthesis_samples/guitar/pgm_clean/c6.ogg',
"84"='sound/instruments/synthesis_samples/guitar/pgm_clean/c7.ogg')
@@ -40,7 +40,7 @@
item_state = "guitar"
attack_verb = list("played metal on", "serenaded", "crashed", "smashed")
hitsound = 'sound/weapons/guitarslam.ogg'
allowed_instrument_ids = list("guitar", "csteelgt", "cnylongt", "ccleangt", "cmutedgt")
allowed_instrument_ids = list("guitar", "csteelgt", "cnylongt", "ccleangt", "cmutedgt", "sleggt", "piclgt")
/// This is a special guitar for the emagged service borg that hits pretty hard and can still play music. Clonk.
/obj/item/instrument/guitar/cyborg