Brass Instruments (#7291)
@@ -10,6 +10,18 @@
|
|||||||
category: Fun
|
category: Fun
|
||||||
group: market
|
group: market
|
||||||
|
|
||||||
|
- type: cargoProduct
|
||||||
|
name: "brass instrument ensemble crate"
|
||||||
|
id: FunBrass
|
||||||
|
description: "Bring some jazz to the station with the brass ensemble. Contains a variety of brass instruments for the whole station to play."
|
||||||
|
icon:
|
||||||
|
sprite: Structures/Furniture/instruments.rsi
|
||||||
|
state: tuba
|
||||||
|
product: CrateFunBrass
|
||||||
|
cost: 3500
|
||||||
|
category: Fun
|
||||||
|
group: market
|
||||||
|
|
||||||
- type: cargoProduct
|
- type: cargoProduct
|
||||||
name: "art supplies"
|
name: "art supplies"
|
||||||
id: FunArtSupplies
|
id: FunArtSupplies
|
||||||
|
|||||||
@@ -63,6 +63,25 @@
|
|||||||
- id: BikeHornInstrument
|
- id: BikeHornInstrument
|
||||||
amount: 1
|
amount: 1
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: CrateFunBrass
|
||||||
|
name: brass instrument ensemble crate
|
||||||
|
description: Bring some jazz to the station with the brass ensemble. Contains a variety of brass instruments for the whole station to play.
|
||||||
|
parent: CrateGenericSteel
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: TrumpetInstrument
|
||||||
|
amount: 3
|
||||||
|
- id: TromboneInstrument
|
||||||
|
amount: 3
|
||||||
|
- id: FrenchHornInstrument
|
||||||
|
amount: 2
|
||||||
|
- id: EuphoniumInstrument
|
||||||
|
amount: 1
|
||||||
|
- id: TubaInstrument
|
||||||
|
amount: 1
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CrateFunArtSupplies
|
id: CrateFunArtSupplies
|
||||||
name: art supplies
|
name: art supplies
|
||||||
|
|||||||
@@ -16,6 +16,8 @@
|
|||||||
- AccordionInstrument
|
- AccordionInstrument
|
||||||
- HarmonicaInstrument
|
- HarmonicaInstrument
|
||||||
- TromboneInstrument
|
- TromboneInstrument
|
||||||
|
- FrenchHornInstrument
|
||||||
|
- EuphoniumInstrument
|
||||||
- SaxophoneInstrument
|
- SaxophoneInstrument
|
||||||
- BanjoInstrument
|
- BanjoInstrument
|
||||||
- GlockenspielInstrument
|
- GlockenspielInstrument
|
||||||
|
|||||||
@@ -78,6 +78,7 @@
|
|||||||
parent: BaseHandheldInstrument
|
parent: BaseHandheldInstrument
|
||||||
id: TrumpetInstrument
|
id: TrumpetInstrument
|
||||||
name: trumpet
|
name: trumpet
|
||||||
|
description: The favorite instrument of jazz musicians and egotistical middle schoolers.
|
||||||
components:
|
components:
|
||||||
- type: Instrument
|
- type: Instrument
|
||||||
program: 56
|
program: 56
|
||||||
@@ -181,6 +182,7 @@
|
|||||||
parent: BaseHandheldInstrument
|
parent: BaseHandheldInstrument
|
||||||
id: TromboneInstrument
|
id: TromboneInstrument
|
||||||
name: trombone
|
name: trombone
|
||||||
|
description: Everyone's favorite sliding brass instrument.
|
||||||
components:
|
components:
|
||||||
- type: Instrument
|
- type: Instrument
|
||||||
program: 57
|
program: 57
|
||||||
@@ -188,12 +190,49 @@
|
|||||||
sprite: Objects/Fun/Instruments/trombone.rsi
|
sprite: Objects/Fun/Instruments/trombone.rsi
|
||||||
state: icon
|
state: icon
|
||||||
- type: Item
|
- type: Item
|
||||||
size: 24
|
size: 48
|
||||||
sprite: Objects/Fun/Instruments/trombone.rsi
|
sprite: Objects/Fun/Instruments/trombone.rsi
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- BrassInstrument
|
- BrassInstrument
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseHandheldInstrument
|
||||||
|
id: EuphoniumInstrument
|
||||||
|
name: euphonium
|
||||||
|
description: A baby tuba? A Baritone? Whatever it is, it's a pretty cool mess of pipes.
|
||||||
|
components:
|
||||||
|
- type: Instrument
|
||||||
|
program: 3
|
||||||
|
bank: 1
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Fun/Instruments/euphonium.rsi
|
||||||
|
state: icon
|
||||||
|
- type: Item
|
||||||
|
size: 48
|
||||||
|
sprite: Objects/Fun/Instruments/euphonium.rsi
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- BrassInstrument
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseHandheldInstrument
|
||||||
|
id: FrenchHornInstrument
|
||||||
|
name: french horn
|
||||||
|
description: The fact that holding it involves using your hand to muffle it may suggest something about its sound.
|
||||||
|
components:
|
||||||
|
- type: Instrument
|
||||||
|
program: 60
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Fun/Instruments/frenchhorn.rsi
|
||||||
|
state: icon
|
||||||
|
- type: Item
|
||||||
|
size: 48
|
||||||
|
sprite: Objects/Fun/Instruments/frenchhorn.rsi
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- BrassInstrument
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseHandheldInstrument
|
parent: BaseHandheldInstrument
|
||||||
id: SaxophoneInstrument
|
id: SaxophoneInstrument
|
||||||
|
|||||||
@@ -85,6 +85,18 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: church-organ
|
state: church-organ
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: tuba
|
||||||
|
parent: BasePlaceableInstrumentRotatable
|
||||||
|
id: TubaInstrument
|
||||||
|
description: The big daddy of the brass family. Standing next to its majesty makes you feel insecure.
|
||||||
|
components:
|
||||||
|
- type: Instrument
|
||||||
|
program: 58
|
||||||
|
- type: Sprite
|
||||||
|
state: tuba
|
||||||
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BasePlaceableInstrument
|
parent: BasePlaceableInstrument
|
||||||
id: DawInstrument
|
id: DawInstrument
|
||||||
|
|||||||
@@ -390,6 +390,7 @@
|
|||||||
- FunPlushies
|
- FunPlushies
|
||||||
- FunArtSupplies
|
- FunArtSupplies
|
||||||
- FunInstruments
|
- FunInstruments
|
||||||
|
- FunBrass
|
||||||
- FunBoardGames
|
- FunBoardGames
|
||||||
- MaterialSteel
|
- MaterialSteel
|
||||||
- MaterialGlass
|
- MaterialGlass
|
||||||
|
|||||||
|
After Width: | Height: | Size: 873 B |
|
After Width: | Height: | Size: 7.1 KiB |
|
After Width: | Height: | Size: 7.9 KiB |
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "created by EmoGarbage",
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 7.9 KiB |
|
After Width: | Height: | Size: 7.8 KiB |
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "created by EmoGarbage",
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
Before Width: | Height: | Size: 373 B After Width: | Height: | Size: 5.8 KiB |
|
Before Width: | Height: | Size: 482 B After Width: | Height: | Size: 7.3 KiB |
|
Before Width: | Height: | Size: 478 B After Width: | Height: | Size: 7.3 KiB |
@@ -5,7 +5,7 @@
|
|||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331",
|
"copyright": "Sprites by EmoGarbage404",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
"name": "icon"
|
"name": "icon"
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 965 B After Width: | Height: | Size: 6.3 KiB |
|
Before Width: | Height: | Size: 304 B After Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 6.6 KiB |
@@ -5,7 +5,7 @@
|
|||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331",
|
"copyright": "Sprites by EmoGarbage",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
"name": "icon"
|
"name": "icon"
|
||||||
|
|||||||
@@ -39,6 +39,10 @@
|
|||||||
"name": "xylophone-broken",
|
"name": "xylophone-broken",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "tuba",
|
||||||
|
"directions": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "daw-base",
|
"name": "daw-base",
|
||||||
"directions": 1
|
"directions": 1
|
||||||
|
|||||||
BIN
Resources/Textures/Structures/Furniture/instruments.rsi/tuba.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |