Skip to content

Commit

Permalink
adds Cohiba Robusto cigars
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHNT committed Jan 7, 2025
1 parent bfb32cf commit 377dfe4
Show file tree
Hide file tree
Showing 14 changed files with 152 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Catalog/Fills/Lockers/heads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
- id: ClothingHeadsetAltSecurity
- id: ClothingEyesGlassesSunglasses
- id: ClothingShoesBootsJack
- id: CigarGoldCase
- id: CigarRobustCase
prob: 0.50
- id: DoorRemoteSecurity
- id: RubberStampHos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,44 @@
contents:
- id: CigarGold
amount: 8

- type: entity
id: CigarRobustCase
parent: CigarCase
name: Cohiba Robusto cigar case
description: "A case of imported Cohiba cigars, renowned for their strong flavor."
components:
- type: Sprite
sprite: Objects/Consumable/Smokeables/Cigars/case_robust.rsi
layers:
- state: closed
- state: open
map: ["openLayer"]
- state: cigar1
map: ["cigar1"]
visible: false
- state: cigar2
map: ["cigar2"]
visible: false
- state: cigar3
map: ["cigar3"]
visible: false
- state: cigar4
map: ["cigar4"]
visible: false
- state: cigar5
map: ["cigar5"]
visible: false
- type: Storage
grid:
- 0,1,4,1
- type: Item
sprite: Objects/Consumable/Smokeables/Cigars/case_robust.rsi
size: Normal
shape:
- 0,0,2,1
storedRotation: 90
- type: StorageFill
contents:
- id: CigarRobust
amount: 5
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
tags:
- Cigar
- Trash
- type: SolutionContainerManager
solutions:
smokable:
maxVol: 50
reagents:
- ReagentId: Nicotine
Quantity: 25
- type: Clothing
sprite: Objects/Consumable/Smokeables/Cigars/cigar.rsi
slots: [ mask ]
Expand All @@ -33,7 +40,7 @@
- type: SolutionContainerManager
solutions:
smokable:
maxVol: 20
maxVol: 50
- type: Tag
tags:
- Cigar
Expand All @@ -55,6 +62,15 @@
equippedPrefix: unlit
- type: Item
size: Tiny
- type: SolutionContainerManager
solutions:
smokable:
maxVol: 50
reagents:
- ReagentId: Nicotine
Quantity: 25
- ReagentId: Gold
Quantity: 5

- type: entity
id: CigarGoldSpent
Expand All @@ -68,4 +84,41 @@
- type: SolutionContainerManager
solutions:
smokable:
maxVol: 20
maxVol: 50

- type: entity
id: CigarRobust
parent: Cigar
name: Cohiba Robusto cigar
description: There's little more you could want from a cigar.
components:
- type: Sprite
sprite: Objects/Consumable/Smokeables/Cigars/cigar-gold.rsi
state: unlit-icon
- type: Clothing
sprite: Objects/Consumable/Smokeables/Cigars/cigar-gold.rsi
slots: [ mask ]
equippedPrefix: unlit
- type: Item
size: Tiny
- type: SolutionContainerManager
solutions:
smokable:
maxVol: 50
reagents:
- ReagentId: Nicotine
Quantity: 40 # infinite cancer works

- type: entity
id: CigarRobustSpent
parent: CigarRobust
suffix: spent
components:
- type: Sprite
state: burnt-icon
- type: Smokable
state: Burnt
- type: SolutionContainerManager
solutions:
smokable:
maxVol: 50
15 changes: 15 additions & 0 deletions Resources/Prototypes/Loadouts/Jobs/Security/headOfSecurity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# Head of Security Weapon Selection
# Most of these mirror the unique weapons that were previously map-specific items placed in the HoS Office.
# Or are weapons that fit a similar theme of "Rare weapons not normally seen by Security"

- type: loadout
id: LoadoutCommandHoSPulsePistol
category: JobsSecurityHeadOfSecurity
Expand Down Expand Up @@ -369,3 +370,17 @@
- HeadOfSecurity
items:
- ClothingUniformJumpskirtHosFormal

# Trinkets
- type: loadout
id: LoadoutHoSCigarCase
category: JobsSecurityHeadOfSecurity
cost: 0
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutHeadOfSecurityTrinkets
- !type:CharacterJobRequirement
jobs:
- HeadOfSecurity
items:
- CigarRobustCase
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.
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,40 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from NSV13 https://github.com/BeeStation/NSV13",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "cigar1"
},
{
"name": "cigar2"
},
{
"name": "cigar3"
},
{
"name": "cigar4"
},
{
"name": "cigar5"
},
{
"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.

0 comments on commit 377dfe4

Please sign in to comment.