Xenoborgs part 4 (#36935)
Co-authored-by: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> Co-authored-by: Quantum-cross <7065792+Quantum-cross@users.noreply.github.com> Co-authored-by: pathetic meowmeow <uhhadd@gmail.com> Co-authored-by: Southbridge <7013162+southbridge-fur@users.noreply.github.com> Co-authored-by: WarPigeon <DaedalusTheGamer@gmail.com> Co-authored-by: Kowlin <git@wyvern.blue> Co-authored-by: ScarKy0 <scarky0@onet.eu>
This commit is contained in:
16
Resources/Prototypes/Recipes/Lathes/Packs/xenoborgs.yml
Normal file
16
Resources/Prototypes/Recipes/Lathes/Packs/xenoborgs.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
## Static
|
||||
|
||||
- type: latheRecipePack
|
||||
id: EmptyXenoborgs
|
||||
recipes:
|
||||
- XenoborgEngiRecipe
|
||||
- XenoborgHeavyRecipe
|
||||
- XenoborgScoutRecipe
|
||||
- XenoborgStealthRecipe
|
||||
|
||||
- type: latheRecipePack
|
||||
id: XenoborgUpgradeModules
|
||||
recipes:
|
||||
- XenoborgModuleHeavyLaserRecipe
|
||||
- XenoborgModuleEnergySwordRecipe
|
||||
- XenoborgModuleSuperCloakDeviceRecipe
|
||||
67
Resources/Prototypes/Recipes/Lathes/xenoborgs.yml
Normal file
67
Resources/Prototypes/Recipes/Lathes/xenoborgs.yml
Normal file
@@ -0,0 +1,67 @@
|
||||
# Base prototypes
|
||||
|
||||
- type: latheRecipe
|
||||
abstract: true
|
||||
id: BaseXenoborgRecipe
|
||||
categories:
|
||||
- Robotics
|
||||
completetime: 10
|
||||
|
||||
- type: latheRecipe
|
||||
abstract: true
|
||||
id: BaseXenoborgModulesRecipe
|
||||
categories:
|
||||
- Modules
|
||||
completetime: 2
|
||||
materials:
|
||||
Glass: 3000
|
||||
|
||||
# xenoborgs
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseXenoborgRecipe
|
||||
id: XenoborgEngiRecipe
|
||||
result: XenoborgEngiPrinted
|
||||
materials:
|
||||
Steel: 3000
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseXenoborgRecipe
|
||||
id: XenoborgHeavyRecipe
|
||||
result: XenoborgHeavyPrinted
|
||||
materials:
|
||||
Steel: 2000
|
||||
Plasteel: 1000
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseXenoborgRecipe
|
||||
id: XenoborgScoutRecipe
|
||||
result: XenoborgScoutPrinted
|
||||
materials:
|
||||
Steel: 2000
|
||||
Plastic: 1000
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseXenoborgRecipe
|
||||
id: XenoborgStealthRecipe
|
||||
result: XenoborgStealthPrinted
|
||||
materials:
|
||||
Steel: 2000
|
||||
Glass: 1000
|
||||
|
||||
# modules
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseXenoborgModulesRecipe
|
||||
id: XenoborgModuleHeavyLaserRecipe
|
||||
result: XenoborgModuleHeavyLaser
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseXenoborgModulesRecipe
|
||||
id: XenoborgModuleEnergySwordRecipe
|
||||
result: XenoborgModuleEnergySword
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseXenoborgModulesRecipe
|
||||
id: XenoborgModuleSuperCloakDeviceRecipe
|
||||
result: XenoborgModuleSuperCloakDevice
|
||||
Reference in New Issue
Block a user