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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 B

View File

@@ -0,0 +1,32 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Modified from sprite taken from cev-eris at commit https://github.com/discordia-space/CEV-Eris/commit/f18aa05685f13c8b424867e4219a1e727019c026",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "closed"
},
{
"name": "open"
},
{
"name": "trash"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-BELT",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB