Skip to content

Commit

Permalink
Merge pull request #920 from mattpolicastro/master
Browse files Browse the repository at this point in the history
Added Salamander & Scout Lander Mk2 to Stock Tech Tree
  • Loading branch information
BobPalmer authored Oct 15, 2016
2 parents 6a0e800 + 9ee68a7 commit d53f3e7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 22 deletions.
9 changes: 8 additions & 1 deletion FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/CTT.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,11 @@
{
@TechRequired = shortTermHabitation
}

@PART[SalamanderPod]:NEEDS[CommunityTechTree]
{
@TechRequired = simpleCommandModules
}
@PART[ScoutLanderMk2]:NEEDS[CommunityTechTree]
{
@TechRequired = simpleCommandModules
}
20 changes: 10 additions & 10 deletions FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/Salamander.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PART
name = SalamanderPod
module = Part
author = Roverdude

MODEL
{
model = UmbraSpaceIndustries/MKS/Assets/Salamander
Expand All @@ -12,8 +12,8 @@ PART
node_stack_fairing = 0.0, 1.05, 0.0, 0.0, 1.0, 0.0, 1
node_stack_top = 0.0, 0.91, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0, 0.0, 0.0, -1.0, 0.0, 1
TechRequired = simpleCommandModules

TechRequired = advFlightControl
entryCost = 8100
cost = 200
category = Pods
Expand All @@ -40,7 +40,7 @@ PART
{
name = SalamanderInternal
}

MODULE
{
name = ModuleJettison
Expand All @@ -50,9 +50,9 @@ PART
jettisonedObjectMass = 0.5
jettisonForce = 15
jettisonDirection = 0 0 1
}
}



MODULE
{
name = ModuleCommand
Expand All @@ -68,7 +68,7 @@ PART
{
name = ModuleSAS
SASServiceLevel = 2
}
}
MODULE
{
name = ModuleReactionWheel
Expand Down Expand Up @@ -110,13 +110,13 @@ PART
{
name = MKSModule
}

MODULE
{
name = ModuleConnectedLivingSpace
passable = true
}

MODULE
{
name = ModuleLifeSupportRecycler
Expand All @@ -135,5 +135,5 @@ PART
MODULE
{
name = ModulePowerCoupler
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
name = ScoutLanderMk2
module = Part
author = Roverdude

MODEL
{
model = UmbraSpaceIndustries/MKS/Assets/ScoutLanderMk2
model = UmbraSpaceIndustries/MKS/Assets/ScoutLanderMk2
}
rescaleFactor = 1

node_stack_pod01 = .85,-0.20763,0, 1,0,0,2
node_stack_pod02 = -.85,-0.20763,0, -1,0,0,2
node_stack_pod03 = 0,-0.20763,.85, 0,0,1,2
node_stack_pod04 = 0,-0.20763,-.85, 0,0,-1,2

node_stack_top = 0.0, 0.721, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.721, 0.0, 0.0, -1.0, 0.0, 1
TechRequired = simpleCommandModules

TechRequired = advFlightControl
entryCost = 8100
cost = 200
category = Utility
Expand All @@ -38,7 +38,7 @@
breakingTorque = 2000
maxTemp = 1200 // = 2900
bulkheadProfiles = srf

MODULE
{
name = ModuleAnimateGeneric
Expand All @@ -48,8 +48,8 @@
endEventGUIName = Retract Stabilizers
actionGUIName = Toggle Stabilizers
allowAnimationWhileShielded = False
}
}

MODULE
{
name = ModuleKISInventory
Expand All @@ -71,7 +71,7 @@
passable = true
impassablenodes = bottom
surfaceAttachmentsPassable = true
}
}
RESOURCE
{
name=ElectricCharge
Expand All @@ -82,5 +82,5 @@
MODULE
{
name = ModuleWeightDistributor
}
}
}

0 comments on commit d53f3e7

Please sign in to comment.