This commit is contained in:
creamybag
2025-03-02 17:03:40 +03:00
committed by GitHub
parent 8652e71b39
commit 8bbb0dad84
7 changed files with 68 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
- type: entity
- type: entity
parent: BaseHandheldInstrument
id: CP14FluteInstrument
name: flute
@@ -43,3 +43,37 @@
- type: Tag
tags:
- StringInstrument
- type: entity
parent: BaseHandheldInstrument
id: CP14LuteInstrument
name: lute
description: A legend among bards.
categories: [ ForkFiltered ]
components:
- type: Instrument
program: 24
- type: Sprite
sprite: _CP14/Objects/Fun/Instruments/lute.rsi
state: icon
- type: Item
size: Normal
sprite: _CP14/Objects/Fun/Instruments/lute.rsi
- type: Clothing
equipDelay: 0.25
unequipDelay: 0.25
sprite: _CP14/Objects/Fun/Instruments/lute.rsi
quickEquip: false
breakOnMove: false
slots:
- neck
- type: MeleeWeapon
wideAnimationRotation: 45
damage:
types:
Blunt: 5
soundHit:
collection: MetalThud
- type: Tag
tags:
- StringInstrument

View File

@@ -493,6 +493,7 @@
- CP14Torch
- CP14SmokingPipeFilledTobacco
- CP14FluteInstrument
- CP14LuteInstrument
- CP14LyraInstrument
- CP14ClothingBeltQuiver
@@ -574,6 +575,12 @@
back:
- CP14LyraInstrument
- type: loadout
id: CP14LuteInstrument
storage:
back:
- CP14LuteInstrument
- type: loadout
id: CP14FluteInstrument
storage:

Binary file not shown.

After

Width:  |  Height:  |  Size: 833 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 930 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 928 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "All right reserved",
"copyright": "Created by creamy",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}