Added ashtrays (#22837)

added
This commit is contained in:
Guilherme Ornel
2023-12-22 01:21:01 -03:00
committed by GitHub
parent c7052f5a6c
commit fb47c4c83b
16 changed files with 87 additions and 0 deletions

View File

@@ -59,6 +59,11 @@
solutions:
smokable:
maxVol: 20
- type: Tag
tags:
- Cigarette
- Trash
- Burnt
- type: entity
id: CigaretteSyndicate

View File

@@ -34,6 +34,11 @@
solutions:
smokable:
maxVol: 20
- type: Tag
tags:
- Cigar
- Trash
- Burnt
- type: entity
id: CigarGold

View File

@@ -0,0 +1,30 @@
- type: entity
id: Ashtray
parent: BaseItem
name: ashtray
description: Proven by scientists to improve the smoking experience by 37%!
components:
- type: Sprite
sprite: Objects/Decoration/ashtray.rsi
layers:
- state: icon-0
map: ["enum.StorageFillLayers.Fill"]
- type: Item
size: Small
- type: StaticPrice
price: 1
- type: Storage
whitelist:
tags:
- Burnt
maxItemSize: Tiny
grid:
- 0,0,9,0
- type: ContainerContainer
containers:
storagebase: !type:Container
- type: StorageFillVisualizer
fillBaseName: icon
maxFillLevels: 10
- type: Appearance
- type: Dumpable

View File

@@ -199,6 +199,9 @@
- type: Tag
id: BoxHug
- type: Tag
id: Burnt
- type: Tag
id: BrassInstrument

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 436 B

View File

@@ -0,0 +1,44 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by joshepvodka",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon-0"
},
{
"name": "icon-1"
},
{
"name": "icon-2"
},
{
"name": "icon-3"
},
{
"name": "icon-4"
},
{
"name": "icon-5"
},
{
"name": "icon-6"
},
{
"name": "icon-7"
},
{
"name": "icon-8"
},
{
"name": "icon-9"
},
{
"name": "icon-10"
}
]
}