Smokeable Tweaks (#5611)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
- type: entity
|
||||
id: Rollie
|
||||
parent: BaseCigar
|
||||
name: blunt
|
||||
description: A roll of dried plant matter wrapped in thin paper.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Smokeables/Cigarettes/blunt.rsi
|
||||
netsync: false
|
||||
state: unlit-icon
|
||||
- type: Tag
|
||||
tags:
|
||||
- Cigarette
|
||||
- type: Clothing
|
||||
sprite: Objects/Consumable/Smokeables/Cigarettes/blunt.rsi
|
||||
Slots: [ mask ]
|
||||
HeldPrefix: unlit
|
||||
size: 1
|
||||
- type: Construction
|
||||
graph: smokeableRollie
|
||||
node: rollie
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
smokable:
|
||||
maxVol: 20
|
||||
reagents:
|
||||
- ReagentId: THC
|
||||
Quantity: 10
|
||||
@@ -0,0 +1,57 @@
|
||||
- type: entity
|
||||
id: Joint
|
||||
parent: BaseCigar
|
||||
name: joint
|
||||
description: A roll of dried plant matter wrapped in thin paper.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Smokeables/Cigarettes/blunt.rsi
|
||||
netsync: false
|
||||
state: unlit-icon
|
||||
- type: Tag
|
||||
tags:
|
||||
- Cigarette
|
||||
- type: Clothing
|
||||
sprite: Objects/Consumable/Smokeables/Cigarettes/blunt.rsi
|
||||
Slots: [ mask ]
|
||||
HeldPrefix: unlit
|
||||
size: 1
|
||||
- type: Construction
|
||||
graph: smokeableJoint
|
||||
node: joint
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
smokable:
|
||||
maxVol: 20
|
||||
reagents:
|
||||
- ReagentId: THC
|
||||
Quantity: 10
|
||||
|
||||
- type: entity
|
||||
id: Blunt
|
||||
parent: BaseCigar
|
||||
name: blunt
|
||||
description: A roll of dried plant matter wrapped in a dried tobacco leaf.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Smokeables/Cigarettes/blunt.rsi
|
||||
netsync: false
|
||||
state: unlit-icon
|
||||
- type: Tag
|
||||
tags:
|
||||
- Cigarette
|
||||
- type: Clothing
|
||||
sprite: Objects/Consumable/Smokeables/Cigarettes/blunt.rsi
|
||||
Slots: [ mask ]
|
||||
HeldPrefix: unlit
|
||||
size: 1
|
||||
- type: Construction
|
||||
graph: smokeableBlunt
|
||||
node: blunt
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
smokable:
|
||||
maxVol: 20
|
||||
reagents:
|
||||
- ReagentId: THC
|
||||
Quantity: 10
|
||||
@@ -8,6 +8,7 @@
|
||||
whitelist:
|
||||
tags:
|
||||
- RollingPaper
|
||||
- CigFilter
|
||||
capacity: 16
|
||||
- type: StorageFill
|
||||
contents:
|
||||
@@ -19,6 +20,25 @@
|
||||
- type: Item
|
||||
sprite: Objects/Consumable/Smokeables/Cigarettes/paper.rsi
|
||||
|
||||
- type: entity
|
||||
parent: PackPaperRolling
|
||||
name: pack of rolling paper with filters
|
||||
id: PackPaperRollingFilters
|
||||
description: A pack of filters and thin pieces of paper used to make fine smokeables.
|
||||
components:
|
||||
- type: Storage
|
||||
whitelist:
|
||||
tags:
|
||||
- RollingPaper
|
||||
- CigFilter
|
||||
capacity: 32
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: PaperRolling
|
||||
amount: 8
|
||||
- id: CigaretteFilter
|
||||
amount: 8
|
||||
|
||||
- type: entity
|
||||
id: PaperRolling
|
||||
name: rolling paper
|
||||
@@ -54,3 +74,7 @@
|
||||
state: cigfilter
|
||||
- type: Item
|
||||
sprite: Objects/Consumable/Smokeables/Cigarettes/paper.rsi
|
||||
size: 2
|
||||
- type: Tag
|
||||
tags:
|
||||
- CigFilter
|
||||
|
||||
Reference in New Issue
Block a user