fix eyes + armor
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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 |
@@ -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 |
Reference in New Issue
Block a user