Add additional holiday gear to jobs (#34207)

* Jobs react to more holidays

* Replace taser with Weh auto-injector

* Give cargo techs a box on box(ing) day
This commit is contained in:
War Pigeon
2025-02-11 05:47:19 -06:00
committed by GitHub
parent b0cacc7f14
commit 9db50c9ee2
7 changed files with 54 additions and 0 deletions

View File

@@ -546,3 +546,33 @@
- id: Hypopen
sound:
path: /Audio/Effects/unwrap.ogg
- type: entity
name: weh auto-injector
parent: ChemicalMedipen
id: WehMedipen
description: A rapid dose of Weh. Contains juice that makes you Weh.
components:
- type: Sprite
sprite: Objects/Specific/Medical/medipen.rsi
layers:
- state: medipen
map: [ "enum.SolutionContainerLayers.Fill" ]
- type: SolutionContainerVisuals
maxFillLevels: 1
changeColor: false
emptySpriteName: medipen_empty
- type: SolutionContainerManager
solutions:
pen:
maxVol: 60
reagents:
- ReagentId: JuiceThatMakesYouWeh
Quantity: 60
- type: Hypospray
solutionName: pen
transferAmount: 1
onlyAffectsMobs: false
injectOnly: true
- type: Tag
tags: []

View File

@@ -11,6 +11,10 @@
- Maintenance
extendedAccess:
- Salvage
special:
- !type:GiveItemOnHolidaySpecial
holiday: BoxingDay
prototype: BoxCardboard
- type: startingGear
id: CargoTechGear

View File

@@ -13,6 +13,10 @@
extendedAccess:
- Kitchen
- Bar
special:
- !type:GiveItemOnHolidaySpecial
holiday: FourTwenty
prototype: CannabisSeeds
- type: startingGear
id: BotanistGear

View File

@@ -15,6 +15,10 @@
- Engineering
- External
- Atmospherics
special:
- !type:GiveItemOnHolidaySpecial
holiday: FirefighterDay
prototype: FireAxe
- type: startingGear
id: AtmosphericTechnicianGear

View File

@@ -15,6 +15,10 @@
- Maintenance
extendedAccess:
- Chemistry
special:
- !type:GiveItemOnHolidaySpecial
holiday: DoctorDay
prototype: WehMedipen
- type: startingGear
id: DoctorGear

View File

@@ -9,6 +9,10 @@
access:
- Service
- Maintenance
special:
- !type:GiveItemOnHolidaySpecial
holiday: BoxingDay
prototype: ClothingHandsGlovesBoxingRigged
- type: startingGear
id: BoxerGear

View File

@@ -9,6 +9,10 @@
access:
- Service
- Maintenance
special:
- !type:GiveItemOnHolidaySpecial
holiday: MonkeyDay
prototype: MonkeyCubeBox
- type: startingGear
id: ZookeeperGear