fix eyes + armor

This commit is contained in:
Ed
2024-04-10 21:31:39 +03:00
parent e04725f7ed
commit a66f9d976f
7 changed files with 46 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
- type: entity
parent: ClothingOuterStorageBase
id: CPClothingOuterArmoredCloak
name: бронированная накидка
description: Огромные металлические наплечники дают дополнительную защиту от отрубания головы.
components:
- type: Sprite
sprite: _CP14/Clothing/OuterClothing/redguardarmor.rsi
- type: Clothing
sprite: _CP14/Clothing/OuterClothing/redguardarmor.rsi
- type: Armor #same as regular sec armor
modifiers:
coefficients:
Blunt: 0.70
Slash: 0.70
Piercing: 0.70
Heat: 0.80

View File

@@ -3,6 +3,14 @@
name: job-name-adventurer
description: job-description-adventurer
playTimeTracker: JobAdventurer
startingGear: CargoTechGear #TODO replace
startingGear: CPTestGear
icon: "JobIconCargoTechnician" #TODO replace
supervisors: job-supervisors-everyone
supervisors: job-supervisors-everyone
- type: startingGear
id: CPTestGear
equipment:
outerClothing: CPClothingOuterArmoredCloak
innerClothingSkirt: ClothingUniformJumpskirtCargo
satchel: ClothingBackpackSatchelCargoFilled
duffelbag: ClothingBackpackDuffelCargoFilled

View File

@@ -67,7 +67,7 @@
- type: humanoidBaseSprite
id: CPMobTieflingEyes
baseSprite:
sprite: Mobs/Customization/eyes.rsi
sprite: _CP14/Mobs/Customization/eyes.rsi
state: eyes
- type: humanoidBaseSprite

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 775 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "CrystallPunk14, by hazzloebizhe",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 483 B