Ashtray Resprite and Fix (#31643)

* The meat and potatoes

Yup

* Stupid recycler

bruh

* guh

guh
This commit is contained in:
Hanz
2025-04-22 15:34:39 -04:00
committed by GitHub
parent 063bbfa77c
commit bd1f2af691
25 changed files with 69 additions and 19 deletions

View File

@@ -7,26 +7,69 @@
- type: Sprite
sprite: Objects/Decoration/ashtray.rsi
layers:
- state: icon-0
map: ["enum.StorageFillLayers.Fill"]
- state: icon
- state: ashtray1
map: ["ashtray1"]
visible: false
- state: ashtray2
map: ["ashtray2"]
visible: false
- state: ashtray3
map: ["ashtray3"]
visible: false
- state: ashtray4
map: ["ashtray4"]
visible: false
- state: ashtray5
map: ["ashtray5"]
visible: false
- state: ashtray6
map: ["ashtray6"]
visible: false
- state: ashtray7
map: ["ashtray7"]
visible: false
- state: ashtray8
map: ["ashtray8"]
visible: false
- state: ashtray9
map: ["ashtray9"]
visible: false
- state: ashtray10
map: ["ashtray10"]
visible: false
- type: Item
size: Small
- type: StaticPrice
price: 1
- type: PhysicalComposition
materialComposition:
Steel: 10
- type: Storage
whitelist:
tags:
- Burnt
- Cigarette
- Cigar
hideStackVisualsWhenClosed: false
maxItemSize: Tiny
grid:
- 0,0,9,0
- type: ContainerContainer
containers:
storagebase: !type:Container
- type: StorageFillVisualizer
fillBaseName: icon
maxFillLevels: 10
- type: ItemCounter
count:
tags: [ Cigarette, Cigar, Burnt ]
composite: true
layerStates:
- ashtray1
- ashtray2
- ashtray3
- ashtray4
- ashtray5
- ashtray6
- ashtray7
- ashtray8
- ashtray9
- ashtray10
- type: Appearance
- type: Dumpable

View File

@@ -245,3 +245,10 @@
materials:
Cloth: 100
Steel: 50
- type: latheRecipe
id: Ashtray
result: Ashtray
completetime: 1
materials:
Steel: 30

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 379 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 436 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

View File

@@ -1,44 +1,44 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by joshepvodka",
"copyright": "Made by Hanzdegloker",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon-0"
"name": "icon"
},
{
"name": "icon-1"
"name": "ashtray1"
},
{
"name": "icon-2"
"name": "ashtray2"
},
{
"name": "icon-3"
"name": "ashtray3"
},
{
"name": "icon-4"
"name": "ashtray4"
},
{
"name": "icon-5"
"name": "ashtray5"
},
{
"name": "icon-6"
"name": "ashtray6"
},
{
"name": "icon-7"
"name": "ashtray7"
},
{
"name": "icon-8"
"name": "ashtray8"
},
{
"name": "icon-9"
"name": "ashtray9"
},
{
"name": "icon-10"
"name": "ashtray10"
}
]
}