Update load.py

This commit is contained in:
Asrothear 2021-07-11 21:47:57 +02:00
parent ad6fe7a82d
commit 2c4646a6bc
No known key found for this signature in database
GPG Key ID: 757D97281742E0C0

View File

@ -35,8 +35,8 @@ SETTING_NONE = 0xffff
WORLDS = [
# Type Black-body temp range EDSM description
('Metal-Rich', 0, 1103.0, 'Metal rich body'),
('Earth-Like', 278.0, 227.0, 'Earthlike body'),
('Metal Rich', 0, 1103.0, 'Metal rich body'),
('Earth Like', 278.0, 227.0, 'Earthlike body'),
('Water', 307.0, 156.0, 'Water world'),
('Ammonia', 193.0, 117.0, 'Ammonia world'),
('Terraformable', 315.0, 223.0, 'terraformable'),