@@ -59,6 +59,11 @@
|
||||
solutions:
|
||||
smokable:
|
||||
maxVol: 20
|
||||
- type: Tag
|
||||
tags:
|
||||
- Cigarette
|
||||
- Trash
|
||||
- Burnt
|
||||
|
||||
- type: entity
|
||||
id: CigaretteSyndicate
|
||||
|
||||
@@ -34,6 +34,11 @@
|
||||
solutions:
|
||||
smokable:
|
||||
maxVol: 20
|
||||
- type: Tag
|
||||
tags:
|
||||
- Cigar
|
||||
- Trash
|
||||
- Burnt
|
||||
|
||||
- type: entity
|
||||
id: CigarGold
|
||||
|
||||
30
Resources/Prototypes/Entities/Objects/Decoration/ashtray.yml
Normal 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
|
||||
@@ -199,6 +199,9 @@
|
||||
- type: Tag
|
||||
id: BoxHug
|
||||
|
||||
- type: Tag
|
||||
id: Burnt
|
||||
|
||||
- type: Tag
|
||||
id: BrassInstrument
|
||||
|
||||
|
||||
BIN
Resources/Textures/Objects/Decoration/ashtray.rsi/icon-0.png
Normal file
|
After Width: | Height: | Size: 308 B |
BIN
Resources/Textures/Objects/Decoration/ashtray.rsi/icon-1.png
Normal file
|
After Width: | Height: | Size: 331 B |
BIN
Resources/Textures/Objects/Decoration/ashtray.rsi/icon-10.png
Normal file
|
After Width: | Height: | Size: 457 B |
BIN
Resources/Textures/Objects/Decoration/ashtray.rsi/icon-2.png
Normal file
|
After Width: | Height: | Size: 338 B |
BIN
Resources/Textures/Objects/Decoration/ashtray.rsi/icon-3.png
Normal file
|
After Width: | Height: | Size: 361 B |
BIN
Resources/Textures/Objects/Decoration/ashtray.rsi/icon-4.png
Normal file
|
After Width: | Height: | Size: 376 B |
BIN
Resources/Textures/Objects/Decoration/ashtray.rsi/icon-5.png
Normal file
|
After Width: | Height: | Size: 379 B |
BIN
Resources/Textures/Objects/Decoration/ashtray.rsi/icon-6.png
Normal file
|
After Width: | Height: | Size: 374 B |
BIN
Resources/Textures/Objects/Decoration/ashtray.rsi/icon-7.png
Normal file
|
After Width: | Height: | Size: 372 B |
BIN
Resources/Textures/Objects/Decoration/ashtray.rsi/icon-8.png
Normal file
|
After Width: | Height: | Size: 395 B |
BIN
Resources/Textures/Objects/Decoration/ashtray.rsi/icon-9.png
Normal file
|
After Width: | Height: | Size: 436 B |
44
Resources/Textures/Objects/Decoration/ashtray.rsi/meta.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||