Plurality pin addition (now not on master branch) (#36744)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
ClothingNeckLesbianPin: 3
|
||||
ClothingNeckNonBinaryPin: 3
|
||||
ClothingNeckPansexualPin: 3
|
||||
ClothingNeckPluralPin: 3
|
||||
ClothingNeckOmnisexualPin: 3
|
||||
ClothingNeckGenderqueerPin: 3
|
||||
ClothingNeckTransPin: 3
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -152,6 +152,7 @@
|
||||
- id: ClothingNeckLesbianPin
|
||||
- id: ClothingNeckNonBinaryPin
|
||||
- id: ClothingNeckPansexualPin
|
||||
- id: ClothingNeckPluralPin
|
||||
- id: ClothingNeckOmnisexualPin
|
||||
- id: ClothingNeckGenderqueerPin
|
||||
- id: ClothingNeckTransPin
|
||||
|
||||
@@ -166,6 +166,12 @@
|
||||
back:
|
||||
- ClothingNeckPansexualPin
|
||||
|
||||
- type: loadout
|
||||
id: ClothingNeckPluralPin
|
||||
storage:
|
||||
back:
|
||||
- ClothingNeckPluralPin
|
||||
|
||||
- type: loadout
|
||||
id: ClothingNeckOmnisexualPin
|
||||
storage:
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
- ClothingNeckLesbianPin
|
||||
- ClothingNeckNonBinaryPin
|
||||
- ClothingNeckPansexualPin
|
||||
- ClothingNeckPluralPin
|
||||
- ClothingNeckOmnisexualPin
|
||||
- ClothingNeckGenderqueerPin
|
||||
- ClothingNeckTransPin
|
||||
|
||||
@@ -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 |
BIN
Resources/Textures/Clothing/Neck/Misc/pins.rsi/plural.png
Normal file
BIN
Resources/Textures/Clothing/Neck/Misc/pins.rsi/plural.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 496 B |
Reference in New Issue
Block a user