mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Add game assets
This commit is contained in:
parent
60234cbf7c
commit
d644943cce
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -6,3 +6,4 @@
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.tif filter=lfs diff=lfs merge=lfs -text
|
||||
*.dll filter=lfs diff=lfs merge=lfs -text
|
||||
*.shab filter=lfs diff=lfs merge=lfs -text
|
||||
|
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19b28b1239c7a97be197784c368c85242979b9b711ce36a824f5c9cffc59815a
|
||||
size 43856
|
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ae9c380eb61bc997bd02791e4f5620afe398b6033dc6eb0da2b3a7c5a44179b
|
||||
size 87536
|
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11bc42f2b5674055af5c2a04b0a83979649c12933bd4b3a03314813486e98277
|
||||
size 3934
|
45
Distribution/GameData/ConformalDecals/Parts/decal-blank.cfg
Normal file
45
Distribution/GameData/ConformalDecals/Parts/decal-blank.cfg
Normal file
@ -0,0 +1,45 @@
|
||||
// ReStock+ 1.2.0
|
||||
// 0.625m Radial Attachment Node
|
||||
PART
|
||||
{
|
||||
name = decal-blank
|
||||
module = Part
|
||||
author = Andrew Cassidy
|
||||
MODEL
|
||||
{
|
||||
model = ConformalDecals/decal-blank
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
|
||||
// Attachment
|
||||
attachRules = 1,1,1,1,1
|
||||
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
|
||||
|
||||
// Tech
|
||||
TechRequired = specializedConstruction
|
||||
entryCost = 600
|
||||
|
||||
// Info
|
||||
cost = 75
|
||||
category = Structural
|
||||
title = Blank Decal
|
||||
manufacturer = #autoLOC_501648 // Maxo Construction Toys
|
||||
description = foo
|
||||
// After the surprise success of the BZ-52, the Maxo Construction Toys engineering team came out of hiding to reveal the new pocket model.
|
||||
tags = foo
|
||||
// affix anchor mount secure restock
|
||||
bulkheadProfiles = size0, srf
|
||||
|
||||
// Parameters
|
||||
mass = 0.015
|
||||
dragModelType = default
|
||||
maximum_drag = 0.1
|
||||
minimum_drag = 0.05
|
||||
angularDrag = 1.0
|
||||
crashTolerance = 10
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 150
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bf88d90864c8e83a1d900cdc8eecf5cc746908bf6f2aa6fe9a86199c41e68da
|
||||
size 98733
|
Loading…
Reference in New Issue
Block a user