Jaster update! (#990)

* hihihi

* hihihi 32x32
This commit is contained in:
creamybag
2025-03-07 17:13:52 +03:00
committed by GitHub
parent d97d7f6fc4
commit d0602d7d1d
18 changed files with 148 additions and 4 deletions

View File

@@ -157,4 +157,15 @@
- type: Sprite
sprite: _CP14/Clothing/Head/Roles/General/hunter_hat.rsi
- type: Clothing
sprite: _CP14/Clothing/Head/Roles/General/hunter_hat.rsi
sprite: _CP14/Clothing/Head/Roles/General/hunter_hat.rsi
- type: entity
parent: CP14ClothingHeadBase
id: CP14ClothingHeadJestersCap
name: jester's cap
description: You are the fun. You are noise. You are the jester.
components:
- type: Sprite
sprite: _CP14/Clothing/Head/Roles/General/jesters_cap.rsi
- type: Clothing
sprite: _CP14/Clothing/Head/Roles/General/jesters_cap.rsi

View File

@@ -57,3 +57,14 @@
sprite: _CP14/Clothing/Pants/brown.rsi
- type: Clothing
sprite: _CP14/Clothing/Pants/brown.rsi
- type: entity
parent: CP14ClothingPantsBase
id: CP14ClothingPantsJestersPantaloons
name: jester's pantaloons
description: It's like regular pantaloons. But you can be seen from two miles away.
components:
- type: Sprite
sprite: _CP14/Clothing/Pants/Trousers/jesters_pantaloons.rsi
- type: Clothing
sprite: _CP14/Clothing/Pants/Trousers/jesters_pantaloons.rsi

View File

@@ -199,6 +199,17 @@
- type: Clothing
sprite: _CP14/Clothing/Shirt/Roles/General/Shirts/yellow.rsi
- type: entity
parent: CP14ClothingShirtBase
id: CP14ClothingShirtJestersAttire
name: jester's attire
description: It's rags, but it's colorful.
components:
- type: Sprite
sprite: _CP14/Clothing/Shirt/Roles/General/Shirts/jesters_attire.rsi
- type: Clothing
sprite: _CP14/Clothing/Shirt/Roles/General/Shirts/jesters_attire.rsi
- type: entity
parent: CP14ClothingShirtBase
id: CP14ClothingShirtCottonYellowCollar

View File

@@ -91,4 +91,20 @@
- type: Sprite
sprite: _CP14/Clothing/Shoes/long_leather_boots.rsi
- type: Clothing
sprite: _CP14/Clothing/Shoes/long_leather_boots.rsi
sprite: _CP14/Clothing/Shoes/long_leather_boots.rsi
- type: entity
parent: CP14ClothingShoesBase
id: CP14ClothingShoesJestersRingers
name: jester's ringers
description: Everyone around you should know that you exist, buddy.
components:
- type: Sprite
sprite: _CP14/Clothing/Shoes/jesters_ringers.rsi
- type: Clothing
sprite: _CP14/Clothing/Shoes/jesters_ringers.rsi
- type: FootstepModifier
footstepSoundCollection:
collection: FootstepJester
params:
variation: 0.07

View File

@@ -163,6 +163,7 @@
- CP14ClothingHeadTriangularHat
- CP14ClothingHeadTriangularHatGolden
- CP14ClothingHeadBeretRed
- CP14ClothingHeadJestersCap
- CP14ClothingHeadBeretPurple
- CP14ClothingHeadBeretYellow
- CP14ClothingHeadBeretBlue
@@ -191,6 +192,11 @@
equipment:
head: CP14ClothingHeadBeretRed
- type: loadout
id: CP14ClothingHeadJestersCap
equipment:
head: CP14ClothingHeadJestersCap
- type: loadout
id: CP14ClothingHeadBeretPurple
equipment:
@@ -234,10 +240,10 @@
loadouts:
- CP14ClothingPantsTrouserWhite
- CP14ClothingPantsTrouserDarkBlue
- CP14ClothingPantsJestersPantaloons
- CP14ClothingPantsAristocratic
- CP14ClothingPantsGreen
- CP14ClothingPantsBrown
- type: loadout
id: CP14ClothingPantsTrouserWhite
@@ -249,6 +255,11 @@
equipment:
pants: CP14ClothingPantsTrouserDarkBlue
- type: loadout
id: CP14ClothingPantsJestersPantaloons
equipment:
pants: CP14ClothingPantsJestersPantaloons
- type: loadout
id: CP14ClothingPantsAristocratic
equipment:
@@ -277,6 +288,7 @@
- CP14ClothingBlueCollarDress
- CP14ClothingShirtBlueOpen
- CP14ClothingBlueOpenDress
- CP14ClothingShirtJestersAttire
- CP14ClothingShirtRedOpen
- CP14ClothingRedOpenDress
- CP14ClothingShirtYellowOpen
@@ -331,6 +343,11 @@
equipment:
shirt: CP14ClothingBlueOpenDress
- type: loadout
id: CP14ClothingShirtJestersAttire
equipment:
shirt: CP14ClothingShirtJestersAttire
- type: loadout
id: CP14ClothingShirtRedOpen
equipment:
@@ -431,6 +448,7 @@
- CP14ShoesAristocraticBlack
- CP14ShoesSandals
- CP14LongLeatherBoots
- CP14ClothingShoesJestersRingers
- type: loadout
id: CP14ShoesBlack
@@ -452,6 +470,11 @@
equipment:
shoes: CP14LongLeatherBoots
- type: loadout
id: CP14ClothingShoesJestersRingers
equipment:
shoes: CP14ClothingShoesJestersRingers
# Back
- type: loadoutGroup

View File

@@ -9,7 +9,7 @@
- type: loadout
id: CP14ClothingHeadGildmaster
equipment:
cloak: CP14ClothingHeadGildmaster
head: CP14ClothingHeadGildmaster
# Cloak

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 708 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 896 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

View File

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