Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Coder Arms and Pink Collar #118

Closed
wants to merge 3 commits into from
Closed
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 @@ -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.
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
}
]
}
Loading