diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/cloak.yml b/Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/cloak.yml new file mode 100644 index 0000000000..093d7b22a0 --- /dev/null +++ b/Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/cloak.yml @@ -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 \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Roles/Jobs/Mercenary/adventurer.yml b/Resources/Prototypes/_CP14/Roles/Jobs/Mercenary/adventurer.yml index a3a61a2e8d..2ad6884482 100644 --- a/Resources/Prototypes/_CP14/Roles/Jobs/Mercenary/adventurer.yml +++ b/Resources/Prototypes/_CP14/Roles/Jobs/Mercenary/adventurer.yml @@ -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 \ No newline at end of file + supervisors: job-supervisors-everyone + +- type: startingGear + id: CPTestGear + equipment: + outerClothing: CPClothingOuterArmoredCloak + innerClothingSkirt: ClothingUniformJumpskirtCargo + satchel: ClothingBackpackSatchelCargoFilled + duffelbag: ClothingBackpackDuffelCargoFilled \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Species/tiefling.yml b/Resources/Prototypes/_CP14/Species/tiefling.yml index b83afcbd91..0bc4b13e38 100644 --- a/Resources/Prototypes/_CP14/Species/tiefling.yml +++ b/Resources/Prototypes/_CP14/Species/tiefling.yml @@ -67,7 +67,7 @@ - type: humanoidBaseSprite id: CPMobTieflingEyes baseSprite: - sprite: Mobs/Customization/eyes.rsi + sprite: _CP14/Mobs/Customization/eyes.rsi state: eyes - type: humanoidBaseSprite diff --git a/Resources/Textures/_CP14/Clothing/OuterClothing/redguardarmor.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_CP14/Clothing/OuterClothing/redguardarmor.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..7b7b1f9cb0 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/OuterClothing/redguardarmor.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_CP14/Clothing/OuterClothing/redguardarmor.rsi/icon.png b/Resources/Textures/_CP14/Clothing/OuterClothing/redguardarmor.rsi/icon.png new file mode 100644 index 0000000000..4c4b6e00ae Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/OuterClothing/redguardarmor.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/OuterClothing/redguardarmor.rsi/meta.json b/Resources/Textures/_CP14/Clothing/OuterClothing/redguardarmor.rsi/meta.json new file mode 100644 index 0000000000..de02ed6306 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/OuterClothing/redguardarmor.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/_CP14/Mobs/Customization/eyes.rsi/no_eyes.png b/Resources/Textures/_CP14/Mobs/Customization/eyes.rsi/no_eyes.png index 1cdeb2aead..8536adc31b 100644 Binary files a/Resources/Textures/_CP14/Mobs/Customization/eyes.rsi/no_eyes.png and b/Resources/Textures/_CP14/Mobs/Customization/eyes.rsi/no_eyes.png differ