* fluff

* ++

(cherry picked from commit 29acb069ac68cf23e00a5e9add8cec53eea8cb1b)
This commit is contained in:
withoutcode333
2025-05-11 14:06:22 +05:00
committed by GitHub
parent b12ef96868
commit 74f2b327cc
10 changed files with 86 additions and 3 deletions

View File

@@ -1266,3 +1266,16 @@
sprites: sprites:
- sprite: White/Fluff/Korzinka_/dogtail.rsi - sprite: White/Fluff/Korzinka_/dogtail.rsi
state: dogtail state: dogtail
# Zerkor_Pomidor
- type: entity
parent: ClothingHeadBase
id: ClothingHeadTiara
name: Аметистовая тиара
suffix: fluff
description: От данной тиары излучается едва уловимая аура, которая вызывает покалывание в пальцах при касании. На макушке и по краям тиары инкрустированы отполированные кристаллы фиолетового цвета, от которых идёт лёгкое свечение. Пахнет лесной прогулкой.
components:
- type: Sprite
sprite: White/Fluff/Zerkor_Pomidor/tiara.rsi
- type: Clothing
sprite: White/Fluff/Zerkor_Pomidor/tiara.rsi

View File

@@ -480,3 +480,9 @@
id: ClothingNeckCloakRaincoat id: ClothingNeckCloakRaincoat
entity: ClothingNeckCloakRaincoat entity: ClothingNeckCloakRaincoat
sponsorOnly: true sponsorOnly: true
# Zerkor_Pomidor
- type: sponsorLoadout
id: Zerkor_PomidorTiara
entity: ClothingHeadTiara
sponsorOnly: true

View File

@@ -143,10 +143,10 @@
- type: customGhost - type: customGhost
id: caypennow-ghost id: caypennow-ghost
ckey: CaypenNow ckey: CaypenNow
sprite: White/Ghosts/hitpanda_ghost.rsi sprite: White/Ghosts/caypennow-ghost.rsi
alpha: 0.8 alpha: 0.8
ghostName: Undefined ghostName: Type is Undefined
ghostDescription: Полыхает... ghostDescription: Null
size: 1, 1 size: 1, 1
- type: customGhost - type: customGhost

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "PARSEC FLUFF",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -0,0 +1,38 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "papa",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "animated",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]
}