Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smoke.mp4 #931

Merged
merged 22 commits into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
94ea316
added De' Jure and Sugar Rush cigarettes
KittenColony Mar 5, 2024
7b06326
making life easier in the future
KittenColony Mar 5, 2024
cdade7f
candy carton :)
KittenColony Mar 5, 2024
ce9ff24
Merge branch 'master' into cigarette-collection-1
KittenColony Mar 5, 2024
d832b28
Merge branch 'master' into cigarette-collection-1
KittenColony Mar 8, 2024
68ed163
Merge branch 'master' into cigarette-collection-1
KittenColony Mar 10, 2024
6289690
trying to get this to work
KittenColony Mar 10, 2024
98592cd
Merge branch 'master' into cigarette-collection-1
KittenColony Mar 10, 2024
7719da7
!!!
KittenColony Mar 11, 2024
6776016
YOU CAN EAT EM NOW >:D
KittenColony Mar 11, 2024
0b6e84c
Merge branch 'master' into cigarette-collection-1
KittenColony Mar 11, 2024
479eee2
Merge branch 'master' into cigarette-collection-1
KittenColony Mar 13, 2024
227beab
Merge branch 'master' into cigarette-collection-1
KittenColony Mar 14, 2024
75073ba
Merge branch 'master' into cigarette-collection-1
KittenColony Mar 15, 2024
2b9ddb2
Merge branch 'master' into cigarette-collection-1
KittenColony Mar 22, 2024
e12124f
added to cig machine / loot spawners
KittenColony Mar 22, 2024
916a64c
Merge branch 'master' into cigarette-collection-1
KittenColony Mar 26, 2024
dcaed7b
# DeltaV (thank you Death)
KittenColony Mar 29, 2024
bdb190a
Merge branch 'master' into cigarette-collection-1
KittenColony Mar 29, 2024
af409f3
thank also
KittenColony Mar 29, 2024
187d0d6
Merge branch 'DeltaV-Station:master' into cigarette-collection-1
KittenColony Apr 1, 2024
2bd676b
Merge branch 'master' into cigarette-collection-1
KittenColony Apr 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions Resources/Prototypes/Catalog/Fills/Crates/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,20 @@
- type: StorageFill
contents:
- id: CigCartonGreen
prob: 0.50
prob: 0.33 # DeltaV
orGroup: CigCarton1
- id: CigCartonRed
orGroup: CigCarton1
- id: CigCartonBlue
prob: 0.50
prob: 0.33 # DeltaV
orGroup: CigCarton2
- id: CigCartonBlack
orGroup: CigCarton2
- id: CigCartonPurple # DeltaV
prob: 0.33
orGroup: CigCarton3
- id: CigCartonCandy # DeltaV
orGroup: CigCarton3
- id: CigarGoldCase
prob: 0.05
orGroup: Cigars
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
CigPackRed: 2
CigPackBlue: 2
CigPackBlack: 2
CigPackPurple: 2 # DeltaV
CigPackCandy: 2 # DeltaV
CigPackMixed: 2
CigarCase: 1
SmokingPipeFilledTobacco: 1
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
- 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
KittenColony marked this conversation as resolved.
Show resolved Hide resolved

- type: entity
id: CigCartonCandy
parent: CigCartonGreen
name: Sugar Rush carton
description: A carton containing 6 packets of Sugar Rush.
components:
- type: Sprite
sprite: DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi
layers:
- state: closed
- type: Item
sprite: DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi
- type: StorageFill
contents:
- id: CigPackCandy
amount: 5
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
- type: entity
id: CigaretteOlive
suffix: olive
parent: Cigarette
name: cigarette
description: A roll of tobacco and nicotine soaked in some chemical, smells like olives.
components:
- type: SolutionContainerManager
solutions:
smokable:
maxVol: 15
reagents:
- ReagentId: Nicotine
Quantity: 10
- ReagentId: OilOlive
Quantity: 5

- type: entity
id: CigaretteCandy
suffix: candy
parent: [Cigarette, FoodBase]
name: cigarette
description: Sugar sticks designed to look like a roll of nicotine and tobacco.
components:
- type: Appearance
- type: Food
- type: Tag
tags:
- FoodSnack
- type: FlavorProfile
flavors:
- sweet
- 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:
food:
maxVol: 10
reagents:
- ReagentId: Sugar
Quantity: 10
KittenColony marked this conversation as resolved.
Show resolved Hide resolved
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: 10

- type: entity
id: CigPackCandy
KittenColony marked this conversation as resolved.
Show resolved Hide resolved
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: 10
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@
- CigCartonRed
- CigCartonBlue
- CigCartonBlack
- CigCartonPurple # DeltaV
- CigCartonCandy # DeltaV
- Joint
- Blunt
- CigarGold
Expand Down
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.
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.
Loading