add straight ally pin (#34977)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
id: PrideDrobeInventory
|
||||
startingInventory:
|
||||
ClothingNeckLGBTPin: 3
|
||||
ClothingNeckAllyPin: 3
|
||||
ClothingNeckAromanticPin: 3
|
||||
ClothingNeckAsexualPin: 3
|
||||
ClothingNeckBisexualPin: 3
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -141,6 +141,7 @@
|
||||
- !type:GroupSelector
|
||||
children:
|
||||
- id: ClothingNeckLGBTPin
|
||||
- id: ClothingNeckAllyPin
|
||||
- id: ClothingNeckAromanticPin
|
||||
- id: ClothingNeckAsexualPin
|
||||
- id: ClothingNeckBisexualPin
|
||||
|
||||
@@ -106,6 +106,12 @@
|
||||
back:
|
||||
- ClothingNeckLGBTPin
|
||||
|
||||
- type: loadout
|
||||
id: ClothingNeckAllyPin
|
||||
storage:
|
||||
back:
|
||||
- ClothingNeckAllyPin
|
||||
|
||||
- type: loadout
|
||||
id: ClothingNeckAromanticPin
|
||||
storage:
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
- CigarCase
|
||||
- CigarGold
|
||||
- ClothingNeckLGBTPin
|
||||
- ClothingNeckAllyPin
|
||||
- ClothingNeckAromanticPin
|
||||
- ClothingNeckAsexualPin
|
||||
- ClothingNeckBisexualPin
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 198 B |
BIN
Resources/Textures/Clothing/Neck/Misc/pins.rsi/ally.png
Normal file
BIN
Resources/Textures/Clothing/Neck/Misc/pins.rsi/ally.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 425 B |
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user