You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KSP-Conformal-Decals/GameData/ConformalDecals/Parts/decal-flag.cfg

58 lines
1.1 KiB
INI

PART
{
name = conformaldecals-flag
module = Part
author = Andrew Cassidy
MODEL
{
model = ConformalDecals/Assets/decal-blank
scale = 1.0, 1.0, 1.0
}
rescaleFactor = 1
// Attachment
attachRules = 1,1,0,0,1
node_attach = 0.0, 0.0, 0.1, 0.0, 0.0, -1.0
// Tech
TechRequired = start
// Info
cost = 75
category = Structural
// 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
bulkheadProfiles = srf
// Parameters
mass = 0.0005
dragModel = NONE
angularDrag = 0.0
crashTolerance = 10
maxTemp = 2000
breakingForce = 350
breakingTorque = 150
physicalSignificance = NONE
MODULE
{
name = ModuleConformalFlag
useBaseNormal = true
defaultDepth = 0.2
defaultCutoff = 0
}
}