//Principia axial tilts

principia_gravity_model
{
 body 
 {
    name                    = Sun
    axis_right_ascension    = 286.13 deg
    axis_declination        = 63.87 deg
 }
 body 
 {
    name                    = Moho
    axis_right_ascension    = 281 deg
    axis_declination        = 89.97 deg
 }
  body 
 {
    name                    = Eve
    axis_right_ascension    = 272.72 deg
    axis_declination        = -87.36 deg
 }
 body 
 {
    name                    = Kerbin
    axis_right_ascension    = 0 deg
    axis_declination        = 66.6 deg
 }
  body 
 {
    name                    = Mun
    axis_right_ascension    = 0 deg
    axis_declination        = 84 deg
  }
   body 
 {
    name                    = Duna
    axis_right_ascension    = 317.68 deg
    axis_declination        = 64.81 deg
  }
   body 
 {
    name                    = Minmus
    axis_right_ascension    = 317.6 deg
    axis_declination        = 64.81 deg
  }
     body 
 {
    name                    = Gilly
    axis_right_ascension    = 317.68 deg
    axis_declination        = 64.8 deg
  }
    body 
 {
    name                    = Dres
    axis_right_ascension    = 291.418 deg
    axis_declination        = 66.764 deg
  }
      body
 {
    name                    = Jool
    axis_right_ascension    = 268.05 deg
    axis_declination        = 86.97 deg
  }
    body 
	{
    name                    = Laythe
    axis_right_ascension    = 268.08 deg
    axis_declination        = 64.51 deg
  }
    body {
    name                    = Vall
    axis_right_ascension    = 268.20 deg
    axis_declination        = 64.57 deg
  }
    body {
    name                    = Tylo
    axis_right_ascension    = 268.72 deg
    axis_declination        = 64.83 deg
  }
   body 
 {
    name                    = Sarnus
    axis_right_ascension    = 0 deg
    axis_declination        = 66.6 deg
 }
    body 
  {
    name                    = Hale
    axis_right_ascension    = 0 deg
    axis_declination        = 66.6 deg
  }
   body 
  {
    name                    = Ovok
    axis_right_ascension    = 0 deg
    axis_declination        = 66.6 deg
  }
   body 
  {
    name                    = Eeloo
    axis_right_ascension    = 0 deg
    axis_declination        = 66.6 deg
  }
   body 
  {
    name                    = Slate
    axis_right_ascension    = 0 deg
    axis_declination        = 66.6 deg
  }
   body 
  {
    name                    = Tekto
    axis_right_ascension    = 0 deg
    axis_declination        = 66.9 deg
  }
   body 
  {
    name                    = Urlum
    axis_right_ascension    = 257.311 deg
    axis_declination        = -15.175 deg
  }
    body {
    name                    = Polta
    axis_right_ascension    = 257.43 deg
    axis_declination        = -15.10 deg
  }
    body {
    name                    = Priax
    axis_right_ascension    = 257.43 deg
    axis_declination        = -15.10 deg
  }
    body {
    name                    = Wal
    axis_right_ascension    = 257.43 deg
    axis_declination        = -15.08 deg
  }
    body {
    name                    = Tal
    axis_right_ascension    = 257.43 deg
    axis_declination        = -15.10 deg
  }
    body
 {
    name                    = Neidon
    axis_right_ascension    = 299.36 deg
    axis_declination        = 61.68 deg
  }
}

//Retrobop, orbital inclination for stock planets/moons
@Kopernicus:AFTER[Kopernicus]
{
  @Body[Bop] 
  {
    @Orbit 
	{
      @inclination = 165
      @semiMajorAxis = 141820511.8491002
    }
  }
  @Body[Minmus] 
  {
    @Orbit 
	{
      @inclination += 25
	  @longitudeOfAscendingNode = 47.68
    }
  }
  @Body[Gilly] 
  {
    @Orbit 
	{
      @inclination += 25
	  @longitudeOfAscendingNode = 47.68
    }
  }
}
//OPM stuff
@Kopernicus:AFTER[OPM]
{
  @Body[Hale] 
  {
    @Orbit 
	{
      @inclination += 23.44
      @longitudeOfAscendingNode = 90
    }
  }
  @Body[Ovok] 
  {
    @Orbit 
	{
      @inclination += 23.44
      @longitudeOfAscendingNode = 90
    }
  }
  @Body[Eeloo] 
  {
    @Orbit 
	{
      @inclination += 23.44
      @longitudeOfAscendingNode = 90
    }
  }
  @Body[Slate] 
  {
    @Orbit 
	{
      @inclination += 23.44
      @longitudeOfAscendingNode = 90
    }
  }
  @Body[Tekto] 
  {
    @Orbit 
	{
      @inclination += 20
      @longitudeOfAscendingNode = 90
    }
  }
  @Body[Urlum] 
  {
	!Rings{}
  }
    @Body[Priax] 
  {
    @Orbit 
	{
      @inclination += 105.175
      @longitudeOfAscendingNode = 347
    }
  }
      @Body[Polta] 
  {
    @Orbit 
	{
      @inclination += 105.175
      @longitudeOfAscendingNode = 347
    }
  }
      @Body[Wal] 
  {
    @Orbit 
	{
      @inclination += 105.175
      @longitudeOfAscendingNode = 347
    }
  }
      @Body[Tal] 
  {
    @Orbit 
	{
      @inclination += 105.175
      @longitudeOfAscendingNode = 345
    }
  }
  @Body[Thatmo] 
  {
    @Orbit 
	{
      @inclination += 28
    }
  }
}