mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
add .625m claw
This commit is contained in:
parent
64cedcb7f0
commit
63f016e726
@ -1 +1 @@
|
|||||||
Subproject commit a87de0e3c9e97a1d78ed34074cc90ab84097ee89
|
Subproject commit a5a83c2eada903c8f72a580b9122451075879fbf
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -126,6 +126,10 @@ Localization
|
|||||||
#LOC_RestockPlus_restock-decoupler-radial-tiny-1_description = It's an extra small decoupler for very small separation events.
|
#LOC_RestockPlus_restock-decoupler-radial-tiny-1_description = It's an extra small decoupler for very small separation events.
|
||||||
#LOC_RestockPlus_restock-decoupler-radial-tiny-1_tags = restock break decouple separat split stag
|
#LOC_RestockPlus_restock-decoupler-radial-tiny-1_tags = restock break decouple separat split stag
|
||||||
|
|
||||||
|
#LOC_RestockPlus_restock-claw-625-1_title = Advanced Grabbing Unit Junior
|
||||||
|
#LOC_RestockPlus_restock-claw-625-1_description = A smaller claw for grappling smaller things. Unfortunately, it does not pivot.
|
||||||
|
#LOC_RestockPlus_restock-claw-625-1_tags = restock a.r.m arm asteroid capture clam claw connect dock fasten grab join klaw nasa 625
|
||||||
|
|
||||||
// Aerodynamic
|
// Aerodynamic
|
||||||
#LOC_RestockPlus_restock-nosecone-1875-1_title = Protective Rocket Nose Mk18
|
#LOC_RestockPlus_restock-nosecone-1875-1_title = Protective Rocket Nose Mk18
|
||||||
#LOC_RestockPlus_restock-nosecone-1875-1_description = For capping off those medium size boosters, you can't beat the Mark 18, unless you're the Mark 19.
|
#LOC_RestockPlus_restock-nosecone-1875-1_description = For capping off those medium size boosters, you can't beat the Mark 18, unless you're the Mark 19.
|
||||||
|
@ -0,0 +1,75 @@
|
|||||||
|
// ReStock+ 0.1.0
|
||||||
|
// size 0 claw
|
||||||
|
PART
|
||||||
|
{
|
||||||
|
name = restock-claw-625-1
|
||||||
|
module = Part
|
||||||
|
author = Andrew Cassidy
|
||||||
|
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStockPlus/Assets/Coupling/restock-claw-625
|
||||||
|
scale = 1.0, 1.0, 1.0
|
||||||
|
}
|
||||||
|
rescaleFactor = 1.0
|
||||||
|
|
||||||
|
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
|
||||||
|
attachRules = 1,1,0,0,0
|
||||||
|
node_attach = 0.0, -0.01, 0.0, 0.0, 1.0, 0.0, 0
|
||||||
|
node_stack_bottom = 0.0, -0.06, 0.0, 0.0, -1.0, 0.0, 0
|
||||||
|
|
||||||
|
TechRequired = actuators
|
||||||
|
entryCost = 4000
|
||||||
|
cost = 350
|
||||||
|
mass = 0.03
|
||||||
|
category = Coupling
|
||||||
|
subcatagory = 0
|
||||||
|
|
||||||
|
title = #LOC_RestockPlus_restock-claw-625-1_title //Advanced Grabbing Unit Junior
|
||||||
|
manufacturer = #autoLOC_501631 //#autoLOC_501631 = STEADLER Engineering Corps
|
||||||
|
description = #LOC_RestockPlus_restock-claw-625-1_description
|
||||||
|
// A smaller claw for grappling smaller things. Unfortunately, it does not pivot.
|
||||||
|
|
||||||
|
|
||||||
|
dragModelType = default
|
||||||
|
maximum_drag = 0.2
|
||||||
|
minimum_drag = 0.2
|
||||||
|
angularDrag = 2
|
||||||
|
crashTolerance = 8
|
||||||
|
maxTemp = 2000
|
||||||
|
bulkheadProfiles = size0, srf
|
||||||
|
tags = #LOC_RestockPlus_restock-claw-625-1_tags // restock a.r.m arm asteroid capture clam claw connect dock fasten grab join klaw nasa 625
|
||||||
|
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModuleGrappleNode
|
||||||
|
nodeTransformName = Pivot
|
||||||
|
deployAnimationController = 1
|
||||||
|
nodetype = size0
|
||||||
|
captureRange = 0.06
|
||||||
|
captureMinFwdDot = 0.733
|
||||||
|
captureMaxRvel = 1
|
||||||
|
pivotRange = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModuleAnimateGeneric
|
||||||
|
animationName = Deploy
|
||||||
|
startEventGUIName = #autoLOC_502073 //#autoLOC_502073 = Arm
|
||||||
|
endEventGUIName = #autoLOC_502074 //#autoLOC_502074 = Disarm
|
||||||
|
actionGUIName = #autoLOC_502075 //#autoLOC_502075 = Toggle Arming
|
||||||
|
}
|
||||||
|
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModuleLight
|
||||||
|
lightName = Spotlight
|
||||||
|
useAnimationDim = true
|
||||||
|
lightBrightenSpeed = 5
|
||||||
|
lightDimSpeed = 3
|
||||||
|
resourceAmount = 0.01
|
||||||
|
useResources = true
|
||||||
|
animationName = RestockMiniClawLamp_On
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user