Wearable Harmonicas (#26261)
* Wearable Instrument Base + Changed harmonica base Created the BaseWornInstrument base and updated the Harmonica to use it, being equipable in the neck slot. * Update instruments_wind.yml * compositions are cool and awesome
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
- KeyedInstrument
|
- KeyedInstrument
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseHandheldInstrument
|
parent: [BaseHandheldInstrument, Clothing]
|
||||||
id: HarmonicaInstrument
|
id: HarmonicaInstrument
|
||||||
name: harmonica
|
name: harmonica
|
||||||
components:
|
components:
|
||||||
@@ -65,6 +65,12 @@
|
|||||||
size: Small
|
size: Small
|
||||||
sprite: Objects/Fun/Instruments/harmonica.rsi
|
sprite: Objects/Fun/Instruments/harmonica.rsi
|
||||||
storedRotation: -90
|
storedRotation: -90
|
||||||
|
- type: Clothing
|
||||||
|
quickEquip: false
|
||||||
|
slots:
|
||||||
|
- neck
|
||||||
|
- type: ActivatableUI
|
||||||
|
inHandsOnly: false
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- WoodwindInstrument
|
- WoodwindInstrument
|
||||||
|
|||||||
Reference in New Issue
Block a user