CMO Drip DLC (#26153)
* All the stuff yes yes * THE GOD DAMN META bruh * New sprites and all that jazz yay * loadouts working?
@@ -39,7 +39,10 @@
|
||||
- id: ClothingNeckMantleCMO
|
||||
- id: ClothingCloakCmo
|
||||
- id: ClothingOuterCoatLabCmo
|
||||
- id: ClothingUniformJumpsuitCMOTurtle
|
||||
- id: ClothingUniformJumpskirtCMOTurtle
|
||||
- id: ClothingHeadHatBeretCmo
|
||||
- id: ClothingHeadMirror
|
||||
- id: ClothingEyesGlasses
|
||||
- id: ClothingOuterWinterCMO
|
||||
|
||||
|
||||
@@ -45,6 +45,8 @@
|
||||
contents:
|
||||
- id: HandheldHealthAnalyzer
|
||||
prob: 0.6
|
||||
- id: ClothingHeadMirror
|
||||
prob: 0.1
|
||||
- id: ClothingHandsGlovesLatex
|
||||
- id: ClothingHeadsetMedical
|
||||
- id: ClothingEyesHudMedical
|
||||
|
||||
@@ -86,6 +86,17 @@
|
||||
- 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
|
||||
|
||||
@@ -119,6 +119,17 @@
|
||||
- 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
|
||||
|
||||
@@ -264,6 +264,17 @@
|
||||
- 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
|
||||
|
||||
@@ -970,6 +970,8 @@
|
||||
- ClothingHeadHatBeretCmo
|
||||
- ClothingUniformJumpsuitCMO
|
||||
- ClothingUniformJumpskirtCMO
|
||||
- ClothingUniformJumpsuitCMOTurtle
|
||||
- ClothingUniformJumpskirtCMOTurtle
|
||||
- ClothingUniformJumpsuitDetective
|
||||
- ClothingUniformJumpskirtDetective
|
||||
- ClothingUniformJumpsuitEngineering
|
||||
|
||||
@@ -17,6 +17,24 @@
|
||||
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
|
||||
@@ -27,6 +45,15 @@
|
||||
equipment:
|
||||
head: ClothingHeadHatBeretCmo
|
||||
|
||||
- type: loadout
|
||||
id: CMOMedicalHeadMirror
|
||||
equipment: CMOMedicalHeadMirror
|
||||
|
||||
- type: startingGear
|
||||
id: CMOMedicalHeadMirror
|
||||
equipment:
|
||||
head: ClothingHeadMirror
|
||||
|
||||
# Neck
|
||||
- type: loadout
|
||||
id: ChiefMedicalOfficerCloak
|
||||
|
||||
@@ -18,6 +18,17 @@
|
||||
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
|
||||
@@ -32,6 +43,18 @@
|
||||
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
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
- ClothingNeckTransPin
|
||||
- ClothingNeckAutismPin
|
||||
- ClothingNeckGoldAutismPin
|
||||
|
||||
|
||||
- type: loadoutGroup
|
||||
id: Glasses
|
||||
name: loadout-group-glasses
|
||||
@@ -34,7 +34,7 @@
|
||||
- Glasses
|
||||
- GlassesJamjar
|
||||
- GlassesJensen
|
||||
|
||||
|
||||
# Command
|
||||
- type: loadoutGroup
|
||||
id: CaptainHead
|
||||
@@ -994,6 +994,7 @@
|
||||
minLimit: 0
|
||||
loadouts:
|
||||
- ChiefMedicalOfficerBeret
|
||||
- CMOMedicalHeadMirror
|
||||
|
||||
- type: loadoutGroup
|
||||
id: ChiefMedicalOfficerJumpsuit
|
||||
@@ -1001,6 +1002,8 @@
|
||||
loadouts:
|
||||
- ChiefMedicalOfficerJumpsuit
|
||||
- ChiefMedicalOfficerJumpskirt
|
||||
- ChiefMedicalOfficerTurtleneckJumpsuit
|
||||
- ChiefMedicalOfficerTurtleneckJumpskirt
|
||||
|
||||
- type: loadoutGroup
|
||||
id: ChiefMedicalOfficerOuterClothing
|
||||
@@ -1040,6 +1043,7 @@
|
||||
loadouts:
|
||||
- MedicalBeret
|
||||
- SeniorPhysicianBeret
|
||||
- MedicalHeadMirror
|
||||
- BlueSurgeryCap
|
||||
- GreenSurgeryCap
|
||||
- PurpleSurgeryCap
|
||||
|
||||
@@ -217,6 +217,22 @@
|
||||
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
|
||||
|
||||
|
After Width: | Height: | Size: 631 B |
BIN
Resources/Textures/Clothing/Head/Misc/head_mirror.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 714 B |
|
After Width: | Height: | Size: 678 B |
|
After Width: | Height: | Size: 680 B |
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 842 B |
|
After Width: | Height: | Size: 893 B |
|
After Width: | Height: | Size: 921 B |
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 837 B |
|
After Width: | Height: | Size: 892 B |
|
After Width: | Height: | Size: 917 B |
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||