mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Finish initial 3.75m redo (#12)
* New models and animations for 3.75m parts
This commit is contained in:
@ -1 +0,0 @@
|
||||
// 3.75m docking port
|
@ -0,0 +1,90 @@
|
||||
// 3.75m docking port
|
||||
PART
|
||||
{
|
||||
name = restock-docking-375-1
|
||||
module = Part
|
||||
author = Chris Adderley
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = RestockPlus/Assets/Coupling/restock-docking-375-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
|
||||
// Attachment
|
||||
attachRules = 1,0,1,1,0
|
||||
node_stack_top = 0.0, 0.052, 0, 0.0, 1.0, 0.0, 3
|
||||
node_stack_bottom = 0.0, -0.32, 0, 0.0, -1.0, 0.0, 3
|
||||
|
||||
// Tech
|
||||
TechRequired = metaMaterials
|
||||
entryCost = 125000
|
||||
|
||||
// Info
|
||||
cost = 5600
|
||||
category = Coupling
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-docking-375-1_title
|
||||
manufacturer = #LOC_RestockPlus_manufacturer_post-kerbin_title
|
||||
description = #LOC_RestockPlus_restock-docking-375-1_description
|
||||
tags = #LOC_RestockPlus_restock-docking-375-1_tags
|
||||
bulkheadProfiles = size3
|
||||
|
||||
// Parameters
|
||||
mass = 1.6
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
buoyancy = 0.5
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleDockingNode
|
||||
referenceAttachNode = top
|
||||
nodeType = size4
|
||||
stagingEnabled = False
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleColorChanger
|
||||
shaderProperty = _EmissiveColor
|
||||
animRate = 0.8
|
||||
animState = false
|
||||
useRate = true
|
||||
toggleInEditor = true
|
||||
toggleInFlight = true
|
||||
toggleInFlight = true
|
||||
unfocusedRange = 5
|
||||
toggleName = #autoLOC_502011 //#autoLOC_502011 = Toggle Lights
|
||||
eventOnName = #autoLOC_502012 //#autoLOC_502012 = Lights On
|
||||
eventOffName = #autoLOC_502013 //#autoLOC_502013 = Lights Off
|
||||
toggleAction = True
|
||||
defaultActionGroup = Light
|
||||
redCurve
|
||||
{
|
||||
key = 0 0 0 3
|
||||
key = 1 1 0 0
|
||||
}
|
||||
greenCurve
|
||||
{
|
||||
key = 0 0 0 1
|
||||
key = 1 1 1 0
|
||||
}
|
||||
blueCurve
|
||||
{
|
||||
key = 0 0 0 0
|
||||
key = 1 0.7 1.5 0
|
||||
}
|
||||
alphaCurve
|
||||
{
|
||||
key = 0 1
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user