Skip to content

Commit

Permalink
added De' Jure and Sugar Rush cigarettes
Browse files Browse the repository at this point in the history
  • Loading branch information
KittenColony committed Mar 5, 2024
1 parent 6aada92 commit 94ea316
Show file tree
Hide file tree
Showing 22 changed files with 169 additions and 0 deletions.
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 94ea316

Please sign in to comment.