-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added De' Jure and Sugar Rush cigarettes
- Loading branch information
1 parent
6aada92
commit 94ea316
Showing
22 changed files
with
169 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/cartons.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
- type: entity | ||
id: CigCartonPurple | ||
parent: CigCartonGreen | ||
name: De Jure carton | ||
description: A carton containing 6 packets of De' Jure. | ||
components: | ||
- type: Sprite | ||
sprite: DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi | ||
layers: | ||
- state: closed | ||
- type: Item | ||
sprite: DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi | ||
- type: StorageFill | ||
contents: | ||
- id: CigPackPurple | ||
amount: 5 |
35 changes: 35 additions & 0 deletions
35
Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/cigarette.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
- type: entity | ||
id: CigaretteOlive | ||
suffix: olive | ||
parent: Cigarette | ||
name: cigarette | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
smokable: | ||
maxVol: 20 | ||
reagents: | ||
- ReagentId: Nicotine | ||
Quantity: 10 | ||
- ReagentId: OilOlive | ||
Quantity: 10 | ||
|
||
- type: entity | ||
id: CigaretteCandy | ||
suffix: candy | ||
parent: FoodLollipop | ||
name: cigarette | ||
components: | ||
- type: Sprite | ||
sprite: Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi | ||
state: unlit-icon | ||
- type: Clothing | ||
sprite: Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi | ||
slots: [ mask ] | ||
- type: SolutionContainerManager | ||
solutions: | ||
smokable: | ||
maxVol: 10 | ||
reagents: | ||
- ReagentId: Sugar | ||
Quantity: 10 |
29 changes: 29 additions & 0 deletions
29
Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/packs.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
- type: entity | ||
id: CigPackPurple | ||
parent: CigPackBase | ||
name: De Jure packet | ||
description: Your divine right to smoke. Tastes like olives and fake gold. | ||
components: | ||
- type: Sprite | ||
sprite: DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi | ||
- type: Item | ||
sprite: DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi | ||
- type: StorageFill | ||
contents: | ||
- id: CigaretteOlive | ||
amount: 5 | ||
|
||
- type: entity | ||
id: CigPackCandy | ||
parent: CigPackBase | ||
name: Sugar Rush packet | ||
description: It's sweetened! | ||
components: | ||
- type: Sprite | ||
sprite: DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi | ||
- type: Item | ||
sprite: DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi | ||
- type: StorageFill | ||
contents: | ||
- id: CigaretteCandy | ||
amount: 5 |
Binary file added
BIN
+253 Bytes
...s/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/closed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+289 Bytes
...taV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+295 Bytes
...aV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions
25
...ces/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Sprites by Github KittenColony / Discord kittencolony (297865728374210561)", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "open" | ||
}, | ||
{ | ||
"name": "closed" | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+280 Bytes
...res/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+248 Bytes
...tures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/closed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+159 Bytes
...eltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/equipped-BELT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+289 Bytes
.../DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+295 Bytes
...DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions
32
Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Sprites by Github KittenColony / Discord kittencolony (297865728374210561)", | ||
"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 added
BIN
+262 Bytes
...extures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+258 Bytes
...xtures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/trash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+248 Bytes
...res/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/closed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+159 Bytes
...taV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/equipped-BELT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+289 Bytes
...eltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+295 Bytes
...ltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions
32
...urces/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Sprites by Github KittenColony / Discord kittencolony (297865728374210561)", | ||
"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 added
BIN
+270 Bytes
...tures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+261 Bytes
...ures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/trash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.