mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Adding and wiring some new guitar sounds. (#27184)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user