Skip to content

KSP Plugin To Simulate Hull Breaches for Boat Parts

License

Notifications You must be signed in to change notification settings

TheKurgan/HullBreach

 
 

Repository files navigation

KSP Plugin for simulating boats taking on water after damage

Major changes to Hull breach, there are now 3 levels of Breach, Minor, Serious and Fatal.

Example Config:

@part[BoatHull]:NEEDS[HullBreach]
{
  MODULE
  {
    name = ModuleHullBreach
    MinorFlooding = 2
    SeriousFlooding = 5
    FatalFlooding = 30
    MinorDmg = 0.90
    SeriousDmg = 0.6
    FatalDmg = 0.25
    hull = true
    hydroExplosive = true
  }
  RESOURCE
  {
    name = SeaWater
    amount = 1
    maxAmount = 20000
  }
}
@part[boatDeck]
{
  MODULE
  {
    name = ModuleHullBreach
    hull = false
    hydroExplosive = false
    crushable = true
    crushDepth = 200
  }
}

About

KSP Plugin To Simulate Hull Breaches for Boat Parts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%