Old vest sprites (#255)

This commit is contained in:
Aviu00
2023-08-03 13:55:02 +03:00
committed by Aviu00
parent ac7fda8493
commit 312b3dcf1f
8 changed files with 35 additions and 6 deletions

View File

@@ -17,9 +17,8 @@
ClothingUniformJumpsuitSecBlue: 3
ClothingHeadsetSecurity: 3
ClothingOuterWinterSec: 2
ClothingOuterArmorBasic: 2
ClothingOuterArmorBasic: 4
ClothingNeckScarfStripedRed: 3
ClothingOuterArmorBasicSlim: 2
ClothingEyesBlindfold: 1
ClothingShoesBootsCombat: 1
ClothingShoesBootsWinterSec: 2

View File

@@ -9,9 +9,9 @@
description: A standard Type I armored vest that provides decent protection against most types of damage.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Armor/security.rsi
sprite: White/Clothing/OuterClothing/kevlar.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Armor/security.rsi
sprite: White/Clothing/OuterClothing/kevlar.rsi
- type: Armor #Based on /tg/ but slightly compensated to fit the fact that armor stacks in SS14.
modifiers:
coefficients:
@@ -31,9 +31,9 @@
description: A slim Type I armored vest that provides decent protection against most types of damage.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Armor/security_slim.rsi
sprite: White/Clothing/OuterClothing/kevlar.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Armor/security_slim.rsi
sprite: White/Clothing/OuterClothing/kevlar.rsi
- type: entity
parent: ClothingOuterBaseLarge

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 731 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 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-OUTERCLOTHING",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING-body-slim",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}