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

lathe recipes clean up #2303

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
47 changes: 0 additions & 47 deletions Resources/Prototypes/_NF/Recipes/Lathes/ammo.yml

This file was deleted.

51 changes: 17 additions & 34 deletions Resources/Prototypes/_NF/Recipes/Lathes/bloodcult.yml
Original file line number Diff line number Diff line change
@@ -1,58 +1,52 @@
# Weapons
- type: latheRecipe
id: RitualDagger
parent: BaseWeaponRecipe
result: RitualDaggerPrinted
completetime: 1
category: Weapons
materials:
Bones: 100
Steel: 500

- type: latheRecipe
id: EldritchBlade
parent: BaseWeaponRecipeLong
result: EldritchBladePrinted
completetime: 1
category: Weapons
materials:
Bones: 200
Steel: 700
Plasteel: 500

- type: latheRecipe
id: UnholyHalberd
parent: BaseWeaponRecipeLong
result: UnholyHalberdPrinted
completetime: 1
category: Weapons
materials:
Bones: 1000
Steel: 1000
Plasteel: 1500

- type: latheRecipe
id: WizardStaffMeleeBlood
parent: BaseWeaponRecipeLong
result: WizardStaffMeleeBloodPrinted
completetime: 1
category: Weapons
materials:
Bones: 500
Plasteel: 500
Wood: 1500

- type: latheRecipe
id: SpearBone
parent: BaseWeaponRecipe
result: SpearBone
completetime: 1
category: Weapons
materials:
Bones: 400
Cloth: 100

# Armor
- type: latheRecipe
id: ClothingHeadHelmetCultJanitor
parent: NFBaseArmorRecipe
result: ClothingHeadHelmetCultJanitorPrinted
completetime: 1
category: ArmorNF
materials:
Bones: 200
Cloth: 100
Expand All @@ -62,9 +56,8 @@

- type: latheRecipe
id: ClothingMaskCultJanitor
parent: NFBaseArmorRecipe
result: ClothingMaskCultJanitorPrinted
completetime: 1
category: ArmorNF
materials:
Bones: 200
Cloth: 100
Expand All @@ -74,9 +67,8 @@

- type: latheRecipe
id: ClothingOuterCoatCultJanitor
parent: NFBaseArmorRecipe
result: ClothingOuterCoatCultJanitorPrinted
completetime: 1
category: ArmorNF
materials:
Bones: 1000
Cloth: 300
Expand All @@ -86,9 +78,8 @@

- type: latheRecipe
id: ClothingHeadHelmetCult
parent: NFBaseArmorRecipe
result: ClothingHeadHelmetCultPrinted
completetime: 1
category: ArmorNF
materials:
Bones: 200
Cloth: 100
Expand All @@ -98,9 +89,8 @@

- type: latheRecipe
id: ClothingOuterArmorCult
parent: NFBaseArmorRecipe
result: ClothingOuterArmorCultPrinted
completetime: 1
category: ArmorNF
materials:
Bones: 1000
Cloth: 300
Expand All @@ -110,9 +100,8 @@

- type: latheRecipe
id: ClothingShoesCult
parent: NFBaseArmorRecipe
result: ClothingShoesCultPrinted
completetime: 1
category: ArmorNF
materials:
Bones: 200
Cloth: 100
Expand All @@ -122,9 +111,8 @@

- type: latheRecipe
id: ClothingOuterCoatBloodCultRobes
parent: NFBaseArmorRecipe
result: ClothingOuterCoatBloodCultRobesPrinted
completetime: 1
category: ArmorNF
materials:
Bones: 200
Cloth: 600
Expand All @@ -133,43 +121,38 @@

- type: latheRecipe
id: ClothingHeadHelmetBone
parent: NFBaseArmorRecipe
result: ClothingHeadHelmetBonePrinted
completetime: 1
category: ArmorNF
materials:
Bones: 400

- type: latheRecipe
id: ClothingOuterArmorBone
parent: NFBaseArmorRecipe
result: ClothingOuterArmorBonePrinted
completetime: 1
category: ArmorNF
materials:
Bones: 600

- type: latheRecipe
id: ClothingBackpackMessengerBloodCult
parent: NFBaseArmorRecipe
result: ClothingBackpackMessengerBloodCultPrinted
completetime: 1
category: ArmorNF
materials:
Cloth: 400

# Tools
- type: latheRecipe
id: PumpkinLanternSmall
parent: NFBaseToolsRecipe
result: PumpkinLanternSmall
completetime: 1
category: Tools
materials:
Bones: 400
Steel: 200

- type: latheRecipe
id: CandleRedInfinite
parent: NFBaseToolsRecipe
result: CandleRedInfinite
completetime: 1
category: Tools
materials:
Bones: 400
Durathread: 100
3 changes: 1 addition & 2 deletions Resources/Prototypes/_NF/Recipes/Lathes/botany.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
- type: latheRecipe
id: PlantAnalyzer
parent: NFBaseToolsRecipe
result: PlantAnalyzerEmpty
category: Tools
completetime: 4
materials:
Glass: 500
Steel: 500
Expand Down
Loading
Loading