Takes skub to the next level. (#1007)

Co-authored-by: Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>

Co-authored-by: Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
This commit is contained in:
Swept
2020-05-31 18:37:13 +00:00
committed by GitHub
parent 2e38c194f7
commit 44d950ae39
8 changed files with 102 additions and 0 deletions

View File

@@ -1584,6 +1584,19 @@
- type: Clothing
sprite: Clothing/OuterClothing/security_rig_sealed.rsi
- type: entity
parent: OuterclothingBase
id: OuterclothingSkub
name: Skub Suit
description: 'Skub is crudely written on the outside of this cylindrical suit.'
components:
- type: Sprite
sprite: Clothing/OuterClothing/skubbody.rsi
- type: Icon
sprite: Clothing/OuterClothing/skubbody.rsi
- type: Clothing
sprite: Clothing/OuterClothing/skubbody.rsi
- type: entity
parent: OuterclothingBase
id: OuterclothingSovietskaf

View File

@@ -2601,6 +2601,19 @@
type: Clothing
parent: HatBase
- type: entity
parent: HatBase
id: HatSkub
name: Skub Hat
description: 'Best paired with the Skub Suit.'
components:
- type: Sprite
sprite: Clothing/Head/skubhead.rsi
- type: Icon
sprite: Clothing/Head/skubhead.rsi
- type: Clothing
sprite: Clothing/Head/skubhead.rsi
- type: entity
id: HatSombrero
name: Sombrero

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

View File

@@ -0,0 +1,38 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "",
"copyright": "EOBGames/tgstation",
"states": [
{
"name": "icon",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "equipped-HELMET",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 B

View File

@@ -0,0 +1,38 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "",
"copyright": "EOBGames/tgstation",
"states": [
{
"name": "equipped-OUTERCLOTHING",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "icon",
"directions": 1,
"delays": [
[
1
]
]
}
]
}