Skip to content

Commit

Permalink
Part Thumbnail Images
Browse files Browse the repository at this point in the history
# Part Thumbnail Images

* @thumbs list
  * [x] [KAL.cfg]
  * [x] [JoolianBoomTank1.cfg]
  * [x] [JoolianBoomTank2.cfg]
  * [x] [JoolianBoomTank3.cfg]
  * [x] [JoolianCommBox.cfg]
  * [x] [JoolianCommTower.cfg]
  * [x] [JoolianEngine.cfg]
  * [x] [JoolianMainTank.cfg]
  * [x] [JoolianMonolith.cfg]
  * [x] [JoolianPod.cfg]
  * [x] [JoolianSystems.cfg]
* create docs/PartInvoice.md
* closes #55 - Part Thumbnail Images
  • Loading branch information
zer0Kerbal committed Feb 13, 2022
1 parent 5bda349 commit 4dab3de
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 0 deletions.
Binary file added Parts/@thumbs/JoolianBoomTank2_icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Parts/@thumbs/JoolianBoomTank3_icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Parts/@thumbs/JoolianKALcore_icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Parts/@thumbs/JoolianPod_icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Parts/@thumbs/joolianMonolith_icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions Parts/JoolianBoomTank1.cfg
@@ -0,0 +1,58 @@
PART
{
name = JoolianBoomTank1
module = Part
author = NecroBones and zer0Kerbal

MODEL
{
model = NecroBones/JoolianDiscovery/Assets/joolianBoomTank1
texture = JoolianBoomTank-Specular, NecroBones/JoolianDiscovery/Assets/JoolianBoomTank-Specular
scale = 1.0, 1.0, 1.0
}
//mesh = model.mu
scale = 1
rescaleFactor = 1
bulkheadProfiles = size1

// --- node definitions ---
node_stack_top = 0, 1.12, 0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0, -1.12, 0, 0.0, -1.0, 0.0, 1
node_attach = 0, 0, 0.68, 0, 0,-1, 1

attachRules = 1,1,1,1,0

// --- editor parameters ---
TechRequired = nuclearPropulsion
entryCost = 1600
cost = 850
category = FuelTank
subcategory = 0

title = #JoolianDiscovery-JoolianBoomTank1-titl
manufacturer = #JoolianDiscovery-Agency-titl
description = #JoolianDiscovery-JoolianBoomTank1-desc
tags = #JoolianDiscovery-JoolianBoomTank1-tags

// --- standard part parameters ---
mass = 0.25

dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2

crashTolerance = 6 // 12
breakingForce = 200
breakingTorque = 200
maxTemp = 2000 // 2500

fuelCrossFeed = True

RESOURCE
{
name = LiquidFuel
amount = 400
maxAmount = 400
}
}

0 comments on commit 4dab3de

Please sign in to comment.