Makes the solar control computer accessible by adding the board to the lathe (#4869)

* Makes the solar control computer accessible by adding the board to the lathe

* Adjust solar panel collision to not be insanely big
This commit is contained in:
20kdc
2021-10-15 01:05:04 +01:00
committed by GitHub
parent 0d925fe907
commit 10dc8d78cf
5 changed files with 15 additions and 2 deletions

View File

@@ -243,6 +243,7 @@
- APCElectronics - APCElectronics
- CloningPodMachineCircuitboard - CloningPodMachineCircuitboard
- MedicalScannerMachineCircuitboard - MedicalScannerMachineCircuitboard
- SolarControlComputerCircuitboard
# Basic Parts Technology Tree # Basic Parts Technology Tree

View File

@@ -62,7 +62,7 @@
- type: entity - type: entity
parent: BaseComputerCircuitboard parent: BaseComputerCircuitboard
id: SolarControlComputerCircuitboard id: SolarControlComputerCircuitboard
name: solar control board name: solar control computer board
components: components:
- type: ComputerBoard - type: ComputerBoard
prototype: ComputerSolarControl prototype: ComputerSolarControl

View File

@@ -174,6 +174,7 @@
- APCElectronics - APCElectronics
- CloningPodMachineCircuitboard - CloningPodMachineCircuitboard
- MedicalScannerMachineCircuitboard - MedicalScannerMachineCircuitboard
- SolarControlComputerCircuitboard
- Bucket - Bucket
- MopItem - MopItem
- SprayBottle - SprayBottle

View File

@@ -10,7 +10,8 @@
bodyType: Static bodyType: Static
fixtures: fixtures:
- shape: - shape:
!type:PhysShapeAabb {} !type:PhysShapeAabb
bounds: "-0.45,-0.1,0.45,0.1"
mass: 100 mass: 100
mask: mask:
- Impassable - Impassable

View File

@@ -42,3 +42,13 @@
materials: materials:
Steel: 100 Steel: 100
Glass: 100 Glass: 100
- type: latheRecipe
id: SolarControlComputerCircuitboard
icon: Objects/Misc/module.rsi/id_mod.png
result: SolarControlComputerCircuitboard
completetime: 1000
materials:
Steel: 100
Glass: 100