]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
add straight ally pin (#34977)
authorlzk <124214523+lzk228@users.noreply.github.com>
Sat, 8 Feb 2025 23:02:00 +0000 (00:02 +0100)
committerGitHub <noreply@github.com>
Sat, 8 Feb 2025 23:02:00 +0000 (18:02 -0500)
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/ally-equipped-NECK.png [new file with mode: 0644]
Resources/Textures/Clothing/Neck/Misc/pins.rsi/ally.png [new file with mode: 0644]
Resources/Textures/Clothing/Neck/Misc/pins.rsi/meta.json

index 5dcdce41dd5ccd5c82ce0fe4808fca37343ef2d3..28d0ec7b252536cc90f9641cc36f0487816fcdec 100644 (file)
@@ -2,6 +2,7 @@
   id: PrideDrobeInventory
   startingInventory:
     ClothingNeckLGBTPin: 3
+    ClothingNeckAllyPin: 3
     ClothingNeckAromanticPin: 3
     ClothingNeckAsexualPin: 3
     ClothingNeckBisexualPin: 3
index a402791f5a760729e0befa01b0eae2d6642e9f59..ea781fb3f30df529fa65743f3375e2749deeafe0 100644 (file)
   - type: Clothing
     equippedPrefix: lgbt
 
+- type: entity
+  parent: ClothingNeckPinBase
+  id: ClothingNeckAllyPin
+  name: straight ally pin
+  description: Be ally do crime.
+  components:
+  - type: Sprite
+    state: ally
+  - type: Clothing
+    equippedPrefix: ally
+
 - type: entity
   parent: ClothingNeckPinBase
   id: ClothingNeckAromanticPin
index a6b2324792b7fd4439f21153c08c14f6bdb827e7..78f7aed89d621fcb297c0b33c12bc02e86228670 100644 (file)
       - !type:GroupSelector
         children:
         - id: ClothingNeckLGBTPin
+        - id: ClothingNeckAllyPin
         - id: ClothingNeckAromanticPin
         - id: ClothingNeckAsexualPin
         - id: ClothingNeckBisexualPin
index 5abc708afdd2f968bf858d4d4209139062f28d34..51a96c06d34025fa4f1dc729cfdefd192149b945 100644 (file)
     back:
     - ClothingNeckLGBTPin
 
+- type: loadout
+  id: ClothingNeckAllyPin
+  storage:
+    back:
+    - ClothingNeckAllyPin
+
 - type: loadout
   id: ClothingNeckAromanticPin
   storage:
index ba76e8a1eeafcd455dc76376800ee09eff80e7d3..433cebee3716b938cbe4c8b0dcaa82eab25ff831 100644 (file)
@@ -19,6 +19,7 @@
   - CigarCase
   - CigarGold
   - ClothingNeckLGBTPin
+  - ClothingNeckAllyPin
   - ClothingNeckAromanticPin
   - ClothingNeckAsexualPin
   - ClothingNeckBisexualPin
diff --git a/Resources/Textures/Clothing/Neck/Misc/pins.rsi/ally-equipped-NECK.png b/Resources/Textures/Clothing/Neck/Misc/pins.rsi/ally-equipped-NECK.png
new file mode 100644 (file)
index 0000000..1dd4f73
Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Misc/pins.rsi/ally-equipped-NECK.png differ
diff --git a/Resources/Textures/Clothing/Neck/Misc/pins.rsi/ally.png b/Resources/Textures/Clothing/Neck/Misc/pins.rsi/ally.png
new file mode 100644 (file)
index 0000000..3ff67be
Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Misc/pins.rsi/ally.png differ
index 78cf15fc4e88872efe645b6dda83ebdf67ad8c41..a9e20917af29ca31cb25fd64558aa455e83a262a 100644 (file)
@@ -1,12 +1,19 @@
 {
   "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",
+  "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",
   "size": {
     "x": 32,
     "y": 32
   },
     "states": [
+        {
+            "name": "ally"
+        },
+        {
+            "name": "ally-equipped-NECK",
+            "directions": 4
+        },
         {
             "name": "aro"
         },