]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
long bacon scarf (#34950)
authorBoaz1111 <149967078+Boaz1111@users.noreply.github.com>
Sun, 9 Feb 2025 15:10:10 +0000 (16:10 +0100)
committerGitHub <noreply@github.com>
Sun, 9 Feb 2025 15:10:10 +0000 (16:10 +0100)
* went to the long bacon store.

* obtainable :3

Resources/Prototypes/Catalog/VendingMachines/Inventories/pride.yml
Resources/Prototypes/Entities/Clothing/Neck/scarfs.yml
Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/equipped-NECK.png [new file with mode: 0644]
Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/meta.json [new file with mode: 0644]

index 28d0ec7b252536cc90f9641cc36f0487816fcdec..c31ba95565c95a50413a8c4254c3418a331ba6cd 100644 (file)
@@ -36,3 +36,5 @@
     ClothingUniformColorRainbow: 2
     ClothingUnderSocksCoder: 2
     ClothingUnderSocksBee: 2
+  contrabandInventory:
+    ClothingNeckScarfStripedLesbianLong: 2
index 82ebfa2b94cf4f116e7bd98495032447ad0a7f76..659bce996498753fb138a9c4a26a136ab7c3aa18 100644 (file)
     sprite: Clothing/Neck/Scarfs/PrideScarfs/trans.rsi
   - type: Clothing
     sprite: Clothing/Neck/Scarfs/PrideScarfs/trans.rsi
+
+- type: entity
+  parent: ClothingScarfBase
+  id: ClothingNeckScarfStripedLesbianLong
+  name: long bacon
+  description: Long bacon! Perfect for sharing with your girlfriend!
+  components:
+  - type: Sprite
+    sprite: Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi
+  - type: Clothing
+    sprite: Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi
diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/equipped-NECK.png
new file mode 100644 (file)
index 0000000..7779936
Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/equipped-NECK.png differ
diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/icon.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/icon.png
new file mode 100644 (file)
index 0000000..7941ec5
Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..df0d874
Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..3aad808
Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/meta.json b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/meta.json
new file mode 100644 (file)
index 0000000..c32ea35
--- /dev/null
@@ -0,0 +1,26 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da | In hand sprites sprited by PuroSlavKing (Github) for Space Station 14, recolored by MrGreen06 (Discord), extended by Boaz1111(github)",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "equipped-NECK",
+      "directions": 4
+    },
+    {
+      "name": "icon"
+    },
+    {
+      "name": "inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "inhand-right",
+      "directions": 4
+    }
+  ]
+}