Skip to content

Commit

Permalink
pink collar and coder arms
Browse files Browse the repository at this point in the history
  • Loading branch information
Memeji committed Aug 15, 2024
1 parent 5b40e99 commit 98e2059
Show file tree
Hide file tree
Showing 14 changed files with 86 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
ClothingUniformLoinCloth: 5 # FloofStation
ClothingNeckCollarBlue: 1 # Floofstation - Collar addition
ClothingNeckCollarBlack: 1 # Floofstation - Collar addition
ClothingNeckCollarPink: 1 # Floofstation - Collar addition
ClothingLongcoatNT: 2 # Floofstation
ClothingLongcoatAL: 2 # Floofstation
ClothingLongcoatBrown: 2 # Floofstation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
BedsheetRainbow: 2
ClothingUniformColorRainbow: 2
ClothingUnderSocksCoder: 1
ClothingHandsCoderArms: 1 # Floofstation
ClothingUnderSocksBee: 1
emaggedInventory:
# 3 for more friends!
ClothingUnderSocksCoderValid: 3 # Floofstation
ClothingUnderSocksCoderValid: 3 # Floofstation
12 changes: 12 additions & 0 deletions Resources/Prototypes/Floof/Entities/Clothing/Hands/gloves.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- type: entity
parent: ClothingHandsBase
id: ClothingHandsCoderArms
name: Coder Armwarmers
description: A pair of armwarmers that provide some protection during those long nights at the keyboard.
components:
- type: Sprite
sprite: Floof/Clothing/Hands/coderarms.rsi
- type: Clothing
sprite: Floof/Clothing/Hands/coderarms.rsi
- type: Fiber
fiberColor: fibers-white
11 changes: 11 additions & 0 deletions Resources/Prototypes/Floof/Entities/Clothing/Neck/collars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@
- type: Clothing
sprite: Floof/Clothing/Neck/collar_black.rsi

- type: entity
parent: ClothingNeckBase
id: ClothingNeckCollarPink
name: pink collar
description: A cute pink collar.
components:
- type: Sprite
sprite: Floof/Clothing/Neck/collar_pink.rsi
- type: Clothing
sprite: Floof/Clothing/Neck/collar_pink.rsi

- type: entity
parent: ClothingNeckBase
id: ClothingNeckCollarEpi
Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/Floof/Loadouts/hands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@
exclusive: true
items:
- ClothingHandsTacticalMaidGloves

- type: loadout #FloofStation
id: LoadoutHandsGlovesCoderArms
category: Hands
cost: 1
exclusive: true
items:
- ClothingHandsCoderArms
8 changes: 8 additions & 0 deletions Resources/Prototypes/Floof/Loadouts/neck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,14 @@
items:
- ClothingNeckCollarBlack

- type: loadout
id: LoadoutItemsNeckPinkCollar
category: Neck
cost: 1
exclusive: true
items:
- ClothingNeckCollarPink

- type: loadout
id: LoadoutItemsNeckSyndieCollar
category: Neck
Expand Down
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.
26 changes: 26 additions & 0 deletions Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprited by bribrooo (Discord), original from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HAND",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
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.
18 changes: 18 additions & 0 deletions Resources/Textures/Floof/Clothing/Neck/collar_pink.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
}
]
}

0 comments on commit 98e2059

Please sign in to comment.