Autism pins! (#25597)

* hee hee he ha ha

* added gold varients, forgive me for my spritework

* maints loot, copying from past PRs

* Trying to fix RSI

* speedran these sprites in break time, pictures will be later

* Fixed/Tweaked glows

* consensus

* gregregation

* dam copiryte

* oops i forgot to delete 2 fields hope this works
This commit is contained in:
Terraspark4941
2024-04-14 10:35:35 +05:00
committed by GitHub
parent 54b3d7fe45
commit d2d62b97ac
9 changed files with 136 additions and 65 deletions

View File

@@ -151,3 +151,35 @@
clothingVisuals: clothingVisuals:
neck: neck:
- state: trans-equipped - state: trans-equipped
- type: entity
parent: ClothingNeckPinBase
id: ClothingNeckAutismPin
name: autism pin
description: be autism do crime
components:
- type: Sprite
sprite: Clothing/Neck/Misc/autismpin.rsi
layers:
- state: autism
- type: Clothing
sprite: Clothing/Neck/Misc/autismpin.rsi
clothingVisuals:
neck:
- state: autism-equipped
- type: entity
parent: ClothingNeckPinBase
id: ClothingNeckGoldAutismPin
name: golden autism pin
description: be autism do warcrime
components:
- type: Sprite
sprite: Clothing/Neck/Misc/goldautismpin.rsi
layers:
- state: goldautism
- type: Clothing
sprite: Clothing/Neck/Misc/goldautismpin.rsi
clothingVisuals:
neck:
- state: goldautism-equipped

View File

@@ -65,6 +65,8 @@
- ClothingUniformJumpsuitPirate - ClothingUniformJumpsuitPirate
- ClothingShoesBootsCowboyFancy - ClothingShoesBootsCowboyFancy
- ClothingHeadHatCowboyBountyHunter - ClothingHeadHatCowboyBountyHunter
- ClothingNeckAutismPin
- ClothingNeckGoldAutismPin
rareChance: 0.01 rareChance: 0.01
prototypes: prototypes:
- Lighter - Lighter

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-NC-4.0",
"copyright": "Terraspark's work",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "autism"
},
{
"name": "autism-equipped",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 413 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-NC-4.0",
"copyright": "Terraspark's work",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "goldautism"
},
{
"name": "goldautism-equipped",
"directions": 4
}
]
}

View File

@@ -6,69 +6,70 @@
"x": 32, "x": 32,
"y": 32 "y": 32
}, },
"states": [ "states": [
{ {
"name": "aro" "name": "aro"
}, },
{ {
"name": "aro-equipped", "name": "aro-equipped",
"directions": 4 "directions": 4
}, },
{ {
"name": "asex" "name": "asex"
}, },
{ {
"name": "asex-equipped", "name": "asex-equipped",
"directions": 4 "directions": 4
}, },
{ {
"name": "bi" "name": "bi"
}, },
{ {
"name": "bi-equipped", "name": "bi-equipped",
"directions": 4 "directions": 4
}, },
{ {
"name": "inter" "name": "inter"
}, },
{ {
"name": "inter-equipped", "name": "inter-equipped",
"directions": 4 "directions": 4
}, },
{ {
"name": "les" "name": "les"
}, },
{ {
"name": "les-equipped", "name": "les-equipped",
"directions": 4 "directions": 4
}, },
{ {
"name": "lgbt" "name": "lgbt"
}, },
{ {
"name": "lgbt-equipped", "name": "lgbt-equipped",
"directions": 4 "directions": 4
}, },
{ {
"name": "non" "name": "non"
}, },
{ {
"name": "non-equipped", "name": "non-equipped",
"directions": 4 "directions": 4
}, },
{ {
"name": "pan" "name": "pan"
}, },
{ {
"name": "pan-equipped", "name": "pan-equipped",
"directions": 4 "directions": 4
}, },
{ {
"name": "trans" "name": "trans"
}, },
{ {
"name": "trans-equipped", "name": "trans-equipped",
"directions": 4 "directions": 4
} }
] ]
} }