mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
53 lines
1.5 KiB
INI
53 lines
1.5 KiB
INI
// ReStock+ 0.2.0
|
|
// 3.75m Ore Tank
|
|
PART
|
|
{
|
|
// --- general parameters ---
|
|
name = restock-oretank-375-1
|
|
module = Part
|
|
author = Andrew Cassidy
|
|
// --- asset parameters ---
|
|
MODEL
|
|
{
|
|
model = ReStockPlus/Assets/Resource/restock-oretank-375-1
|
|
}
|
|
scale = 1.0
|
|
rescaleFactor = 1
|
|
// --- node definitions ---
|
|
node_attach = 0,0,1.85,0,0,-1,3
|
|
node_stack_top = 0.0, 0.9, 0.0, 0.0, 1.0, 0.0, 3
|
|
node_stack_bottom = 0.0, -0.9, 0.0, 0.0, -1.0, 0.0, 3
|
|
// --- editor parameters ---
|
|
TechRequired = experimentalScience
|
|
entryCost = 12000
|
|
cost = 4000
|
|
category = FuelTank // y tho
|
|
title = #LOC_RestockPlus_restock-oretank-375-1_title //Jumbo Holding Tank
|
|
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
|
description = #LOC_RestockPlus_restock-oretank-375-1_description //A very large tank that can be used for storing raw materials. The manufacturer denies any claims that it has been re-purposed from a local farm
|
|
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
|
|
attachRules = 1,1,1,1,0
|
|
bulkheadProfiles = size3
|
|
// --- standard part parameters ---
|
|
mass = 4.3
|
|
dragModelType = default
|
|
maximum_drag = 0.2
|
|
minimum_drag = 0.2
|
|
angularDrag = 2
|
|
crashTolerance = 7
|
|
maxTemp = 2000
|
|
breakingForce = 5000
|
|
breakingTorque = 5000
|
|
tags = #LOC_RestockPlus_restock-oretank-375-1_tags //black isru mine )mining (ore resource store restock
|
|
RESOURCE
|
|
{
|
|
name = Ore
|
|
amount = 0
|
|
maxAmount = 3500
|
|
}
|
|
MODULE
|
|
{
|
|
name = ModuleFuelJettison
|
|
}
|
|
}
|