-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from zer0Kerbal/0.8.0
# Version 0.8.0 (2015-08-14) - Tweaks. - Added Community Tech Tree support, moving parts to more advanced tech nodes. - Added a radially-attachable KAL-9999 probe core, using existing art assets. - closes #14
- Loading branch information
Showing
8 changed files
with
110 additions
and
1 deletion.
There are no files selected for viewing
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
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,12 @@ | ||
@PART[JoolianEngine|JoolianBoomTank?]:NEEDS[CommunityTechTree] | ||
{ | ||
@TechRequired = advNuclearPropulsion | ||
} | ||
@PART[JoolianCommBox|JoolianMainTank]:NEEDS[CommunityTechTree] | ||
{ | ||
@TechRequired = improvedNuclearPropulsion | ||
} | ||
@PART[JoolianKALcore|JoolianDiscPod]:NEEDS[CommunityTechTree] | ||
{ | ||
@TechRequired = artificialIntelligence | ||
} |
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
Binary file modified
BIN
+0 Bytes
(100%)
JoolianDiscovery/Parts/JoolianPodIVA/JoolianPod-IVApanels-Specular.dds
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,93 @@ | ||
PART | ||
{ | ||
name = JoolianKALcore | ||
module = Part | ||
author = NecroBones | ||
|
||
// --- asset parameters --- | ||
MODEL | ||
{ | ||
model = JoolianDiscovery/Parts/KAL/KAL | ||
texture = JoolianPod-IVApanels-Specular, JoolianDiscovery/Parts/JoolianPodIVA/JoolianPod-IVApanels-Specular | ||
texture = JoolianPod-IVApanels-Emissive, JoolianDiscovery/Parts/JoolianPodIVA/JoolianPod-IVApanels-Emissive | ||
scale = 1.0, 1.0, 1.0 | ||
} | ||
scale = 1.0 | ||
rescaleFactor = 2.5 | ||
|
||
node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0 | ||
|
||
|
||
TechRequired = advUnmanned | ||
entryCost = 1000 | ||
cost = 800 | ||
category = Pods | ||
subcategory = 0 | ||
title = KAL-9999 Algorithmic Heuristic Computer | ||
manufacturer = Discovery Space Tech | ||
description = One of the most advanced computer systems ever designed, the KAL-9999 unit is incapable of error. However, we can not make assurances as to whether it will attempt to kill the crew. | ||
|
||
attachRules = 0,1,0,0,1 | ||
|
||
mass = 0.01 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.15 | ||
angularDrag = 1.5 | ||
crashTolerance = 12 | ||
maxTemp = 1500 | ||
bulkheadProfiles = srf | ||
|
||
explosionPotential = 0 | ||
|
||
vesselType = Probe | ||
|
||
CrewCapacity = 0 | ||
|
||
PhysicsSignificance = 1 | ||
|
||
MODULE | ||
{ | ||
name = ModuleCommand | ||
minimumCrew = 0 | ||
|
||
RESOURCE | ||
{ | ||
name = ElectricCharge | ||
rate = 0.05 | ||
} | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleSAS | ||
SASServiceLevel = 3 | ||
} | ||
|
||
RESOURCE | ||
{ | ||
name = ElectricCharge | ||
amount = 1 | ||
maxAmount = 1 | ||
} | ||
|
||
|
||
MODULE | ||
{ | ||
name = ModuleSPU | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleRTAntennaPassive | ||
TechRequired = unmannedTech | ||
OmniRange = 3000 | ||
|
||
TRANSMITTER | ||
{ | ||
PacketInterval = 0.3 | ||
PacketSize = 2 | ||
PacketResourceCost = 15.0 | ||
} | ||
} | ||
} |
Binary file not shown.