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
|
|
// 1.875m Ore Tank
|
|
PART
|
|
{
|
|
// --- general parameters ---
|
|
name = restock-oretank-1875-1
|
|
module = Part
|
|
author = Andrew Cassidy
|
|
// --- asset parameters ---
|
|
MODEL
|
|
{
|
|
model = ReStockPlus/Assets/Resource/restock-oretank-1875-1
|
|
}
|
|
scale = 1.0
|
|
rescaleFactor = 1
|
|
// --- node definitions ---
|
|
node_attach = 0,0,0.9,0,0,-1,2
|
|
node_stack_top = 0.0, 0.9, 0.0, 0.0, 1.0, 0.0, 2
|
|
node_stack_bottom = 0.0, -0.9, 0.0, 0.0, -1.0, 0.0, 2
|
|
// --- editor parameters ---
|
|
TechRequired = experimentalScience
|
|
entryCost = 6000
|
|
cost = 2000
|
|
category = FuelTank // y tho
|
|
title = #LOC_RestockPlus_restock-oretank-1875-1_title //Medium Holding Tank
|
|
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
|
description = #LOC_RestockPlus_restock-oretank-1875-1_description //A medium tank that can be used for storing raw materials. Warranty void if used to store snacks.
|
|
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
|
|
attachRules = 1,1,1,1,0
|
|
bulkheadProfiles = size1p5
|
|
// --- standard part parameters ---
|
|
mass = 1.2
|
|
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-1875-1_tags //black isru mine )mining (ore resource store restock
|
|
RESOURCE
|
|
{
|
|
name = Ore
|
|
amount = 0
|
|
maxAmount = 800
|
|
}
|
|
MODULE
|
|
{
|
|
name = ModuleFuelJettison
|
|
}
|
|
}
|