Plurality pin addition (now not on master branch) (#36744)

This commit is contained in:
Cass
2025-04-20 02:00:33 -05:00
committed by GitHub
parent 0768f1f33f
commit 39bf2469ad
8 changed files with 28 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
ClothingNeckLesbianPin: 3
ClothingNeckNonBinaryPin: 3
ClothingNeckPansexualPin: 3
ClothingNeckPluralPin: 3
ClothingNeckOmnisexualPin: 3
ClothingNeckGenderqueerPin: 3
ClothingNeckTransPin: 3

View File

@@ -133,6 +133,17 @@
- type: Clothing
equippedPrefix: pan
- type: entity
parent: ClothingNeckPinBase
id: ClothingNeckPluralPin
name: plural pin
description: Be plural, do crimes.
components:
- type: Sprite
state: plural
- type: Clothing
equippedPrefix: plural
- type: entity
parent: ClothingNeckPinBase
id: ClothingNeckOmnisexualPin

View File

@@ -152,6 +152,7 @@
- id: ClothingNeckLesbianPin
- id: ClothingNeckNonBinaryPin
- id: ClothingNeckPansexualPin
- id: ClothingNeckPluralPin
- id: ClothingNeckOmnisexualPin
- id: ClothingNeckGenderqueerPin
- id: ClothingNeckTransPin

View File

@@ -166,6 +166,12 @@
back:
- ClothingNeckPansexualPin
- type: loadout
id: ClothingNeckPluralPin
storage:
back:
- ClothingNeckPluralPin
- type: loadout
id: ClothingNeckOmnisexualPin
storage:

View File

@@ -29,6 +29,7 @@
- ClothingNeckLesbianPin
- ClothingNeckNonBinaryPin
- ClothingNeckPansexualPin
- ClothingNeckPluralPin
- ClothingNeckOmnisexualPin
- ClothingNeckGenderqueerPin
- ClothingNeckTransPin

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",
"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",
"size": {
"x": 32,
"y": 32
@@ -98,6 +98,13 @@
"name": "pan-equipped-NECK",
"directions": 4
},
{
"name": "plural"
},
{
"name": "plural-equipped-NECK",
"directions": 4
},
{
"name": "trans"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B