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:
@@ -15,6 +15,7 @@
|
||||
ClothingNeckPluralPin: 3
|
||||
ClothingNeckOmnisexualPin: 3
|
||||
ClothingNeckGenderqueerPin: 3
|
||||
ClothingNeckGenderfluidPin: 3
|
||||
ClothingNeckTransPin: 3
|
||||
ClothingNeckAutismPin: 3
|
||||
ClothingNeckGoldAutismPin: 3
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -155,6 +155,7 @@
|
||||
- id: ClothingNeckPluralPin
|
||||
- id: ClothingNeckOmnisexualPin
|
||||
- id: ClothingNeckGenderqueerPin
|
||||
- id: ClothingNeckGenderfluidPin
|
||||
- id: ClothingNeckTransPin
|
||||
- id: ClothingNeckAutismPin
|
||||
- id: ClothingNeckGoldAutismPin
|
||||
|
||||
@@ -184,6 +184,12 @@
|
||||
back:
|
||||
- ClothingNeckGenderqueerPin
|
||||
|
||||
- type: loadout
|
||||
id: ClothingNeckGenderfluidPin
|
||||
storage:
|
||||
back:
|
||||
- ClothingNeckGenderfluidPin
|
||||
|
||||
- type: loadout
|
||||
id: ClothingNeckTransPin
|
||||
storage:
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
- ClothingNeckPluralPin
|
||||
- ClothingNeckOmnisexualPin
|
||||
- ClothingNeckGenderqueerPin
|
||||
- ClothingNeckGenderfluidPin
|
||||
- ClothingNeckTransPin
|
||||
- ClothingNeckAutismPin
|
||||
- ClothingNeckGoldAutismPin
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 333 B |
BIN
Resources/Textures/Clothing/Neck/Misc/pins.rsi/fluid.png
Normal file
BIN
Resources/Textures/Clothing/Neck/Misc/pins.rsi/fluid.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 291 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user