Well this is interesting. I wanted to see what the relative numbers of terraformables were, and there's a terraformable ELW in the data:
That ELW is Preae Theia CA-A d15 D 1. It's a one of a kind (so far). Considering its close proximity to the bubble, it makes me wonder if it was originally a candidate for terraforming that FDev manually flipped into an ELW.
Code:
mysql> select subType,count(*) from planets where terraformingState='Candidate for terraforming' group by subType order by subType;
+--------------------------+----------+
| subType | count(*) |
+--------------------------+----------+
| Earth-like world | 1 |
| High metal content world | 2424270 |
| Metal-rich body | 21 |
| Rocky body | 76078 |
| Water world | 854588 |
+--------------------------+----------+
That ELW is Preae Theia CA-A d15 D 1. It's a one of a kind (so far). Considering its close proximity to the bubble, it makes me wonder if it was originally a candidate for terraforming that FDev manually flipped into an ELW.