-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5553f6
commit 8df7082
Showing
4 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+21.5 KB
GameData/SurfaceExperimentPackage/Parts/FallenKerbonaut/FallenAstronaut.dds
Binary file not shown.
Binary file added
BIN
+21.5 KB
GameData/SurfaceExperimentPackage/Parts/FallenKerbonaut/FallenAstronaut_NRM.dds
Binary file not shown.
Binary file added
BIN
+17 KB
GameData/SurfaceExperimentPackage/Parts/FallenKerbonaut/FallenKerbonaut.mu
Binary file not shown.
53 changes: 53 additions & 0 deletions
53
GameData/SurfaceExperimentPackage/Parts/FallenKerbonaut/SEP_FallenKerbonaut.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
PART | ||
{ | ||
name = SEP_FallenKerbonaut | ||
module = Part | ||
author = CobaltWolf | ||
MODEL | ||
{ | ||
model = SurfaceExperimentPackage/Parts/FallenKerbonaut/FallenKerbonaut | ||
} | ||
rescaleFactor = 1 | ||
//node_stack_bottom = 0.0, 0.003, 0.0, 0.0, -1.0, 0.0, 0 | ||
//node_stack_top = 0.0, 1.287421, 0.0, 0.0, 1.0, 0.0, 0 | ||
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0 | ||
TechRequired = spaceExploration | ||
entryCost = 1 | ||
cost = 1 | ||
category = Structural | ||
subcategory = 0 | ||
title = Fallen Kerbonaut | ||
manufacturer = Hoeydonck Van Kerman | ||
description = This small aluminum sculpture is a memorial to all kerbonauts and ground personnel who have been lost in the pursuit of space exploration. The artist has respectfully asked that you take it and leave it on the surface of the Mun. | ||
attachRules = 1,1,1,1,0 | ||
mass = 0.0025 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.2 | ||
angularDrag = 1 | ||
crashTolerance = 1000 | ||
breakingForce = 1000 | ||
breakingTorque = 200 | ||
maxTemp = 2000 // = 5000 | ||
bulkheadProfiles = size0, srf | ||
|
||
tags = fallen kerbonaut sculpture art cck-eva-items | ||
|
||
MODULE | ||
{ | ||
name = ModuleKISItem | ||
shortcutKeyAction = equip | ||
equipable = true | ||
equipSlot = leftHand | ||
useName = Place | ||
equipMeshName = body01 | ||
equipBoneName = bn_r_mid_b01 | ||
equipPos = (0,0,0) | ||
equipDir = (0,0,0) | ||
volumeOverride = 0.001 | ||
stackable = false | ||
allowStaticAttach = 1 | ||
staticAttachBreakForce = 2000 | ||
} | ||
|
||
} |