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:
@@ -1584,6 +1584,19 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/security_rig_sealed.rsi
|
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
|
- type: entity
|
||||||
parent: OuterclothingBase
|
parent: OuterclothingBase
|
||||||
id: OuterclothingSovietskaf
|
id: OuterclothingSovietskaf
|
||||||
|
|||||||
@@ -2601,6 +2601,19 @@
|
|||||||
type: Clothing
|
type: Clothing
|
||||||
parent: HatBase
|
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
|
- type: entity
|
||||||
id: HatSombrero
|
id: HatSombrero
|
||||||
name: Sombrero
|
name: Sombrero
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 280 B |
BIN
Resources/Textures/Clothing/Head/skubhead.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Head/skubhead.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 170 B |
38
Resources/Textures/Clothing/Head/skubhead.rsi/meta.json
Normal file
38
Resources/Textures/Clothing/Head/skubhead.rsi/meta.json
Normal 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 |
BIN
Resources/Textures/Clothing/OuterClothing/skubbody.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/OuterClothing/skubbody.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 270 B |
@@ -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
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user