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:
@@ -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: []
|
||||
|
||||
@@ -11,6 +11,10 @@
|
||||
- Maintenance
|
||||
extendedAccess:
|
||||
- Salvage
|
||||
special:
|
||||
- !type:GiveItemOnHolidaySpecial
|
||||
holiday: BoxingDay
|
||||
prototype: BoxCardboard
|
||||
|
||||
- type: startingGear
|
||||
id: CargoTechGear
|
||||
|
||||
@@ -13,6 +13,10 @@
|
||||
extendedAccess:
|
||||
- Kitchen
|
||||
- Bar
|
||||
special:
|
||||
- !type:GiveItemOnHolidaySpecial
|
||||
holiday: FourTwenty
|
||||
prototype: CannabisSeeds
|
||||
|
||||
- type: startingGear
|
||||
id: BotanistGear
|
||||
|
||||
@@ -15,6 +15,10 @@
|
||||
- Engineering
|
||||
- External
|
||||
- Atmospherics
|
||||
special:
|
||||
- !type:GiveItemOnHolidaySpecial
|
||||
holiday: FirefighterDay
|
||||
prototype: FireAxe
|
||||
|
||||
- type: startingGear
|
||||
id: AtmosphericTechnicianGear
|
||||
|
||||
@@ -15,6 +15,10 @@
|
||||
- Maintenance
|
||||
extendedAccess:
|
||||
- Chemistry
|
||||
special:
|
||||
- !type:GiveItemOnHolidaySpecial
|
||||
holiday: DoctorDay
|
||||
prototype: WehMedipen
|
||||
|
||||
- type: startingGear
|
||||
id: DoctorGear
|
||||
|
||||
@@ -9,6 +9,10 @@
|
||||
access:
|
||||
- Service
|
||||
- Maintenance
|
||||
special:
|
||||
- !type:GiveItemOnHolidaySpecial
|
||||
holiday: BoxingDay
|
||||
prototype: ClothingHandsGlovesBoxingRigged
|
||||
|
||||
- type: startingGear
|
||||
id: BoxerGear
|
||||
|
||||
@@ -9,6 +9,10 @@
|
||||
access:
|
||||
- Service
|
||||
- Maintenance
|
||||
special:
|
||||
- !type:GiveItemOnHolidaySpecial
|
||||
holiday: MonkeyDay
|
||||
prototype: MonkeyCubeBox
|
||||
|
||||
- type: startingGear
|
||||
id: ZookeeperGear
|
||||
|
||||
Reference in New Issue
Block a user