-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from Shiro69420/bramch-shiro
Blood Red Coder Socks Addition
- Loading branch information
Showing
7 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Pointless | ||
uplink-coder-socks-valid-name = Blood-red Coder Socks | ||
uplink-coder-socks-valid-desc = These socks add onto your robustness by making you look breedable. Make trojans, not war. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
- type: listing | ||
id: UplinkSocksCoderValid | ||
name: uplink-coder-socks-valid-name | ||
description: uplink-coder-socks-valid-desc | ||
productEntity: ClothingUnderSocksCoderValid | ||
cost: | ||
Telecrystal: 1 | ||
categories: | ||
- UplinkPointless | ||
|
10 changes: 10 additions & 0 deletions
10
Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
- type: entity | ||
parent: ClothingShoesBase | ||
id: ClothingUnderSocksCoderValid | ||
name: blood-red coder socks | ||
description: "It's time to code maliciously while petting a syndicat!!! :3 :3" | ||
components: | ||
- type: Sprite | ||
sprite: Floof/Clothing/Under/Socks/codervalid.rsi | ||
- type: Clothing | ||
sprite: Floof/Clothing/Under/Socks/codervalid.rsi |
Binary file added
BIN
+569 Bytes
Resources/Textures/Floof/Clothing/Under/Socks/codervalid.rsi/equipped-FEET.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+284 Bytes
Resources/Textures/Floof/Clothing/Under/Socks/codervalid.rsi/icon.png
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
18
Resources/Textures/Floof/Clothing/Under/Socks/codervalid.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Based from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039, edited by SkullBunny", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-FEET", | ||
"directions": 4 | ||
} | ||
] | ||
} |