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
|
||||
|
||||
- type: entity
|
||||
parent: BaseHandheldInstrument
|
||||
parent: [BaseHandheldInstrument, Clothing]
|
||||
id: HarmonicaInstrument
|
||||
name: harmonica
|
||||
components:
|
||||
@@ -65,6 +65,12 @@
|
||||
size: Small
|
||||
sprite: Objects/Fun/Instruments/harmonica.rsi
|
||||
storedRotation: -90
|
||||
- type: Clothing
|
||||
quickEquip: false
|
||||
slots:
|
||||
- neck
|
||||
- type: ActivatableUI
|
||||
inHandsOnly: false
|
||||
- type: Tag
|
||||
tags:
|
||||
- WoodwindInstrument
|
||||
|
||||
Reference in New Issue
Block a user