Merge remote-tracking branch 'WD-core/master' into upstream-core

This commit is contained in:
BIGZi0348
2025-02-16 11:31:16 +03:00
19 changed files with 496 additions and 0 deletions

View File

@@ -0,0 +1,66 @@
- type: entity
parent: ClothingNeckBase
id: ClothingNeckCloakRaincoat
name: прародительский плащ
suffix: fluff
components:
- type: ToggleableClothing
clothingPrototype: ClothingHeadHatHoodRaincoat
requiredSlot: NECK
- type: ContainerContainer
containers:
toggleable-clothing: !type:ContainerSlot {}
storagebase: !type:Container
ents: []
slot: head
- type: Clothing
sprite: White/Fluff/vkuser/raincoat.rsi
- type: Sprite
sprite: White/Fluff/vkuser/raincoat.rsi
state: icon_green
- type: Appearance
- type: FluffColorForClothing
mainItem: true
specifier: Raincoat
currentColor: green
colors:
- green
- red
- type: Tag
tags:
- ClothMade
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatHoodRaincoat
noSpawn: true
name: прародительский капюшон
suffix: fluff
components:
- type: Sprite
sprite: White/Fluff/vkuser/hoodraincoat.rsi
state: icon_green
- type: Clothing
sprite: White/Fluff/vkuser/hoodraincoat.rsi
- type: Tag
tags: [] # ignore "WhitelistChameleon" tag
- type: HideLayerClothing
slots:
- Hair
- type: FluffColorForClothing
specifier: Raincoat
currentColor: green
colors:
- green
- red
- type: entity
id: ActionFluffColorForClothing
name: Поменять цвет
description: Меняет цвет вашей экипировки.
noSpawn: true
components:
- type: InstantAction
itemIconStyle: BigItem
useDelay: 1
event: !type:FluffColorForClothingEvent

Binary file not shown.

After

Width:  |  Height:  |  Size: 647 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 B

View File

@@ -0,0 +1,25 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Archestratigus АКА Заступник",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon_green"
},
{
"name": "icon_red"
},
{
"name": "green-equipped-HELMET",
"directions": 4
},
{
"name": "red-equipped-HELMET",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 642 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B

View File

@@ -0,0 +1,173 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Archestratigus АКА Заступник",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "green-inhand-left",
"directions": 4
},
{
"name": "red-inhand-left",
"directions": 4
},
{
"name": "green-inhand-right",
"directions": 4
},
{
"name": "red-inhand-right",
"directions": 4
},
{
"name": "icon_green"
},
{
"name": "icon_red"
},
{
"name": "red-equipped-NECK",
"directions": 4,
"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,
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,
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
]
]
},
{
"name": "green-equipped-NECK",
"directions": 4,
"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,
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,
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
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B