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:
Weax
2024-03-25 18:05:01 +11:00
committed by GitHub
parent 3f9241090a
commit b60f61c7b7

View File

@@ -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