Lyre and flute (#759)

* music

* fix desc

* Update T1_fire_rune.yml

---------

Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
Co-authored-by: Ed <edwardxperia2000@gmail.com>
This commit is contained in:
Nim
2025-01-17 00:26:39 +02:00
committed by GitHub
parent 50c502f598
commit ca23fddd8a
18 changed files with 172 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
- type: entity
id: CP14TelegraphyFireRune
parent: CP14BaseMagicImpact
categories: [ HideSpawnMenu ]
components:
- type: PointLight
color: "#eea911"
@@ -54,6 +55,7 @@
- type: entity
id: CP14AreaEntityEffectFireRune
parent: CP14BaseMagicImpact
categories: [ HideSpawnMenu ]
components:
- type: PointLight
color: "#eea911"

View File

@@ -0,0 +1,45 @@
- type: entity
parent: BaseHandheldInstrument
id: CP14FluteInstrument
name: flute
description: A compact musical wind instrument, popular in villages as well as with large musical troupes.
categories: [ ForkFiltered ]
components:
- type: Instrument
program: 75
- type: Sprite
sprite: _CP14/Objects/Fun/Instruments/flute.rsi
state: icon
- type: Item
size: Small
sprite: _CP14/Objects/Fun/Instruments/flute.rsi
- type: Tag
tags:
- WoodwindInstrument
- type: entity
parent: BaseHandheldInstrument
id: CP14LyraInstrument
name: lyra
description: A common stringed instrument throughout Sylate, popular with various bards and musical troupes.
categories: [ ForkFiltered ]
components:
- type: Instrument
program: 46
- type: Sprite
sprite: _CP14/Objects/Fun/Instruments/lira.rsi
state: icon
- type: Item
size: Normal
sprite: _CP14/Objects/Fun/Instruments/lira.rsi
- type: Clothing
equipDelay: 0.25
unequipDelay: 0.25
sprite: _CP14/Objects/Fun/Instruments/lira.rsi
quickEquip: false
breakOnMove: false
slots:
- belt
- type: Tag
tags:
- StringInstrument

View File

@@ -0,0 +1,77 @@
{
"version": 1,
"license": "CLA",
"copyright": "Created by Max Gab (Github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "notes_1",
"delays": [
[
0.3,
0.3,
0.3,
0.3
]
]
},
{
"name": "notes_2",
"delays": [
[
0.3,
0.3,
0.3,
0.3
]
]
},
{
"name": "notes_3",
"delays": [
[
0.3,
0.3,
0.3,
0.3
]
]
},
{
"name": "notes_4",
"delays": [
[
0.3,
0.3,
0.3,
0.3
]
]
},
{
"name": "notes_5",
"delays": [
[
0.3,
0.3,
0.3,
0.3
]
]
},
{
"name": "notes_6",
"delays": [
[
0.3,
0.3,
0.3,
0.3
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 681 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 436 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 B

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CLA",
"copyright": "Created by Max Gab (Github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 724 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 751 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CLA",
"copyright": "Created by Max Gab (Github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BELT2",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}