Перчатки

This commit is contained in:
BIGZi0348
2025-01-12 23:39:38 +03:00
parent a867f549b1
commit c3ac0a52a4
18 changed files with 77 additions and 13 deletions

View File

@@ -165,7 +165,7 @@
- id: ClothingEyesGlassesSunglasses
- id: ClothingUniformJumpsuitCentcomOfficial
- id: ClothingShoesBootsJack
- id: ClothingHandsGlovesColorBlack
- id: ClothingHandsGlovesColorBlackSecurity # WD
- id: ClothingHeadsetAltCentComFake
- id: Paper
- id: Pen

View File

@@ -65,7 +65,7 @@
prob: 0.5
- id: ClothingEyesGlassesSecurity
- id: ClothingHeadsetAltSecurity # WD
- id: ClothingHandsGlovesColorBlack
- id: ClothingHandsGlovesColorBlackSecurity # WD
- id: ClothingShoesBootsJack
- id: WeaponMeleeNeedle
prob: 0.1

View File

@@ -17,7 +17,7 @@
ClothingNeckTieDet: 2
ClothingShoesLeather: 2
ClothingShoesColorBrown: 2
ClothingHandsGlovesColorBlack: 2
ClothingHandsGlovesColorBlackSecurity: 2 # WD
ClothingHandsGlovesLatex: 2
CigPackGreen: 4
SmokingPipeFilledTobacco: 1

View File

@@ -19,7 +19,7 @@
ClothingUniformJumpskirtSec: 4
ClothingUniformJumpsuitSecGrey: 4
ClothingUniformJumpsuitSecBlue: 4
ClothingHandsGlovesColorBlack: 4
ClothingHandsGlovesColorBlackSecurity: 4 # WD
ClothingShoesBootsJack: 4
ClothingShoesBootsCombat: 4
ClothingHeadHatBeretSecurity: 3

View File

@@ -135,7 +135,7 @@
- WeaponDisabler
- ClothingOuterArmorBulletproof
- FlashlightSeclite
- ClothingHandsGlovesColorBlack
- ClothingHandsGlovesColorBlackSecurity # WD
- ClothingHeadHelmetBasic
- Handcuffs
- Zipties

View File

@@ -23,6 +23,7 @@
- type: Fiber
fiberMaterial: fibers-nanomachines
- type: FingerprintMask
- type: Insulated
- type: MagneticGloves
glovesActiveTime: 60
glovesCooldown: 60

View File

@@ -173,6 +173,16 @@
equipment:
gloves: ClothingHandsGlovesColorBlack
- type: itemLoadout # WD
id: GlovesColorBlackSecurity
equipment: GlovesColorBlackSecurity
- type: startingGear
id: GlovesColorBlackSecurity
equipment:
gloves: ClothingHandsGlovesColorBlackSecurity
- type: itemLoadout
id: GlovesColorWhite
equipment: GlovesColorWhite

View File

@@ -745,6 +745,14 @@
- GlovesColorBlack
- GlovesFingerless
- type: loadoutGroup # WD
id: CommonGlovesSecurity
name: loadout-group-gloves
minLimit: 0
loadouts:
- GlovesColorBlackSecurity
- GlovesFingerless
- type: loadoutGroup
id: CommonShoes
name: loadout-group-shoes
@@ -1584,7 +1592,7 @@
minLimit: 0
loadouts:
- GlovesLatex
- GlovesColorBlack
- GlovesColorBlackSecurity # WD
- GlovesForensic
- type: loadoutGroup

View File

@@ -481,7 +481,7 @@
- CommonSecurityCommandMask # WD
- HeadofSecurityNeck
- HeadofSecurityJumpsuit
- CommonGloves # WD
- CommonGlovesSecurity # WD
- CommonSecurityBelt # WD
- CommonSecurityBackpack
- CommonSecurityShoes
@@ -502,7 +502,7 @@
- CommonSecurityNeck
- WardenJumpsuit
- CommonSecurityBackpack
- CommonGloves # WD
- CommonGlovesSecurity # WD
- CommonSecurityBelt # WD
- CommonSecurityShoes
- WardenPDA
@@ -523,7 +523,7 @@
- CommonSecurityBackpack
- SecurityOuterClothing
- CommonSecurityBelt # WD
- CommonGloves # WD
- CommonGlovesSecurity # WD
- CommonSecurityShoes
- SeniorOfficerPDA
- CommonSecurityJobTrinkets # WD
@@ -560,7 +560,7 @@
- CommonSecurityBackpack
- SecurityOuterClothing
- CommonSecurityBelt # WD
- CommonGloves # WD
- CommonGlovesSecurity # WD
- CommonSecurityShoes
- SecurityPDA
- CommonSecurityJobTrinkets # WD
@@ -596,7 +596,7 @@
- CommonSecurityNeck
- SecurityCadetJumpsuit
- CommonSecurityBackpack
- CommonGloves # WD
- CommonGlovesSecurity # WD
- CommonSecurityShoes
- SecurityCadetPDA
- CommonSecurityJobTrinkets # WD

View File

@@ -20,7 +20,7 @@
shoes: ClothingShoesBootsCombatFilled
head: ClothingHeadHatCentcom
eyes: ClothingEyesGlassesSunglasses
gloves: ClothingHandsGlovesColorBlack
gloves: ClothingHandsGlovesColorBlackSecurity # WD
outerClothing: ClothingOuterArmorBasic
id: CentcomPDA
ears: ClothingHeadsetAltCentCom

View File

@@ -0,0 +1,15 @@
- type: entity
parent: ClothingHandsGlovesColorBlack
id: ClothingHandsGlovesColorBlackSecurity
name: офицерские перчатки
description: Кожанные чёрные перчатки, которые не спасут вас от поджаривания.
components:
- type: Sprite
sprite: White/Clothing/Hands/Gloves/blacksecurity.rsi
- type: Clothing
sprite: White/Clothing/Hands/Gloves/blacksecurity.rsi
- type: Fiber
fiberMaterial: fibers-leather
fiberColor: fibers-black
- type: Item
sprite: White/Clothing/Hands/Gloves/blacksecurity.rsi

View File

@@ -39,7 +39,7 @@
prob: 0.5
- id: ClothingEyesGlassesSecurity
- id: ClothingHeadsetAltSecurity
- id: ClothingHandsGlovesColorBlack
- id: ClothingHandsGlovesColorBlackSecurity # WD
- id: ClothingShoesBootsJack
- id: WeaponMeleeNeedle
prob: 0.1

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 B

View File

@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HAND",
"directions": 4
},
{
"name": "equipped-HAND-body-slim",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}