Remove telepads (#6266)
* Kill cargo telepad * Remove telepad from random spawners & recipes * Fixed comment conventions * Update Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml Signed-off-by: Vanessa <908648+ShepardToTheStars@users.noreply.github.com> --------- Signed-off-by: Vanessa <908648+ShepardToTheStars@users.noreply.github.com> Co-authored-by: Jessica Harvey <itsjessagain23@gmail.com> Co-authored-by: Vanessa <908648+ShepardToTheStars@users.noreply.github.com>
This commit is contained in:
parent
6089c30923
commit
730cba2ee1
|
|
@ -1288,10 +1288,6 @@
|
|||
Manipulator: 2
|
||||
Steel: 5
|
||||
Bluespace: 2 # DeltaV Bluespace Exists
|
||||
- type: ReverseEngineering # delta
|
||||
difficulty: 4
|
||||
recipes:
|
||||
- CargoTelepadMachineCircuitboard
|
||||
|
||||
- type: entity
|
||||
id: SodaDispenserMachineCircuitboard
|
||||
|
|
|
|||
|
|
@ -35,5 +35,5 @@
|
|||
id: CargoBoards
|
||||
recipes:
|
||||
- OreProcessorIndustrialMachineCircuitboard
|
||||
- CargoTelepadMachineCircuitboard
|
||||
#- CargoTelepadMachineCircuitboard # DeltaV - Telepad removed for benefit of cargo pilots + logi gameplay flow.
|
||||
- ShuttleGunKineticCircuitboard
|
||||
|
|
|
|||
|
|
@ -255,7 +255,7 @@
|
|||
parent: [BaseCircuitboardRecipe]
|
||||
id: SmartFridgeCircuitboard
|
||||
result: SmartFridgeCircuitboard
|
||||
|
||||
|
||||
# Bar
|
||||
- type: latheRecipe
|
||||
parent: [ BaseCircuitboardRecipe, BaseServiceMachineRecipeCategory ]
|
||||
|
|
@ -301,10 +301,10 @@
|
|||
|
||||
## Supply
|
||||
|
||||
- type: latheRecipe
|
||||
parent: [ BaseGoldCircuitboardRecipe, BaseSupplyMachineRecipeCategory ]
|
||||
id: CargoTelepadMachineCircuitboard
|
||||
result: CargoTelepadMachineCircuitboard
|
||||
#- type: latheRecipe # DeltaV - Telepad removed for benefit of cargo pilots + logi gameplay flow.
|
||||
# parent: [ BaseGoldCircuitboardRecipe, BaseSupplyMachineRecipeCategory ]
|
||||
# id: CargoTelepadMachineCircuitboard
|
||||
# result: CargoTelepadMachineCircuitboard
|
||||
|
||||
- type: latheRecipe
|
||||
parent: [ BaseGoldCircuitboardRecipe, BaseSupplyMachineRecipeCategory ]
|
||||
|
|
|
|||
|
|
@ -204,17 +204,18 @@
|
|||
- WeaponSprayNozzle
|
||||
- ClothingBackpackWaterTank
|
||||
|
||||
- type: technology
|
||||
id: BluespaceCargoTransport
|
||||
name: research-technology-bluespace-cargo-transport
|
||||
icon:
|
||||
sprite: Structures/cargo_telepad.rsi
|
||||
state: display
|
||||
discipline: CivilianServices
|
||||
tier: 2
|
||||
cost: 15000
|
||||
recipeUnlocks:
|
||||
- CargoTelepadMachineCircuitboard
|
||||
# DeltaV - Telepad removed for benefit of cargo pilots + logi gameplay flow.
|
||||
#- type: technology
|
||||
# id: BluespaceCargoTransport
|
||||
# name: research-technology-bluespace-cargo-transport
|
||||
# icon:
|
||||
# sprite: Structures/cargo_telepad.rsi
|
||||
# state: display
|
||||
# discipline: CivilianServices
|
||||
# tier: 2
|
||||
# cost: 15000
|
||||
# recipeUnlocks:
|
||||
# - CargoTelepadMachineCircuitboard
|
||||
|
||||
- type: technology
|
||||
id: PushHorn
|
||||
|
|
|
|||
|
|
@ -214,7 +214,7 @@
|
|||
- id: SalvageExpeditionsComputerCircuitboard
|
||||
- id: OreProcessorIndustrialMachineCircuitboard
|
||||
- id: FlatpackerMachineCircuitboard
|
||||
- id: CargoTelepadMachineCircuitboard
|
||||
#- id: CargoTelepadMachineCircuitboard
|
||||
- id: MiniGravityGeneratorCircuitboard
|
||||
- id: AmmoTechFabCircuitboard
|
||||
- id: RadarConsoleCircuitboard
|
||||
|
|
|
|||
Loading…
Reference in New Issue