mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add Restock+ Ore tanks
• Add Restock+ Ore tanks • 3.75m Ore Tank • 1.875m Ore Tank • Update texture on ReStock ore tanks to normalize colors and specular values • Rename textures and mu files • Fix the blacklist file
This commit is contained in:
@ -0,0 +1,56 @@
|
||||
// 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
|
||||
subcategory = 0
|
||||
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
|
||||
}
|
||||
}
|
@ -0,0 +1,55 @@
|
||||
// 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
|
||||
subcategory = 0
|
||||
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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user