Quote steeljaw354 (

)
Could someone make a Teegarden B based off of the information we have about the planet?
Here it is.
Code
// -*- coding: utf-8 -*-
// Title: Teegarden's Star b
// Name: Teegarden_b.sc
// Not confirmed
// 2016.08.28 17:42:08
// Put in 'addons\catalogs\planets'
//------------------------------------------------------------------------------
Planet "Teegarden's Star b/2MASS J02530084+1652532 b"
{
ParentBody "2MASS J02530084+1652532"
Mass 83.67736
Orbit
{
SemiMajorAxis 0.014
Period 0.00564
}
}
//------------------------------------------------------------------------------
The planet is a Cold gas giant in SpaceEngine.

I also made a slightly modified script for the star.
Code
// -*- coding: utf-8 -*-
// Title: Teegarden's star
// Name: TeegardensStar.sc
// JackDole 2016.08.28 18:32:07
//
https://en.wikipedia.org/wiki/Teegarden%27s_star // http://simbad.u-strasbg.fr/simbad/sim-id?Ident=NAME+Teegarden%27s+star
// Put in 'addons\catalogs\stars'
//------------------------------------------------------------------------------
RemoveStar "2MASS J02530084+1652532"
Star "Teegarden's Star/SO J025300.5+165258/2MASS J02530084+1652532/LSPM J0253+1652"
{
RA 02 53 00.849
Dec 16 52 53.28
Dist 3.858
Class "M6.5 V"
MassSol 0.08
RadSol 0.127
AppMagn 15.3
//Lum 0.00073
Teff 2637
FeH -0.55
}
//------------------------------------------------------------------------------
If you take 'Lum 0.00073' instead of 'AppMagn 15.3', the planet will be a Hot gas giant. ('Lum' value from Wikipedia).
