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:
@@ -243,6 +243,7 @@
|
|||||||
- APCElectronics
|
- APCElectronics
|
||||||
- CloningPodMachineCircuitboard
|
- CloningPodMachineCircuitboard
|
||||||
- MedicalScannerMachineCircuitboard
|
- MedicalScannerMachineCircuitboard
|
||||||
|
- SolarControlComputerCircuitboard
|
||||||
|
|
||||||
# Basic Parts Technology Tree
|
# Basic Parts Technology Tree
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -174,6 +174,7 @@
|
|||||||
- APCElectronics
|
- APCElectronics
|
||||||
- CloningPodMachineCircuitboard
|
- CloningPodMachineCircuitboard
|
||||||
- MedicalScannerMachineCircuitboard
|
- MedicalScannerMachineCircuitboard
|
||||||
|
- SolarControlComputerCircuitboard
|
||||||
- Bucket
|
- Bucket
|
||||||
- MopItem
|
- MopItem
|
||||||
- SprayBottle
|
- SprayBottle
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user