- id: ClothingNeckMantleCMO
- id: ClothingCloakCmo
- id: ClothingOuterCoatLabCmo
+ - id: ClothingUniformJumpsuitCMOTurtle
+ - id: ClothingUniformJumpskirtCMOTurtle
- id: ClothingHeadHatBeretCmo
+ - id: ClothingHeadMirror
- id: ClothingEyesGlasses
- id: ClothingOuterWinterCMO
contents:
- id: HandheldHealthAnalyzer
prob: 0.6
+ - id: ClothingHeadMirror
+ prob: 0.1
- id: ClothingHandsGlovesLatex
- id: ClothingHeadsetMedical
- id: ClothingEyesHudMedical
- type: Clothing
sprite: Clothing/Head/Misc/pwig.rsi
+- type: entity
+ parent: ClothingHeadBase
+ id: ClothingHeadMirror
+ name: head mirror
+ description: I doubt even the CMO knows how to use this thing.
+ components:
+ - type: Sprite
+ sprite: Clothing/Head/Misc/head_mirror.rsi
+ - type: Clothing
+ sprite: Clothing/Head/Misc/head_mirror.rsi
+
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatRichard
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/cmo.rsi
+- type: entity
+ parent: ClothingUniformSkirtBase
+ id: ClothingUniformJumpskirtCMOTurtle
+ name: chief medical officer's turtleneck jumpskirt
+ description: It's a turtleneck worn by those with the experience to be Chief Medical Officer. It provides minor biological protection.
+ components:
+ - type: Sprite
+ sprite: Clothing/Uniforms/Jumpskirt/cmo_turtle.rsi
+ - type: Clothing
+ sprite: Clothing/Uniforms/Jumpskirt/cmo_turtle.rsi
+
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtDetective
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/cmo.rsi
+- type: entity
+ parent: ClothingUniformBase
+ id: ClothingUniformJumpsuitCMOTurtle
+ name: chief medical officer's turtleneck jumpsuit
+ description: It's a turtleneck worn by those with the experience to be Chief Medical Officer. It provides minor biological protection.
+ components:
+ - type: Sprite
+ sprite: Clothing/Uniforms/Jumpsuit/cmo_turtle.rsi
+ - type: Clothing
+ sprite: Clothing/Uniforms/Jumpsuit/cmo_turtle.rsi
+
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitDetective
- ClothingHeadHatBeretCmo
- ClothingUniformJumpsuitCMO
- ClothingUniformJumpskirtCMO
+ - ClothingUniformJumpsuitCMOTurtle
+ - ClothingUniformJumpskirtCMOTurtle
- ClothingUniformJumpsuitDetective
- ClothingUniformJumpskirtDetective
- ClothingUniformJumpsuitEngineering
equipment:
jumpsuit: ClothingUniformJumpskirtCMO
+- type: loadout
+ id: ChiefMedicalOfficerTurtleneckJumpsuit
+ equipment: ChiefMedicalOfficerTurtleneckJumpsuit
+
+- type: startingGear
+ id: ChiefMedicalOfficerTurtleneckJumpsuit
+ equipment:
+ jumpsuit: ClothingUniformJumpsuitCMOTurtle
+
+- type: loadout
+ id: ChiefMedicalOfficerTurtleneckJumpskirt
+ equipment: ChiefMedicalOfficerTurtleneckJumpskirt
+
+- type: startingGear
+ id: ChiefMedicalOfficerTurtleneckJumpskirt
+ equipment:
+ jumpsuit: ClothingUniformJumpskirtCMOTurtle
+
# Head
- type: loadout
id: ChiefMedicalOfficerBeret
equipment:
head: ClothingHeadHatBeretCmo
+- type: loadout
+ id: CMOMedicalHeadMirror
+ equipment: CMOMedicalHeadMirror
+
+- type: startingGear
+ id: CMOMedicalHeadMirror
+ equipment:
+ head: ClothingHeadMirror
+
# Neck
- type: loadout
id: ChiefMedicalOfficerCloak
department: Medical
time: 216000 # 60 hrs
+# Other Timers
+
+- type: loadoutEffectGroup
+ id: MedicalHeadMirrorTimer
+ effects:
+ - !type:JobRequirementLoadoutEffect
+ requirement:
+ !type:RoleTimeRequirement
+ role: JobMedicalDoctor
+ time: 108000 #30 hrs
+
# Head
- type: loadout
equipment:
head: ClothingHeadHatBeretSeniorPhysician
+- type: loadout
+ id: MedicalHeadMirror
+ equipment: MedicalHeadMirror
+ effects:
+ - !type:GroupLoadoutEffect
+ proto: MedicalHeadMirrorTimer
+
+- type: startingGear
+ id: MedicalHeadMirror
+ equipment:
+ head: ClothingHeadMirror
+
- type: loadout
id: MedicalBeret
equipment: MedicalBeret
- ClothingNeckTransPin
- ClothingNeckAutismPin
- ClothingNeckGoldAutismPin
-
+
- type: loadoutGroup
id: Glasses
name: loadout-group-glasses
- Glasses
- GlassesJamjar
- GlassesJensen
-
+
# Command
- type: loadoutGroup
id: CaptainHead
minLimit: 0
loadouts:
- ChiefMedicalOfficerBeret
+ - CMOMedicalHeadMirror
- type: loadoutGroup
id: ChiefMedicalOfficerJumpsuit
loadouts:
- ChiefMedicalOfficerJumpsuit
- ChiefMedicalOfficerJumpskirt
+ - ChiefMedicalOfficerTurtleneckJumpsuit
+ - ChiefMedicalOfficerTurtleneckJumpskirt
- type: loadoutGroup
id: ChiefMedicalOfficerOuterClothing
loadouts:
- MedicalBeret
- SeniorPhysicianBeret
+ - MedicalHeadMirror
- BlueSurgeryCap
- GreenSurgeryCap
- PurpleSurgeryCap
Cloth: 300
Durathread: 100
+- type: latheRecipe
+ id: ClothingUniformJumpsuitCMOTurtle
+ result: ClothingUniformJumpsuitCMOTurtle
+ completetime: 4
+ materials:
+ Cloth: 300
+ Durathread: 100
+
+- type: latheRecipe
+ id: ClothingUniformJumpskirtCMOTurtle
+ result: ClothingUniformJumpskirtCMOTurtle
+ completetime: 4
+ materials:
+ Cloth: 300
+ Durathread: 100
+
- type: latheRecipe
id: ClothingUniformJumpsuitDetective
result: ClothingUniformJumpsuitDetective
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Created by Hanzdegloker",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-HELMET",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Borrowed from QM turtleneck at https://github.com/space-wizards/space-station-14/tree/master/Resources/Textures/Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi and modified by Hanzdegloekr (github) for space station 14",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-INNERCLOTHING",
+ "directions": 4
+ },
+ {
+ "name": "equipped-INNERCLOTHING-monkey",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Borrowed from QM turtleneck at https://github.com/space-wizards/space-station-14/tree/master/Resources/Textures/Clothing/Uniforms/Jumpsuit/qmturtle.rsi and modified by Hanzdegloker (github) for space station 14",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-INNERCLOTHING",
+ "directions": 4
+ },
+ {
+ "name": "equipped-INNERCLOTHING-monkey",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}