Added Syndicate Smokes (#6149)

* Added Syndicate Smokes

* Removed BOM (maybe?)
This commit is contained in:
Rane
2022-01-13 20:06:31 -05:00
committed by GitHub
parent 25546c9880
commit 053674645a
10 changed files with 73 additions and 0 deletions

View File

@@ -237,6 +237,12 @@
itemId: Pen
price: 2
- type: uplinkListing
id: UplinkCigarettes
category: Misc
itemId: CigPackSyndicate
price: 2
- type: uplinkListing
id: UplinkSoapSyndie
category: Misc

View File

@@ -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

View File

@@ -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