mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
71 lines
1.5 KiB
INI
71 lines
1.5 KiB
INI
// ReStock+ 0.1.0
|
|
// 0.625m Rocket Nosecone
|
|
PART
|
|
{
|
|
name = restock-nosecone-0625-1
|
|
module = Part
|
|
author = Chris Adderley (Nertea)
|
|
MODEL
|
|
{
|
|
model = ReStockPlus/Assets/Aero/restock-nosecone-0625-1
|
|
scale = 1.0, 1.0, 1.0
|
|
}
|
|
scale = 1
|
|
rescaleFactor = 1
|
|
// Attachment
|
|
attachRules = 1,1,1,1,0
|
|
node_stack_bottom = 0.0, -0.1741, 0, 0.0, -1.0, 0.0, 1
|
|
// Tech
|
|
TechRequired = start
|
|
entryCost = 1200
|
|
// Info
|
|
cost = 160
|
|
category = Aero
|
|
title = #LOC_RestockPlus_restock-nosecone-0625-1_title
|
|
manufacturer = #autoLOC_501638
|
|
description = #LOC_RestockPlus_restock-nosecone-0625-1_description
|
|
tags = #LOC_RestockPlus_restock-nosecone-0625-1_tags
|
|
bulkheadProfiles = size0
|
|
// Parameters
|
|
mass = 0.01
|
|
dragModelType = default
|
|
maximum_drag = 0.2
|
|
minimum_drag = 0.3
|
|
angularDrag = 2
|
|
crashTolerance = 6
|
|
maxTemp = 2000
|
|
breakingForce = 350
|
|
breakingTorque = 350
|
|
MODULE
|
|
{
|
|
name = ModulePartVariants
|
|
baseVariant = White
|
|
useMultipleDragCubes = false
|
|
VARIANT
|
|
{
|
|
name = White
|
|
displayName = #autoLOC_8007119
|
|
themeName = White
|
|
primaryColor = #ffffff
|
|
secondaryColor = #ffffff
|
|
GAMEOBJECTS
|
|
{
|
|
Cone0625Grey = false
|
|
Cone0625White = true
|
|
}
|
|
}
|
|
VARIANT
|
|
{
|
|
name = Metal
|
|
displayName = #LOC_Restock_variant-surface_metal
|
|
themeName = Metal
|
|
primaryColor = #6f6e6d
|
|
GAMEOBJECTS
|
|
{
|
|
Cone0625Grey = true
|
|
Cone0625White = false
|
|
}
|
|
}
|
|
}
|
|
}
|