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:
Samuka-C
2025-08-04 10:18:55 -03:00
committed by GitHub
parent 61d13ce40d
commit 53e64c3a24
31 changed files with 596 additions and 26 deletions

View File

@@ -0,0 +1,16 @@
## Static
- type: latheRecipePack
id: EmptyXenoborgs
recipes:
- XenoborgEngiRecipe
- XenoborgHeavyRecipe
- XenoborgScoutRecipe
- XenoborgStealthRecipe
- type: latheRecipePack
id: XenoborgUpgradeModules
recipes:
- XenoborgModuleHeavyLaserRecipe
- XenoborgModuleEnergySwordRecipe
- XenoborgModuleSuperCloakDeviceRecipe

View 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