Skip to content

Commit

Permalink
1.4.5 recompile
Browse files Browse the repository at this point in the history
  • Loading branch information
gomker committed Sep 18, 2018
1 parent 3d5f9ab commit a986171
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
43 changes: 43 additions & 0 deletions Distribution/GameData/HullBreach/CVX_HB.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
@PART[EHInimitz]
{
MODULE
{
name = ModuleHullBreach
flowRate = 60
critFlowRate = 360
breachTemp = 0.8
critBreachTemp = 0.5
hull = true
hydroExplosive = true
}

RESOURCE
{
name = SeaWater
amount = 50
maxAmount = 60000

}
}
@PART[EHInimitzRadar]
{
MODULE
{
name = ModuleHullBreach
hull = false
hydroExplosive = false
crushable = true
crushDepth = 400
}
}
@PART[ehiNimitzBridge]
{
MODULE
{
name = ModuleHullBreach
hull = false
hydroExplosive = false
crushable = true
crushDepth = 400
}
}
Binary file modified Distribution/GameData/HullBreach/Plugins/HullBreach.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]
[assembly: AssemblyVersion("1.7.0.5")]
[assembly: AssemblyFileVersion("1.7.0.5")]

0 comments on commit a986171

Please sign in to comment.