Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-ClothingHeadHatUshankaSecurity = security's armored ushanka
.desc = Perfect for saving heads in Siberia, da?
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-ClothingHeadHatUshankaSecurity = бронеушанка охраны
.desc = Идеальна для защиты головы в Сибири, дa?
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
ClothingShoesBootsWinterSec: 2
ClothingShoesWinterCombatBoots : 2 # Goobstation
ClothingHeadHelmetJustice: 1
ClothingHeadHatUshankaSecurity: 3 # CorvaxGoob
ClothingHeadHelmetBasic: 2
ClothingHeadHelmetBasicAlt: 2
contrabandInventory:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
ClothingOuterCoatBomber: 3
ClothingHeadHatCanadaBeanie: 4
ClothingHeadHatSantahat: 2
ClothingHeadHatUshanka: 3 # CorvaxGoob
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Зачем бронированная ушанка в общем доступе?

ClothingHeadHatXmasCrown: 2
contrabandInventory:
ClothingOuterDavidsJacket: 1 # Goobstation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -422,3 +422,41 @@
- type: Tag
tags:
- WhitelistChameleon

- type: entity
parent: [ClothingHeadBase, BaseFoldable, BaseSecurityContraband]
id: ClothingHeadHatUshankaSecurity
name: security's armored ushanka
description: Perfect for saving heads in Siberia, da?
components:
- type: Clothing
sprite: _CorvaxGoob/Clothing/Head/Hats/security_ushanka.rsi
- type: Appearance
- type: Foldable
canFoldInsideContainer: true
- type: FoldableClothing
foldedEquippedPrefix: up
foldedHeldPrefix: up
- type: Sprite
sprite: _CorvaxGoob/Clothing/Head/Hats/security_ushanka.rsi
layers:
- state: icon
map: [ "unfoldedLayer" ]
- state: icon-up
map: ["foldedLayer"]
visible: false
- type: Armor
coverage:
- Head
traumaDeductions:
Dismemberment: 0.2
OrganDamage: 0.2
BoneDamage: 0.2
VeinsDamage: 0
NerveDamage: 0
modifiers:
coefficients:
Blunt: 0.7
Slash: 0.7
Piercing: 0.7
Heat: 0.8
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by SSpetishes",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon-up"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "up-equipped-HELMET",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading