diff --git a/Resources/Locale/en-US/Floof/store/uplink-catalog.ftl b/Resources/Locale/en-US/Floof/store/uplink-catalog.ftl new file mode 100644 index 00000000000..c80a39fb314 --- /dev/null +++ b/Resources/Locale/en-US/Floof/store/uplink-catalog.ftl @@ -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. \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml b/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml index 9e1de27fa4b..28d2fbc1af2 100644 --- a/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml +++ b/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml @@ -26,4 +26,7 @@ BedsheetRainbow: 2 ClothingUniformColorRainbow: 2 ClothingUnderSocksCoder: 1 - ClothingUnderSocksBee: 1 \ No newline at end of file + ClothingUnderSocksBee: 1 + emaggedInventory: + # 3 for more friends! + ClothingUnderSocksCoderValid: 3 # Floofstation \ No newline at end of file diff --git a/Resources/Prototypes/Floof/Catalog/uplink_catalog.yml b/Resources/Prototypes/Floof/Catalog/uplink_catalog.yml new file mode 100644 index 00000000000..741be24908f --- /dev/null +++ b/Resources/Prototypes/Floof/Catalog/uplink_catalog.yml @@ -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 + \ No newline at end of file diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml b/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml new file mode 100644 index 00000000000..9222edade62 --- /dev/null +++ b/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml @@ -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 diff --git a/Resources/Textures/Floof/Clothing/Under/Socks/codervalid.rsi/equipped-FEET.png b/Resources/Textures/Floof/Clothing/Under/Socks/codervalid.rsi/equipped-FEET.png new file mode 100644 index 00000000000..e59c6092724 Binary files /dev/null and b/Resources/Textures/Floof/Clothing/Under/Socks/codervalid.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Floof/Clothing/Under/Socks/codervalid.rsi/icon.png b/Resources/Textures/Floof/Clothing/Under/Socks/codervalid.rsi/icon.png new file mode 100644 index 00000000000..06ae1ae1ec3 Binary files /dev/null and b/Resources/Textures/Floof/Clothing/Under/Socks/codervalid.rsi/icon.png differ diff --git a/Resources/Textures/Floof/Clothing/Under/Socks/codervalid.rsi/meta.json b/Resources/Textures/Floof/Clothing/Under/Socks/codervalid.rsi/meta.json new file mode 100644 index 00000000000..e07d455bc0e --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Under/Socks/codervalid.rsi/meta.json @@ -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 + } + ] +}