Skip to content

Commit

Permalink
coats and mysta hat
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffiestFloof committed Sep 27, 2023
1 parent 01f62ea commit 3e7c0f5
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,13 @@
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatRnd
name: scientist lab coat
name: epistemics lab coat # DeltaV - Epistemics Department replacing Science
description: A suit that protects against minor chemical spills. Has a purple stripe on the shoulder.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Coats/rndcoat.rsi
sprite: DeltaV/Clothing/OuterClothing/Coats/epi.rsi # DeltaV - Epistemic lab coat
- type: Clothing
sprite: Clothing/OuterClothing/Coats/rndcoat.rsi
sprite: DeltaV/Clothing/OuterClothing/Coats/epi.rsi # DeltaV - Epistemic lab coat
- type: Armor
modifiers:
coefficients:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHoodMystic
name: mystic hood
name: mystagogue's hat
description: To contain a very wise head.
components:
- type: Sprite
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,18 @@
Heat: 0.8
- type: TemperatureProtection
coefficient: 0.3

- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatRndMysta
name: mystagogue lab coat
description: Similar to the standard model but with more purple and gold.
components:
- type: Sprite
sprite: DeltaV/Clothing/OuterClothing/Coats/mysta.rsi
- type: Clothing
sprite: DeltaV/Clothing/OuterClothing/Coats/mysta.rsi
- type: Armor
modifiers:
coefficients:
Caustic: 0.75
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
- type: entity
parent: ClothingOuterBase
id: ClothingOuterRobeWhite
name: epistemics labcoat
description: A standard Epistemics labcoat.
components:
- type: Sprite
sprite: DeltaV/Clothing/OuterClothing/Robes/white.rsi
- type: Clothing
sprite: DeltaV/Clothing/OuterClothing/Robes/white.rsi
- type: TemperatureProtection
coefficient: 0.2

- type: entity
parent: ClothingOuterBase
id: ClothingOuterRobeBrown
Expand All @@ -24,19 +11,6 @@
- type: TemperatureProtection
coefficient: 0.2

- type: entity
parent: ClothingOuterBase
id: ClothingOuterRobeMystic
name: mystagogue labcoat
description: The mystagogue's flashy labcoat.
components:
- type: Sprite
sprite: DeltaV/Clothing/OuterClothing/Robes/mystic.rsi
- type: Clothing
sprite: DeltaV/Clothing/OuterClothing/Robes/mystic.rsi
- type: TemperatureProtection
coefficient: 0.2

- type: entity
parent: ClothingOuterBase
id: ClothingOuterRobeTechPriest
Expand Down
5 changes: 3 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Science/research_director.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
department: Science
time: 36000 #10 hrs
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
time: 144000 #40 hrs
weight: 10
startingGear: ResearchDirectorGear
icon: "JobIconResearchDirector"
Expand All @@ -27,7 +27,8 @@
jumpsuit: ClothingUniformJumpsuitResearchDirector
back: ClothingBackpackResearchDirectorFilled
shoes: ClothingShoesColorBrown
outerClothing: ClothingOuterCoatRnd
head: ClothingHeadHoodMystic # DeltaV - Mystagogue new hat
outerClothing: ClothingOuterCoatRndMysta # DeltaV - Mystagogue new coat
id: RnDPDA
ears: ClothingHeadsetRD
innerclothingskirt: ClothingUniformJumpskirtResearchDirector
Expand Down

0 comments on commit 3e7c0f5

Please sign in to comment.