Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
lathe recipes clean up (new-frontiers-14#2303)
Browse files Browse the repository at this point in the history
* lathe recipes clean up

* small fix

* clothing

* Update Resources/Prototypes/_NF/Recipes/Lathes/weapons.yml

Co-authored-by: Whatstone <[email protected]>

* Update Resources/Prototypes/_NF/Recipes/Lathes/weapons.yml

Co-authored-by: Whatstone <[email protected]>

* Update Resources/Prototypes/_NF/Recipes/Lathes/weapons.yml

Co-authored-by: Whatstone <[email protected]>

* Update Resources/Prototypes/_NF/Recipes/Lathes/weapons.yml

Co-authored-by: Whatstone <[email protected]>

* Update Resources/Prototypes/_NF/Recipes/Lathes/weapons.yml

Co-authored-by: Whatstone <[email protected]>

* Update Resources/Prototypes/_NF/Recipes/Lathes/storage.yml

Co-authored-by: Whatstone <[email protected]>

---------

Co-authored-by: Whatstone <[email protected]>
  • Loading branch information
ErhardSteinhauer and whatston3 authored Oct 27, 2024
1 parent 3509f5f commit b51b21f
Show file tree
Hide file tree
Showing 18 changed files with 718 additions and 1,445 deletions.
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

0 comments on commit b51b21f

Please sign in to comment.