diff --git a/Assets/CineboxAndrew b/Assets/CineboxAndrew index a87de0e3..a5a83c2e 160000 --- a/Assets/CineboxAndrew +++ b/Assets/CineboxAndrew @@ -1 +1 @@ -Subproject commit a87de0e3c9e97a1d78ed34074cc90ab84097ee89 +Subproject commit a5a83c2eada903c8f72a580b9122451075879fbf diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Coupling/restock-claw-625-e.dds b/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Coupling/restock-claw-625-e.dds new file mode 100644 index 00000000..fc9c1c57 Binary files /dev/null and b/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Coupling/restock-claw-625-e.dds differ diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Coupling/restock-claw-625-n.dds b/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Coupling/restock-claw-625-n.dds new file mode 100644 index 00000000..1c4c847a Binary files /dev/null and b/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Coupling/restock-claw-625-n.dds differ diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Coupling/restock-claw-625.dds b/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Coupling/restock-claw-625.dds new file mode 100644 index 00000000..a578dd8b Binary files /dev/null and b/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Coupling/restock-claw-625.dds differ diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Coupling/restock-claw-625.mu b/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Coupling/restock-claw-625.mu new file mode 100644 index 00000000..20eccfdf Binary files /dev/null and b/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Coupling/restock-claw-625.mu differ diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Localization/en-us.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Localization/en-us.cfg index 23ca4096..45d181df 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Localization/en-us.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Localization/en-us.cfg @@ -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_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 #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. diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/0625/restock-claw-625-1.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/0625/restock-claw-625-1.cfg new file mode 100644 index 00000000..08da389f --- /dev/null +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/0625/restock-claw-625-1.cfg @@ -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 + } +}