Old vest sprites (#255)
This commit is contained in:
@@ -17,9 +17,8 @@
|
|||||||
ClothingUniformJumpsuitSecBlue: 3
|
ClothingUniformJumpsuitSecBlue: 3
|
||||||
ClothingHeadsetSecurity: 3
|
ClothingHeadsetSecurity: 3
|
||||||
ClothingOuterWinterSec: 2
|
ClothingOuterWinterSec: 2
|
||||||
ClothingOuterArmorBasic: 2
|
ClothingOuterArmorBasic: 4
|
||||||
ClothingNeckScarfStripedRed: 3
|
ClothingNeckScarfStripedRed: 3
|
||||||
ClothingOuterArmorBasicSlim: 2
|
|
||||||
ClothingEyesBlindfold: 1
|
ClothingEyesBlindfold: 1
|
||||||
ClothingShoesBootsCombat: 1
|
ClothingShoesBootsCombat: 1
|
||||||
ClothingShoesBootsWinterSec: 2
|
ClothingShoesBootsWinterSec: 2
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
description: A standard Type I armored vest that provides decent protection against most types of damage.
|
description: A standard Type I armored vest that provides decent protection against most types of damage.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/OuterClothing/Armor/security.rsi
|
sprite: White/Clothing/OuterClothing/kevlar.rsi
|
||||||
- type: Clothing
|
- 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.
|
- type: Armor #Based on /tg/ but slightly compensated to fit the fact that armor stacks in SS14.
|
||||||
modifiers:
|
modifiers:
|
||||||
coefficients:
|
coefficients:
|
||||||
@@ -31,9 +31,9 @@
|
|||||||
description: A slim Type I armored vest that provides decent protection against most types of damage.
|
description: A slim Type I armored vest that provides decent protection against most types of damage.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/OuterClothing/Armor/security_slim.rsi
|
sprite: White/Clothing/OuterClothing/kevlar.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/Armor/security_slim.rsi
|
sprite: White/Clothing/OuterClothing/kevlar.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterBaseLarge
|
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 |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user