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:
neck:
- 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
- ClothingShoesBootsCowboyFancy
- ClothingHeadHatCowboyBountyHunter
- ClothingNeckAutismPin
- ClothingNeckGoldAutismPin
rareChance: 0.01
prototypes:
- 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

@@ -72,3 +72,4 @@
}
]
}