KSP-Conformal-Decals/Distribution/GameData/ConformalDecals/Parts/decal-flag.cfg

65 lines
1.2 KiB
INI
Raw Normal View History

2020-06-03 05:45:48 +00:00
PART
{
2020-06-08 20:14:11 +00:00
name = conformaldecals-flag
2020-06-03 05:45:48 +00:00
module = Part
author = Andrew Cassidy
MODEL
{
2020-06-06 03:14:16 +00:00
model = ConformalDecals/Assets/decal-blank
2020-06-03 05:45:48 +00:00
scale = 1.0, 1.0, 1.0
texture = blank, ConformalDecals/Flags/Peel-N-Stik
2020-06-03 05:45:48 +00:00
}
rescaleFactor = 1
// Attachment
attachRules = 1,1,0,0,1
node_attach = 0.0, 0.0, 0.1, 0.0, 0.0, -1.0
// Tech
2020-06-09 04:53:23 +00:00
TechRequired = start
2020-06-03 05:45:48 +00:00
// Info
cost = 75
category = Structural
2020-06-09 04:53:23 +00:00
// CDL-F Flag Decal
title = #LOC_ConformalDecals_flag-title
// Peel-N-Stik Adhesive Decals
manufacturer = #LOC_ConformalDecals_agent-peel-n-stick_title
// A simple switchable flag. Can either use the mission flag or select a specific flag to use.
description = #LOC_ConformalDecals_flag-description
// conformal decal sticker flag
tags = #LOC_ConformalDecals_flag-tags
2020-06-03 05:45:48 +00:00
bulkheadProfiles = srf
// Parameters
2020-06-10 03:38:44 +00:00
mass = 0.0005
2020-06-03 05:45:48 +00:00
dragModelType = default
maximum_drag = 0.1
minimum_drag = 0.05
angularDrag = 1.0
crashTolerance = 10
maxTemp = 2000
breakingForce = 350
breakingTorque = 150
2020-06-10 03:40:32 +00:00
physicalSignificance = NONE
2020-06-03 05:45:48 +00:00
MODULE
{
2020-06-06 20:20:50 +00:00
name = ModuleConformalFlag
2020-06-03 05:45:48 +00:00
decalFront = Decal-Front
decalBack = Decal-Back
decalModel = Decal-Model
2020-06-03 05:45:48 +00:00
useBaseNormal = true
2020-06-09 04:53:23 +00:00
defaultDepth = 0.2
2020-06-11 23:52:12 +00:00
defaultCutoff = 0
2020-06-03 05:45:48 +00:00
}
}