Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/TheDenSS14/TheDen
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Nov 11, 2024
2 parents 44efcd5 + 1499150 commit 1722887
Show file tree
Hide file tree
Showing 28 changed files with 184 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Floofstation CODEOWNERS
# The Den CODEOWNERS (It's me, hi, I'm the code owner)

* @Fansana @Memeji @FoxxoTrystan
* @sleepyyapril
7 changes: 7 additions & 0 deletions Resources/Changelog/Den.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,10 @@ Entries:
id: 21
time: '2024-11-10T19:07:07.0000000+00:00'
url: https://github.com/TheDenSS14/TheDen/pull/29
- author: sleepyyapril
changes:
- type: Add
message: Added new medical clothes.
id: 22
time: '2024-11-10T23:47:53.0000000+00:00'
url: https://github.com/TheDenSS14/TheDen/pull/31
3 changes: 3 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/dressers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
- id: ClothingNeckMantleCMO
- id: ClothingCloakCmo
- id: ClothingOuterCoatLabCmo
- id: ClothingUniformJumpsuitCMOTurtle
- id: ClothingUniformJumpskirtCMOTurtle
- id: ClothingHeadHatBeretCmo
- id: ClothingHeadMirror
- id: ClothingEyesGlasses
- id: ClothingOuterWinterCMO

Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/medical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
contents:
- id: HandheldHealthAnalyzer
prob: 0.6
- id: ClothingHeadMirror
prob: 0.1
- id: ClothingHandsGlovesLatex
- id: ClothingHeadsetMedical
- id: ClothingEyesHudMedical
Expand Down
11 changes: 11 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Head/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,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
Expand Down
11 changes: 11 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,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
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1090,6 +1090,8 @@
- ClothingHeadHatBeretCmo
- ClothingUniformJumpsuitCMO
- ClothingUniformJumpskirtCMO
- ClothingUniformJumpsuitCMOTurtle
- ClothingUniformJumpskirtCMOTurtle
- ClothingUniformJumpsuitDetective
- ClothingUniformJumpskirtDetective
- ClothingUniformJumpsuitEngineering
Expand Down
33 changes: 33 additions & 0 deletions Resources/Prototypes/Loadouts/Jobs/Heads/chiefMedicalOfficer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,36 @@
- ChiefMedicalOfficer
items:
- ClothingShoesBootsWinterChiefMedicalOfficer

- type: loadout
id: LoadoutClothingUniformJumpsuitCMOTurtle
category: JobsCommand
cost: 0
requirements:
- !type:CharacterJobRequirement
jobs:
- ChiefMedicalOfficer
items:
- ClothingUniformJumpsuitCMOTurtle

- type: loadout
id: LoadoutClothingUniformJumpskirtCMOTurtle
category: JobsCommand
cost: 0
requirements:
- !type:CharacterJobRequirement
jobs:
- ChiefMedicalOfficer
items:
- ClothingUniformJumpskirtCMOTurtle

- type: loadout
id: LoadoutClothingHeadMirror
category: JobsCommand
cost: 0
requirements:
- !type:CharacterJobRequirement
jobs:
- ChiefMedicalOfficer
items:
- ClothingHeadMirror
Empty file.
16 changes: 16 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.
26 changes: 26 additions & 0 deletions Resources/Textures/Clothing/Head/Misc/head_mirror.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}
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,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
}
]
}
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,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
}
]
}

0 comments on commit 1722887

Please sign in to comment.