Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added more Syndicate Uniforms to the Emagged Uniform Printer #2538

Merged
merged 7 commits into from
Dec 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions Resources/Prototypes/DeltaV/Recipes/Lathes/clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,68 @@
materials:
Cloth: 500
Durathread: 300

#Syndicate Clothing

- type: latheRecipe
parent: BaseJumpsuitRecipe
id: ClothingUniformCybersunAttorney
result: ClothingUniformCybersunAttorney

- type: latheRecipe
parent: BaseJumpsuitRecipe
id: UniformScrubsColorCybersun
result: UniformScrubsColorCybersun

- type: latheRecipe
parent: BaseJumpsuitRecipe
id: ClothingUniformInterdyneChemist
result: ClothingUniformInterdyneChemist

#- type: latheRecipe
# parent: BaseJumpsuitRecipe
# id: ClothingUniformCybersunHazard
# result: ClothingUniformCybersunHazard

#- type: latheRecipe
# parent: BaseJumpsuitRecipe
# id: ClothingUniformCybersunCasual
# result: ClothingUniformCybersunCasual

#- type: latheRecipe
# parent: BaseJumpsuitRecipe
# id: ClothingUniformCybersunRND
# result: ClothingUniformCybersunRND

- type: latheRecipe
parent: BaseCoatRecipe
id: ClothingOuterCoatCybersunWindbreaker #unsure because its armored, but with an EMAG you can get far better things than it from machines that you DONT have to steal/make.
result: ClothingOuterCoatCybersunWindbreaker
materials:
Cloth: 100
Durathread: 200 #increased durathread cost since it has armor

- type: latheRecipe
parent: BaseCoatRecipe
id: ClothingOuterInterdyneChemistrySuit
result: ClothingOuterInterdyneChemistrySuit
materials:
Cloth: 100
Durathread: 200 #increased durathread cost since it has "armor" (Caustic is such a real damage type)

#- type: latheRecipe #Commented out for now until added
# parent: BaseCoatRecipe
# id: ClothingOuterCybersunOvercoat
# result: ClothingOuterCybersunOvercoat

- type: latheRecipe
parent: BaseHatRecipe
id: ClothingHeadHatSurgcapCybersun
result: ClothingHeadHatSurgcapCybersun

- type: latheRecipe #unsure about letting people craft a gasmask at the uniform printer, but also dont want to split up the uniform into different machines or leave it half-finished, added higher cloth cost because this is the only way to lathe gasmasks at all, apparently.
parent: BaseHatRecipe
id: ClothingMaskInterdyneChemistry
result: ClothingMaskInterdyneChemistry
materials:
Cloth: 400
14 changes: 14 additions & 0 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1269,6 +1269,20 @@
- ClothingOuterWinterCentcom
- ClothingOuterWinterSyndie
- ClothingOuterWinterSyndieCap
# Begin DeltaV Additions
- ClothingUniformInterdyneChemist
- UniformScrubsColorCybersun
- ClothingUniformCybersunAttorney
- ClothingHeadHatSurgcapCybersun
- ClothingOuterInterdyneChemistrySuit
- ClothingOuterCoatCybersunWindbreaker
- ClothingMaskInterdyneChemistry
- ClothingHeadHatSurgcapCybersun
#- ClothingUniformCybersunHazard
#- ClothingUniformCybersunCasual
#- ClothingUniformCybersunRND
#- ClothingOuterCybersunOvercoat
# End DeltaV Additions
- type: MaterialStorage
whitelist:
tags:
Expand Down
Loading