Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ PART
cost = 18000
category = Utility
subcategory = 0
title = Pipeline Mass Driver
title = #LOC_WBI_Pathfinder_PipelineMassDriver_Title
manufacturer = Wild Blue Industries
description = Pipeline is a combined mass driver and mass catcher. It can launch Rocket-assisted Object Containers (ROCs) hundreds of kilometers away to another Pipeline Mass Driver or to an Orbital Pipeline. The maximum payload capacity varies based factors like range to the target and the pull of gravity. Launching a ROC costs guidance data to calculate the trajectory, ElectricCharge to launch the projectile, and LiquidFuel and Oxidizer for course corrections.
description = #LOC_WBI_Pathfinder_PipelineMassDriver_Description

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,1,1,1,1
Expand Down Expand Up @@ -175,18 +175,18 @@ PART
animationName = Deploy

//GUI name of deploy animation
startEventGUIName = Assemble
startEventGUIName = #LOC_WBI_Pathfinder_GUInameAssemble

//GUI name of retract animation
endEventGUIName = Disassemble (EDITOR ONLY)
endEventGUIName = #LOC_WBI_Pathfinder_GUInameDisasembleEditor

//Determines if the part can be reconfigured out in the field.
fieldReconfigurable = false

partToolTipTitle = Pipeline Mass Driver
partToolTip = You can transfer KIS items between facilities and craft in addition to resources.
partToolTipTitle = #LOC_WBI_Pathfinder_PipelineMassDriver_ToolTipTitle
partToolTip = #LOC_WBI_Pathfinder_PipelineMassDriver_ToolTip

opsViewTitle = Pipeline Operations
opsViewTitle = #LOC_WBI_Pathfinder_PipelineMassDriver_opsViewTitle

//If the part has a KIS container, this is the base and max amount
baseStorage = 0.001
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ PART
cost = 1800
category = Utility
subcategory = 0
title = Rangeland Disposable Launchpad
title = #LOC_WBI_Pathfinder_RangelandDisposableLaunchpad_Title
manufacturer = Wild Blue Industries
description = This extraplanetary launchpad is a great alternative to survey stakes.
description = #LOC_WBI_Pathfinder_RangelandDisposableLaunchpad_Description2

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,1,1,1,1
Expand Down Expand Up @@ -113,8 +113,8 @@ MODULE
{
name = WBILight
animationName = RangelandLights
startEventGUIName = Lights On
endEventGUIName = Lights Off
startEventGUIName = #autoLOC_502012
endEventGUIName = #autoLOC_502013
ecRequired = 0.001
red = 1
green = 1
Expand All @@ -137,10 +137,10 @@ MODULE
animationName = Deploy

//GUI name of deploy animation
startEventGUIName = Assemble
startEventGUIName = #LOC_WBI_Pathfinder_GUInameAssemble

//GUI name of retract animation
endEventGUIName = Disassemble (EDITOR ONLY)
endEventGUIName = #LOC_WBI_Pathfinder_GUInameDisasembleEditor

//Some containers don't hold as much resources as the template specifies, while others hold more.
//Since the resource templates specify base amounts, the capacity factor specifies a multiplier to
Expand All @@ -160,10 +160,10 @@ MODULE

decalsVisible = false

partToolTipTitle = Rangeland Construction Pad
partToolTip = More than just a nice landing pad, the Rangeland is an extraplanetary launchpad that can be used to construct new vessels.
partToolTipTitle = #LOC_WBI_Pathfinder_RangelandDisposableLaunchpad_ToolTipTitle
partToolTip = #LOC_WBI_Pathfinder_RangelandDisposableLaunchpad_ToolTip

opsViewTitle = Rangeland Operations
opsViewTitle = #LOC_WBI_Pathfinder_RangelandDisposableLaunchpad_opsViewTitle
showOpsView = false
}

Expand Down Expand Up @@ -200,7 +200,7 @@ RANGELAND
{
author = Angel-125
name = Rangeland
description = This extraplanetary launchpad is a great alternative to survey stakes.
description = #LOC_WBI_Pathfinder_RangelandDisposableLaunchpad_Description2
reconfigureSkill = ConverterSkill

INPUT_RESOURCE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ PART
cost = 800
category = none
subcategory = 0
title = Hogan
title = #LOC_WBI_Pathfinder_Hogan_Title
manufacturer = Wild Blue Industries
description = The Hogan is a large multipurpose building. It can become a community center that generates production bonuses for your drills and coverters, and generate science data for labs, GoldStrike prospecting, and Pipeline mass drivers. It can become a dormatory with good life support capabilities that also attracts Tourists. And it can become a study hall where kerbals can train up and teach Tourists how to be Pilots, Engineers, or Scientists. The more kerbals residing in the Hogan, the greater the data produced.
description = #LOC_WBI_Pathfinder_Hogan_Description

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,1,1,1,1
Expand Down Expand Up @@ -178,10 +178,10 @@ PART
animationName = Deploy

//GUI name of deploy animation
startEventGUIName = Expand
startEventGUIName = #autoLOC_6001338

//GUI name of retract animation
endEventGUIName = Collapse (EDITOR ONLY)
endEventGUIName = #LOC_WBI_Pathfinder_GUInameCollapse

//Some containers don't hold as much resources as the template specifies, while others hold more.
//Since the resource templates specify base amounts, the capacity factor specifies a multiplier to
Expand All @@ -208,10 +208,10 @@ PART
baseStorage = 0.0001
maxStorage = 20000

partToolTipTitle = Your First Hogan
partToolTip = The Hogan is more than just a community center. It provides an efficiency bonus to all converters attached to the vessel. It also generates science data that can be fed to a Doc Science Lab or Mobile Processing Lab, into the Gold Strike Prospctor that gives bonuses to finding a Gold Strike lode, and targeting data for a Pipeline mass driver.
partToolTipTitle = #LOC_WBI_Pathfinder_Hogan_ToolTipTitle
partToolTip = #LOC_WBI_Pathfinder_Hogan_ToolTip

opsViewTitle = Hogan Operations
opsViewTitle = #LOC_WBI_Pathfinder_Hogan_opsViewTitle

//Snacks
resourcesToKeep:NEEDS[SnacksUtils] = ElectricCharge;Snacks
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"ExpandedNodes": [
""
],
"PreviewInSolutionExplorer": false
}
Binary file not shown.
Loading