add straight ally pin (#34977)

This commit is contained in:
lzk
2025-02-09 00:02:00 +01:00
committed by GitHub
parent 9ed7fab2d3
commit 50ba607bf5
8 changed files with 28 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
id: PrideDrobeInventory
startingInventory:
ClothingNeckLGBTPin: 3
ClothingNeckAllyPin: 3
ClothingNeckAromanticPin: 3
ClothingNeckAsexualPin: 3
ClothingNeckBisexualPin: 3

View File

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

View File

@@ -141,6 +141,7 @@
- !type:GroupSelector
children:
- id: ClothingNeckLGBTPin
- id: ClothingNeckAllyPin
- id: ClothingNeckAromanticPin
- id: ClothingNeckAsexualPin
- id: ClothingNeckBisexualPin

View File

@@ -106,6 +106,12 @@
back:
- ClothingNeckLGBTPin
- type: loadout
id: ClothingNeckAllyPin
storage:
back:
- ClothingNeckAllyPin
- type: loadout
id: ClothingNeckAromanticPin
storage:

View File

@@ -19,6 +19,7 @@
- CigarCase
- CigarGold
- ClothingNeckLGBTPin
- ClothingNeckAllyPin
- ClothingNeckAromanticPin
- ClothingNeckAsexualPin
- ClothingNeckBisexualPin

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

View 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"
},