LGBTQIA+ pins (#13472)

This commit is contained in:
PixelTK
2023-01-17 01:51:13 +00:00
committed by GitHub
parent 060199a33a
commit 60f67f5583
22 changed files with 246 additions and 0 deletions

View File

@@ -83,6 +83,26 @@
prob: 0.001
- id: ClothingHeadHatCatEars
prob: 0.01
# - Pins
- id: ClothingNeckLGBTPin
prob: 0.025
orGroup: LGBTQIAPlusPins
- id: ClothingNeckAromanticPin
orGroup: LGBTQIAPlusPins
- id: ClothingNeckAsexualPin
orGroup: LGBTQIAPlusPins
- id: ClothingNeckBisexualPin
orGroup: LGBTQIAPlusPins
- id: ClothingNeckIntersexPin
orGroup: LGBTQIAPlusPins
- id: ClothingNeckLesbianPin
orGroup: LGBTQIAPlusPins
- id: ClothingNeckNonBinaryPin
orGroup: LGBTQIAPlusPins
- id: ClothingNeckPansexualPin
orGroup: LGBTQIAPlusPins
- id: ClothingNeckTransPin
orGroup: LGBTQIAPlusPins
# TRAITOR EQUIPMENT (0.01%)
- id: Telecrystal10
prob: 0.0001

View File

@@ -0,0 +1,143 @@
- type: entity
parent: ClothingNeckBase
id: ClothingNeckLGBTPin
name: LGBT pin
description: be gay do crime
components:
- type: Sprite
sprite: Clothing/Neck/Misc/pins.rsi
layers:
- state: lgbt
- type: Clothing
sprite: Clothing/Neck/Misc/pins.rsi
clothingVisuals:
neck:
- state: lgbt-equipped
- type: entity
parent: ClothingNeckBase
id: ClothingNeckAromanticPin
name: aromantic pin
description: be aro do crime
components:
- type: Sprite
sprite: Clothing/Neck/Misc/pins.rsi
layers:
- state: aro
- type: Clothing
sprite: Clothing/Neck/Misc/pins.rsi
clothingVisuals:
neck:
- state: aro-equipped
- type: entity
parent: ClothingNeckBase
id: ClothingNeckAsexualPin
name: asexual pin
description: be ace do crime
components:
- type: Sprite
sprite: Clothing/Neck/Misc/pins.rsi
layers:
- state: asex
- type: Clothing
sprite: Clothing/Neck/Misc/pins.rsi
clothingVisuals:
neck:
- state: asex-equipped
- type: entity
parent: ClothingNeckBase
id: ClothingNeckBisexualPin
name: bisexual pin
description: be bi do crime
components:
- type: Sprite
sprite: Clothing/Neck/Misc/pins.rsi
layers:
- state: bi
- type: Clothing
sprite: Clothing/Neck/Misc/pins.rsi
clothingVisuals:
neck:
- state: bi-equipped
- type: entity
parent: ClothingNeckBase
id: ClothingNeckIntersexPin
name: intersex pin
description: be intersex do crime
components:
- type: Sprite
sprite: Clothing/Neck/Misc/pins.rsi
layers:
- state: inter
- type: Clothing
sprite: Clothing/Neck/Misc/pins.rsi
clothingVisuals:
neck:
- state: inter-equipped
- type: entity
parent: ClothingNeckBase
id: ClothingNeckLesbianPin
name: lesbian pin
description: be lesbian do crime
components:
- type: Sprite
sprite: Clothing/Neck/Misc/pins.rsi
layers:
- state: les
- type: Clothing
sprite: Clothing/Neck/Misc/pins.rsi
clothingVisuals:
neck:
- state: les-equipped
- type: entity
parent: ClothingNeckBase
id: ClothingNeckNonBinaryPin
name: non-binary pin
description: "01100010 01100101 00100000 01100101 01101110 01100010 01111001 00100000 01100100 01101111 00100000 01100011 01110010 01101001 01101101 01100101"
components:
- type: Sprite
sprite: Clothing/Neck/Misc/pins.rsi
layers:
- state: non
- type: Clothing
sprite: Clothing/Neck/Misc/pins.rsi
clothingVisuals:
neck:
- state: non-equipped
- type: entity
parent: ClothingNeckBase
id: ClothingNeckPansexualPin
name: pansexual pin
description: be pan do crime
components:
- type: Sprite
sprite: Clothing/Neck/Misc/pins.rsi
layers:
- state: pan
- type: Clothing
sprite: Clothing/Neck/Misc/pins.rsi
clothingVisuals:
neck:
- state: pan-equipped
- type: entity
parent: ClothingNeckBase
id: ClothingNeckTransPin
name: transgender pin
description: be trans do crime
components:
- type: Sprite
sprite: Clothing/Neck/Misc/pins.rsi
layers:
- state: trans
- type: Clothing
sprite: Clothing/Neck/Misc/pins.rsi
clothingVisuals:
neck:
- state: trans-equipped

View File

@@ -25,6 +25,15 @@
- Skub
- ClothingHeadHatCatEars
- DrinkMugDog
- ClothingNeckLGBTPin
- ClothingNeckAromanticPin
- ClothingNeckAsexualPin
- ClothingNeckBisexualPin
- ClothingNeckIntersexPin
- ClothingNeckLesbianPin
- ClothingNeckNonBinaryPin
- ClothingNeckPansexualPin
- ClothingNeckTransPin
rareChance: 0.01
prototypes:
- Lighter