]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Added a semi-functional genderfluid pin. (#35854)
authorT <theo75cg@gmail.com>
Mon, 21 Apr 2025 17:46:33 +0000 (18:46 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Apr 2025 17:46:33 +0000 (13:46 -0400)
* Added a semi-function GenderfluidPin

* Update pins.yml

fix bug

* Fix meta.json under the newly merged "fix as you go" policy

* Update pin description

---------

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
Resources/Prototypes/Catalog/VendingMachines/Inventories/pride.yml
Resources/Prototypes/Entities/Clothing/Neck/pins.yml
Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml
Resources/Prototypes/Loadouts/Miscellaneous/trinkets.yml
Resources/Prototypes/Loadouts/loadout_groups.yml
Resources/Textures/Clothing/Neck/Misc/pins.rsi/fluid-equipped-NECK.png [new file with mode: 0644]
Resources/Textures/Clothing/Neck/Misc/pins.rsi/fluid.png [new file with mode: 0644]
Resources/Textures/Clothing/Neck/Misc/pins.rsi/meta.json

index 509104ecf57236bd4c2e5db0728a0fbc6810f961..92057ab21c788bcfea5d60f19f397c68265dbe60 100644 (file)
@@ -15,6 +15,7 @@
     ClothingNeckPluralPin: 3
     ClothingNeckOmnisexualPin: 3
     ClothingNeckGenderqueerPin: 3
+    ClothingNeckGenderfluidPin: 3
     ClothingNeckTransPin: 3
     ClothingNeckAutismPin: 3
     ClothingNeckGoldAutismPin: 3
index bd54707fe1c20590acfffd6e8f349b7f3bad6ac0..e579ec38fbc226f5ce67bd933157eb511c6b347b 100644 (file)
   - type: Clothing
     equippedPrefix: gender
 
+- type: entity
+  parent: ClothingNeckPinBase
+  id: ClothingNeckGenderfluidPin
+  name: genderfluid pin
+  description: be gender, be fluid
+  components:
+  - type: Sprite
+    state: fluid
+  - type: Clothing
+    equippedPrefix: fluid
+
 - type: entity
   parent: ClothingNeckPinBase
   id: ClothingNeckTransPin
index f701933f70dd8f96558328f9eda3b79169ee6bce..4f1315ce1db648621bbe1c5b3aebbd5891a72637 100644 (file)
         - id: ClothingNeckPluralPin
         - id: ClothingNeckOmnisexualPin
         - id: ClothingNeckGenderqueerPin
+        - id: ClothingNeckGenderfluidPin
         - id: ClothingNeckTransPin
         - id: ClothingNeckAutismPin
         - id: ClothingNeckGoldAutismPin
index 99dbedd4569c14e7c844eb3b01bbdb0ffb362099..e1d45e47841e7407b4705da6655746b54362bd8f 100644 (file)
     back:
     - ClothingNeckGenderqueerPin
 
+- type: loadout
+  id: ClothingNeckGenderfluidPin
+  storage:
+    back:
+    - ClothingNeckGenderfluidPin
+
 - type: loadout
   id: ClothingNeckTransPin
   storage:
index 987affe13d513f1f08ad28095e76a77517bf5dbf..04b11056f31fdd04616cfd7065f2572537615013 100644 (file)
@@ -32,6 +32,7 @@
   - ClothingNeckPluralPin
   - ClothingNeckOmnisexualPin
   - ClothingNeckGenderqueerPin
+  - ClothingNeckGenderfluidPin
   - ClothingNeckTransPin
   - ClothingNeckAutismPin
   - ClothingNeckGoldAutismPin
diff --git a/Resources/Textures/Clothing/Neck/Misc/pins.rsi/fluid-equipped-NECK.png b/Resources/Textures/Clothing/Neck/Misc/pins.rsi/fluid-equipped-NECK.png
new file mode 100644 (file)
index 0000000..eb84427
Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Misc/pins.rsi/fluid-equipped-NECK.png differ
diff --git a/Resources/Textures/Clothing/Neck/Misc/pins.rsi/fluid.png b/Resources/Textures/Clothing/Neck/Misc/pins.rsi/fluid.png
new file mode 100644 (file)
index 0000000..e98ca33
Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Misc/pins.rsi/fluid.png differ
index c1ec904c05c5cb16b4e976d470bc5ef36bba49be..d6c4a337c019730a3f7dcb7b1f781f6e191c2506 100644 (file)
@@ -1,7 +1,7 @@
 {
   "version": 1,
   "license": "CC-BY-SA-3.0",
-  "copyright": "PixelTK leaves his mark on upstream, BackeTako made the gay, autism pins by Terraspark, omnisexual pin by juliangiebel, genderqueer by centcomofficer24, ally by FairlySadPanda, aroace by momochitters, plural by CubixThree",
+  "copyright": "PixelTK leaves his mark on upstream, BackeTako made the gay, autism pins by Terraspark, omnisexual pin by juliangiebel, genderqueer and genderfluid by centcomofficer24, ally by FairlySadPanda, aroace by momochitters, plural by CubixThree",
   "size": {
     "x": 32,
     "y": 32
         {
             "name": "gender-equipped-NECK",
             "directions": 4
+        },
+        {
+            "name": "fluid"
+        },
+        {
+            "name": "fluid-equipped-NECK",
+            "directions": 4
         }
     ]
 }