Added Syndicate Smokes (#6149)
* Added Syndicate Smokes * Removed BOM (maybe?)
This commit is contained in:
@@ -237,6 +237,12 @@
|
||||
itemId: Pen
|
||||
price: 2
|
||||
|
||||
- type: uplinkListing
|
||||
id: UplinkCigarettes
|
||||
category: Misc
|
||||
itemId: CigPackSyndicate
|
||||
price: 2
|
||||
|
||||
- type: uplinkListing
|
||||
id: UplinkSoapSyndie
|
||||
category: Misc
|
||||
|
||||
@@ -22,3 +22,19 @@
|
||||
- type: Construction
|
||||
graph: smokeableCigarette
|
||||
node: cigarette
|
||||
|
||||
- type: entity
|
||||
id: CigaretteSyndicate
|
||||
suffix: syndicate
|
||||
parent: Cigarette
|
||||
name: cigarette
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
smokable:
|
||||
maxVol: 20
|
||||
reagents:
|
||||
- ReagentId: Nicotine
|
||||
Quantity: 10
|
||||
- ReagentId: Omnizine
|
||||
Quantity: 10
|
||||
|
||||
@@ -92,3 +92,22 @@
|
||||
- type: Item
|
||||
sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/black.rsi
|
||||
size: 6
|
||||
|
||||
- type: entity
|
||||
id: CigPackSyndicate
|
||||
parent: CigPackBase
|
||||
name: Syndicate Smokes packet
|
||||
description: Elite cigarettes for elite agents. Infused with medicine for when you need to do more than calm your nerves.
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: CigaretteSyndicate
|
||||
amount: 6
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/syndicate.rsi
|
||||
layers:
|
||||
- state: closed
|
||||
- type: Item
|
||||
sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/syndicate.rsi
|
||||
size: 6
|
||||
|
||||
Reference in New Issue
Block a user