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:
@ -0,0 +1,57 @@
|
||||
// 3.75m stack battery
|
||||
PART
|
||||
{
|
||||
|
||||
// --- general parameters ---
|
||||
name = restock-battery-375-1
|
||||
module = Part
|
||||
author = Chris Adderley
|
||||
|
||||
// --- asset parameters ---
|
||||
MODEL
|
||||
{
|
||||
model = RestockPlus/Assets/Engine/restock-battery-375-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1.0
|
||||
rescaleFactor = 1
|
||||
|
||||
// --- node definitions ---
|
||||
node_stack_top = 0.0, 2.499, 0.0, 0.0, 1.0, 0.0, 3
|
||||
node_stack_bottom = 0.0, -3.849, 0.0, 0.0, -1.0, 0.0, 3
|
||||
|
||||
// --- editor parameters ---
|
||||
TechRequired = veryHeavyRocketry
|
||||
entryCost = 26800
|
||||
cost = 15200
|
||||
category = Electrical
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-battery-375-1_title
|
||||
manufacturer = #LOC_KerbalAtomics_manufacturer_postkerbin_title
|
||||
description = #LOC_RestockPlus_restock-battery-375-1_description
|
||||
|
||||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
|
||||
attachRules = 1,0,1,0,0
|
||||
bulkheadProfiles = size3
|
||||
|
||||
// --- standard part parameters ---
|
||||
mass = 3
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
angularDrag = 2
|
||||
crashTolerance = 20
|
||||
maxTemp = 2000
|
||||
|
||||
breakingForce = 5000
|
||||
breakingTorque = 5000
|
||||
|
||||
tags = #LOC_RestockPlus_restock-battery-375-1_tags
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
amount = 2880
|
||||
maxAmount = 2880
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user