mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fixes and additions
This commit is contained in:
parent
822c07c147
commit
89341c5064
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -56,3 +56,55 @@
|
||||
|
||||
%rescaleFactor = 1
|
||||
}
|
||||
|
||||
// TD-70 Decoupler
|
||||
@PART[radialDecoupler2] {
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Coupling/restock-decoupler-radial-3
|
||||
}
|
||||
|
||||
%rescaleFactor = 1
|
||||
@MODULE[ModuleAnchoredDecoupler]
|
||||
{
|
||||
@anchor = LargeDecouplerBase
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// TD-37 Decoupler
|
||||
@PART[radialDecoupler] {
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Coupling/restock-decoupler-radial-1
|
||||
}
|
||||
|
||||
%rescaleFactor = 1
|
||||
@MODULE[ModuleAnchoredDecoupler]
|
||||
{
|
||||
@anchor = SmallDecouplerBase
|
||||
}
|
||||
}
|
||||
|
||||
// HDM Decoupler
|
||||
@PART[radialDecoupler1-2] {
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Coupling/restock-decoupler-radial-2
|
||||
}
|
||||
|
||||
%rescaleFactor = 1
|
||||
@MODULE[ModuleAnchoredDecoupler]
|
||||
{
|
||||
@anchor = WeirdDecouplerBase
|
||||
}
|
||||
}
|
||||
|
@ -41,7 +41,7 @@ PART
|
||||
MODULE
|
||||
{
|
||||
name = ModuleDecouple
|
||||
ejectionForce = 100
|
||||
ejectionForce = 125
|
||||
isOmniDecoupler = false
|
||||
explosiveNodeID = top
|
||||
}
|
||||
|
@ -21,7 +21,7 @@ PART
|
||||
manufacturer = #autoLOC_501676 //#autoLOC_501676 = O.M.B. Demolition Enterprises
|
||||
description = #LOC_RestockPlus_restock-separator-1875-1_description
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.09
|
||||
mass = 0.12
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
@ -41,7 +41,7 @@ PART
|
||||
MODULE
|
||||
{
|
||||
name = ModuleDecouple
|
||||
ejectionForce = 100
|
||||
ejectionForce = 125
|
||||
isOmniDecoupler = true
|
||||
}
|
||||
MODULE
|
||||
|
@ -28,10 +28,10 @@ PART
|
||||
|
||||
// Tech
|
||||
TechRequired = highPerformanceFuelSystems
|
||||
entryCost = 36500
|
||||
entryCost = 18500
|
||||
|
||||
// Info
|
||||
cost = 6900
|
||||
cost = 3450
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-nosecone-375-1_title
|
||||
@ -41,7 +41,7 @@ PART
|
||||
bulkheadProfiles = size3, srf
|
||||
|
||||
// Parameters
|
||||
mass = 4.50
|
||||
mass = 2.25
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
@ -56,14 +56,14 @@ PART
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 3240
|
||||
maxAmount = 3240
|
||||
amount = 1620
|
||||
maxAmount = 1620
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 3960
|
||||
maxAmount = 3960
|
||||
amount = 1980
|
||||
maxAmount = 1980
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user