mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-31 20:11:56 +00:00
* Baystruments - I had two tgstation forks for some reason and had to delete one and that nuked the last PR (#51459) Instruments and sound channels refactor. * Baystruments - I had two tgstation forks for some reason and had to delete one and that nuked the last PR * Fixes dme dupe * Fixes dme dupe (#52954) Co-authored-by: silicons <2003111+silicons@users.noreply.github.com> Co-authored-by: AnturK <AnturK@users.noreply.github.com> Co-authored-by: Useroth <37159550+Useroth@users.noreply.github.com>
27 lines
1.3 KiB
Plaintext
27 lines
1.3 KiB
Plaintext
/datum/instrument/brass
|
|
name = "Generic brass instrument"
|
|
category = "Brass"
|
|
abstract_type = /datum/instrument/brass
|
|
|
|
/datum/instrument/brass/crisis_section
|
|
name = "Crisis Brass Section"
|
|
id = "crbrass"
|
|
real_samples = list("36"='sound/runtime/instruments/synthesis_samples/brass/crisis_brass/c2.ogg',
|
|
"48"='sound/runtime/instruments/synthesis_samples/brass/crisis_brass/c3.ogg',
|
|
"60"='sound/runtime/instruments/synthesis_samples/brass/crisis_brass/c4.ogg',
|
|
"72"='sound/runtime/instruments/synthesis_samples/brass/crisis_brass/c5.ogg')
|
|
|
|
/datum/instrument/brass/crisis_trombone
|
|
name = "Crisis Trombone"
|
|
id = "crtrombone"
|
|
real_samples = list("36"='sound/runtime/instruments/synthesis_samples/brass/crisis_trombone/c2.ogg',
|
|
"48"='sound/runtime/instruments/synthesis_samples/brass/crisis_trombone/c3.ogg',
|
|
"60"='sound/runtime/instruments/synthesis_samples/brass/crisis_trombone/c4.ogg',
|
|
"72"='sound/runtime/instruments/synthesis_samples/brass/crisis_trombone/c5.ogg')
|
|
|
|
/datum/instrument/brass/crisis_trumpet
|
|
name = "Crisis Trumpet"
|
|
id = "crtrumpet"
|
|
real_samples = list("60"='sound/runtime/instruments/synthesis_samples/brass/crisis_trumpet/c4.ogg',
|
|
"72"='sound/runtime/instruments/synthesis_samples/brass/crisis_trumpet/c5.ogg')
|