Fix/improve smokeables (#10497)

This commit is contained in:
Visne
2022-08-14 07:20:31 +02:00
committed by GitHub
parent 7deb22e163
commit 906edc592d
129 changed files with 228 additions and 63 deletions

View File

@@ -5,7 +5,7 @@
description: A roll of dried plant matter wrapped in thin paper.
components:
- type: Sprite
sprite: Objects/Consumable/Smokeables/Cigarettes/blunt.rsi
sprite: Objects/Consumable/Smokeables/Cannabis/joint.rsi
netsync: false
state: unlit-icon
- type: Tag
@@ -15,7 +15,7 @@
- type: Recyclable
- type: SpaceGarbage
- type: Clothing
sprite: Objects/Consumable/Smokeables/Cigarettes/blunt.rsi
sprite: Objects/Consumable/Smokeables/Cannabis/joint.rsi
slots: [ mask ]
equippedPrefix: unlit
- type: Item
@@ -38,7 +38,7 @@
description: A roll of dried plant matter wrapped in a dried tobacco leaf.
components:
- type: Sprite
sprite: Objects/Consumable/Smokeables/Cigarettes/blunt.rsi
sprite: Objects/Consumable/Smokeables/Cannabis/blunt.rsi
netsync: false
state: unlit-icon
- type: Tag
@@ -48,7 +48,7 @@
- type: Recyclable
- type: SpaceGarbage
- type: Clothing
sprite: Objects/Consumable/Smokeables/Cigarettes/blunt.rsi
sprite: Objects/Consumable/Smokeables/Cannabis/blunt.rsi
slots: [ mask ]
equippedPrefix: unlit
- type: Item

View File

@@ -43,12 +43,13 @@
id: PaperRolling
name: rolling paper
description: A thin piece of paper used to make fine smokeables.
suffix: Full
parent: BaseItem
components:
- type: Stack
stackType: PaperRolling
max: 5
count: 1
count: 5
- type: Sprite
sprite: Objects/Consumable/Smokeables/Cigarettes/paper.rsi
state: cigpaper
@@ -62,16 +63,25 @@
- type: Recyclable
- type: SpaceGarbage
- type: entity
id: PaperRolling1
suffix: Single
parent: PaperRolling
components:
- type: Stack
count: 1
- type: entity
id: CigaretteFilter
name: cigarette filter
description: A strip of firm paper used as a filter for handmade cigarettes.
suffix: Full
parent: BaseItem
components:
- type: Stack
stackType: CigaretteFilter
max: 5
count: 1
count: 5
- type: Sprite
sprite: Objects/Consumable/Smokeables/Cigarettes/paper.rsi
state: cigfilter
@@ -83,3 +93,11 @@
- CigFilter
- Trash
- type: Recyclable
- type: entity
id: CigaretteFilter1
suffix: Single
parent: CigaretteFilter
components:
- type: Stack
count: 1

View File

@@ -55,7 +55,7 @@
- ReagentId: THC
Quantity: 10
- type: Sprite
sprite: Objects/Misc/reageant_fillings.rsi
sprite: Objects/Misc/reagent_fillings.rsi
state: powderpile
color: darkgreen
- type: Construction
@@ -110,7 +110,7 @@
- ReagentId: Nicotine
Quantity: 10
- type: Sprite
sprite: Objects/Misc/reageant_fillings.rsi
sprite: Objects/Misc/reagent_fillings.rsi
state: powderpile
color: brown
- type: Construction