Added a semi-functional genderfluid pin. (#35854)

* 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>
This commit is contained in:
T
2025-04-21 18:46:33 +01:00
committed by GitHub
parent 6f27a9ec74
commit cc80f8d782
8 changed files with 28 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
ClothingNeckPluralPin: 3
ClothingNeckOmnisexualPin: 3
ClothingNeckGenderqueerPin: 3
ClothingNeckGenderfluidPin: 3
ClothingNeckTransPin: 3
ClothingNeckAutismPin: 3
ClothingNeckGoldAutismPin: 3

View File

@@ -166,6 +166,17 @@
- 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

View File

@@ -155,6 +155,7 @@
- id: ClothingNeckPluralPin
- id: ClothingNeckOmnisexualPin
- id: ClothingNeckGenderqueerPin
- id: ClothingNeckGenderfluidPin
- id: ClothingNeckTransPin
- id: ClothingNeckAutismPin
- id: ClothingNeckGoldAutismPin

View File

@@ -184,6 +184,12 @@
back:
- ClothingNeckGenderqueerPin
- type: loadout
id: ClothingNeckGenderfluidPin
storage:
back:
- ClothingNeckGenderfluidPin
- type: loadout
id: ClothingNeckTransPin
storage:

View File

@@ -32,6 +32,7 @@
- ClothingNeckPluralPin
- ClothingNeckOmnisexualPin
- ClothingNeckGenderqueerPin
- ClothingNeckGenderfluidPin
- ClothingNeckTransPin
- ClothingNeckAutismPin
- ClothingNeckGoldAutismPin

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

View 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
@@ -125,6 +125,13 @@
{
"name": "gender-equipped-NECK",
"directions": 4
},
{
"name": "fluid"
},
{
"name": "fluid-equipped-NECK",
"directions": 4
}
]
}