Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
ClothingUniformJumpskirtCasualRed: 2
ClothingUniformJumpsuitCasualGreen: 2
ClothingUniformJumpskirtCasualGreen: 2

# Funky uniforms
ClothingUniformTankTop: 5
###

# DO NOT ADD MORE, USE UNIFORM DYING
ClothingShoesColorBlack: 8
ClothingShoesColorBrown: 4
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: entity
parent: ClothingUniformBase
id: ClothingUniformTankTop
name: tank top
description: A white tank top made of affordable textile paired with a black pair of pants. Pump it up !
components:
- type: Sprite
sprite: _Funkystation\Clothing\Uniforms\Misc\tanktop.rsi
- type: Clothing
sprite: _Funkystation\Clothing\Uniforms\Misc\tanktop.rsi
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "By UnicornOnLSD (github) for FunkyStation",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading