lute (#962)
This commit is contained in:
@@ -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
|
||||
@@ -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 |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user