-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5118a4
commit 0c55e49
Showing
5 changed files
with
134 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
PART | ||
{ | ||
name = bpwr_rx_panel01 // beamedpower_receiver_panel 01 | ||
module = Part | ||
author = JadeOfMaar | ||
rescaleFactor = 1 | ||
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0 | ||
TechRequired = largeElectrics | ||
entryCost = 15600 | ||
cost = 13000 | ||
category = Electrical | ||
subcategory = 0 | ||
title = BP-SPRP-048 Power Receiver | ||
manufacturer = TBA | ||
description = A space power receiver panel which rolls out and can receiver power in a handful of ways. | ||
attachRules = 1,1,0,0,1 | ||
mass = 1.46 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.2 | ||
angularDrag = 1 | ||
crashTolerance = 15 | ||
maxTemp = 2400 | ||
bulkheadProfiles = srf | ||
thermalMassModifier = 2.0 | ||
emissiveConstant = 0.7 | ||
heatConductivity = 0.04 | ||
tags = charge deploy e/c thermal thp elect energ extend fold generat panel power retract sun track unfold volt watt microwave solar | ||
|
||
CoLOffset = -0.62, 0, 0 | ||
CoMOffset = -0.62, 0, 0 | ||
CoPOffset = -0.62, 0, 0 | ||
|
||
refArea = 48 // sq m | ||
|
||
NODE | ||
{ | ||
name = bottom | ||
transform = bottom | ||
size = 0 | ||
method = FIXED_JOINT | ||
} | ||
MODEL | ||
{ | ||
model = BeamedPowerTest/rxPanel01 | ||
} | ||
MODULE | ||
{ | ||
name = ModuleDeployableSolarPanel | ||
secondaryTransformName = sunCatcher | ||
pivotName = rotorYaw | ||
isBreakable = false | ||
resourceName = ThermalPower | ||
chargeRate = 0.3 | ||
impactResistance = 5 | ||
impactResistanceRetracted = 15 | ||
animationName = unroll | ||
extendActionName = Extend <<1>> | ||
retractActionName = Retract <<1>> | ||
extendpanelsActionName = Toggle <<1>> | ||
} | ||
MODULE | ||
{ | ||
name = ModuleCargoPart | ||
packedVolume = 600 | ||
} | ||
MODULE | ||
{ | ||
name = ModuleB9PartSwitch | ||
moduleID = Service | ||
switcherDescription = Service | ||
switcherDescriptionPlural = Services | ||
affectDragCubes = false | ||
affectFARVoxels = false | ||
switchInFlight = false | ||
SUBTYPE | ||
{ | ||
name = Thermal | ||
title = Thermal | ||
primaryColor = FadedRed | ||
secondaryColor = ResourceColorElectricChargeSecondary | ||
descriptionSummary = Employs a conductive inner mesh which soaks up incoming microwaves or insolation and exchanges the resulting heat with its coolant flow. <br><br><b>Max Temp</b>: 2400 K <br><b>Solar Thermal</b>: 0.3 ThP/s | ||
transform = B01 | ||
transform = B02 | ||
transform = B03 | ||
transform = B04 | ||
transform = B05 | ||
transform = B06 | ||
transform = B07 | ||
transform = B08 | ||
maxTemp = 2400 | ||
MODULE | ||
{ | ||
IDENTIFIER | ||
{ | ||
name = ModuleDeployableSolarPanel | ||
} | ||
DATA | ||
{ | ||
resourceName = ThermalPower | ||
chargeRate = 0.3 | ||
} | ||
} | ||
} | ||
SUBTYPE | ||
{ | ||
name = Electric | ||
title = Electric | ||
primaryColor = ResourceColorElectricChargePrimary | ||
secondaryColor = ResourceColorElectricChargeSecondary | ||
descriptionSummary = Employs a resonant circuit mesh to convert incoming microwaves into electrical potential. Delicate circuitry has quite a habit of melting easily. <br><br><b>Max Temp</b>: 1200 K <br><b>Solar Thermal</b>: N/A | ||
transform = A01 | ||
transform = A02 | ||
transform = A03 | ||
transform = A04 | ||
transform = A05 | ||
transform = A06 | ||
transform = A07 | ||
transform = A08 | ||
maxTemp = 1200 | ||
MODULE | ||
{ | ||
IDENTIFIER | ||
{ | ||
name = ModuleDeployableSolarPanel | ||
} | ||
DATA | ||
{ | ||
chargeRate = 0 | ||
} | ||
} | ||
} | ||
} | ||
} |
Binary file not shown.