-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPlanetTypes.yaml
More file actions
846 lines (799 loc) · 26.3 KB
/
PlanetTypes.yaml
File metadata and controls
846 lines (799 loc) · 26.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
# PlanetTypes describes everything related to planet surface and how to render it
# Planetary sphere relative scales
PlanetScale: 10.0 # base scale of the planet, mesh diameter is 100 units, we want 1000 diameter by default
RingsScale: 3 # slightly bigger than the planet
CloudsScale: 1.015 # slightly bigger than the planet
AtmosphereScale: 1.03 # slightly bigger than clouds, a very subtle atmosphere effect, enabled for clouds, see `NoAtmosphere`
HaloScale: 1.0 # a very subtle halo effect, enabled for clouds, see `NoHalo`
PlanetMesh: "Model/SpaceObjects/planet_sphere.obj"
RingsMesh: ["Model/SpaceObjects/planet_rings.obj", "Model/SpaceObjects/planet_rings.dds"]
GlowEffect: ["Model/SpaceObjects/planet_glow_ring.obj", "Model/SpaceObjects/planet_glow.png"]
FresnelEffect: ["Model/SpaceObjects/planet_glow_fresnel.obj", "Model/SpaceObjects/planet_fresnel.png"]
NewRenderer: false
#AtmosphereType:
# Clouds: enable clouds effect with a specified clouds map
# Glow: enable glow with [R,G,B,A] color, alpha controls intensity
# Fresnel: control fresnel intensity for glow, [0.0; 1.0], default: 1.0
# NoHalo: disable atmosphere halo (very subtle)
# NoAtmosphere: disable atmosphere sphere (very subtle)
AtmosphereTypes:
- { Id: "None" }
- { Id: "Clouds", Clouds: Model/SpaceObjects/earthcloudmap.dds }
- { Id: "NoHalo", NoHalo: true }
- { Id: "NoAtmosphere",NoAtmosphere: true }
- { Id: "Barren", Glow: [152,29,5, 0.1], Fresnel: 1.0 }
- { Id: "BarrenRed", Glow: [152,29,5, 0.3], Fresnel: 1.0 }
- { Id: "VolcanicRed", Glow: [152,29,5, 0.45], Fresnel: 1.0 }
- { Id: "IceBlue", Glow: [180,220,255,0.5], Fresnel: 1.0 }
- { Id: "SwampAqua", Glow: [44,204,149, 0.5], Fresnel: 1.0 }
- { Id: "OceanicBlue", Glow: [57,146,215, 0.6], Fresnel: 1.0 }
- { Id: "TerranBlue", Glow: [57,146,215, 0.4], Fresnel: 0.6 }
- { Id: "TundraBlue", Glow: [57,146,195, 0.35], Fresnel: 1.0 }
- { Id: "SteppeYellow",Glow: [249,229,91, 0.35], Fresnel: 0.4 }
- { Id: "DesertOrange",Glow: [172,79,25, 0.4], Fresnel: 1.0 }
- { Id: "GasYellow", Glow: [249,229,91, 0.4], Fresnel: 0.25 }
- { Id: "GasOrange", Glow: [172,79,25, 0.4], Fresnel: 1.0 }
- { Id: "GasAqua", Glow: [44,204,149, 0.2], Fresnel: 1.0 }
- { Id: "GasBlue", Glow: [57,146,215, 0.4], Fresnel: 1.0 }
Types:
#################################################################
# Barren planets
- PlanetType:
Id: 3 # this is the legacy planet ID
Name: Barren_3 # TODO: GIVE DESCRIPTIVE NAMES BASED ON PLANET TEXTURE
Category: Barren
Composition: 1702
IconPath: Planets/3
DiffuseMap: Model/SpaceObjects/planet_tex3_2048x1024.dds
SpecularMap:
NormalMap: Model/SpaceObjects/planet_tex3_normal.dds
EmissiveMap:
SpecularPower: 0.5
AtmosphereType: [Barren]
Habitable: true
HabitableTileChance: [5, 20]
PopPerTile: [30, 100]
BaseFertility: 0
MoonTypes: [Barren,Desert,Volcanic,Ice]
- PlanetType:
Id: 4
Name: Barren_4 # TODO: GIVE DESCRIPTIVE NAMES BASED ON PLANET TEXTURE
Category: Barren
Composition: 1702
IconPath: Planets/4
DiffuseMap: Model/SpaceObjects/planet_tex4_2048x1024.dds
SpecularMap: Model/SpaceObjects/planet_tex4_spec.dds
NormalMap: Model/SpaceObjects/planet_tex4_normal.dds
EmissiveMap: Model/SpaceObjects/planet_tex4_emis.dds
SpecularPower: 0.5
AtmosphereType: [Barren]
Habitable: true
HabitableTileChance: [10, 40]
PopPerTile: [80, 150]
BaseFertility: 0
MoonTypes: [Barren,Desert,Volcanic,Ice]
- PlanetType:
Id: 5 # Venus
Name: Barren_Venus
Category: Barren
Composition: 1703
IconPath: Planets/5
DiffuseMap: Model/SpaceObjects/planet_tex5_2048x1024.dds
SpecularMap:
NormalMap: Model/SpaceObjects/planet_tex5_normal.dds
EmissiveMap:
SpecularPower: 0.5
AtmosphereType: [BarrenRed,Clouds]
Habitable: true
HabitableTileChance: [10, 30]
PopPerTile: [50, 150]
BaseFertility: 0
MoonTypes: [Barren,Desert,Volcanic,Ice]
- PlanetType:
Id: 7 # Mercury
Name: Barren_Mercury
Category: Barren
Composition: 1704
IconPath: Planets/7
DiffuseMap: Model/SpaceObjects/mercurymap.dds
SpecularMap:
NormalMap: Model/SpaceObjects/mercurynormal.dds
EmissiveMap:
SpecularPower: 0.5
AtmosphereType: [Barren]
Habitable: true
HabitableTileChance: [4, 25]
PopPerTile: [40, 100]
BaseFertility: 0
MoonTypes: [Barren,Desert,Volcanic,Ice]
- PlanetType:
Id: 8
Name: Barren_Mars
Category: Barren
Composition: 1703
IconPath: Planets/8
DiffuseMap: Model/SpaceObjects/Mars8k-modified.dds
SpecularMap:
NormalMap: Model/SpaceObjects/MarsNormal.dds
EmissiveMap:
SpecularPower: 0.5
AtmosphereType: [BarrenRed,Clouds]
Habitable: true
HabitableTileChance: [4, 40]
PopPerTile: [100, 150]
BaseFertility: 0
MoonTypes: [Barren,Desert,Volcanic,Ice]
# Barren Planet with some chance for habitable tiles
- PlanetType:
Id: 16
Name: Barren_16
Category: Barren
Composition: 1712
IconPath: Planets/16
DiffuseMap: Model/SpaceObjects/planet_tex16_2048x1024.dds
SpecularMap: Model/SpaceObjects/planet_tex16_spec.dds
NormalMap: Model/SpaceObjects/planet_tex16_normal.dds
EmissiveMap:
SpecularPower: 0.5
AtmosphereType: [Clouds]
Habitable: true
HabitableTileChance: [10, 40]
PopPerTile: [30, 120]
BaseFertility: 0
MoonTypes: [Barren,Desert,Volcanic,Ice]
- PlanetType:
Id: 24
Name: Barren_24
Category: Barren
Composition: 1719
IconPath: Planets/24
DiffuseMap: Model/SpaceObjects/planet_tex24_2048x1024.dds
SpecularMap:
NormalMap:
EmissiveMap:
SpecularPower: 0.5
AtmosphereType: [Barren]
Habitable: true
HabitableTileChance: [10, 25]
PopPerTile: [40, 125]
BaseFertility: 0
MoonTypes: [Barren,Desert,Volcanic,Ice]
- PlanetType:
Id: 20 # Moon, rocky barren
Name: Barren_Luna
Category: Barren
Composition: 1711
IconPath: Planets/20
DiffuseMap: Model/SpaceObjects/new_moon_d.dds
SpecularMap:
NormalMap:
EmissiveMap:
SpecularPower: 0.5
AtmosphereType: [Barren]
Habitable: true
HabitableTileChance: [2, 25]
PopPerTile: [30, 100]
BaseFertility: [-0.1, 0.1]
MoonTypes: [Barren,Desert,Volcanic,Ice]
# Volcanic
- PlanetType:
Id: 9
Name: Volcanic_9
Category: Volcanic
Composition: 1705
IconPath: Planets/9
DiffuseMap: Model/SpaceObjects/planet_tex9_2048x1024.dds
SpecularMap: Model/SpaceObjects/planet_9spec.dds
NormalMap: Model/SpaceObjects/planet_tex9_normal.dds
EmissiveMap: Model/SpaceObjects/planet_9emiss.dds
SpecularPower: 4
AtmosphereType: [VolcanicRed,Clouds]
MoonTypes: [Barren,Desert,Volcanic,Ice]
ResearchableChance: 2 # This only works on non habitable planets
- PlanetType:
Id: 46 # Hestess
Name: Volcanic_Hestess
Category: Volcanic
Composition: 1718
IconPath: Planets/23
DiffuseMap: Model/SpaceObjects/planet_tex23_2048x1024.dds
SpecularMap: Model/SpaceObjects/planet_23spec.dds
NormalMap: Model/SpaceObjects/planet_23normalalt.dds
EmissiveMap: Model/SpaceObjects/planet_23emis.dds
SpecularPower: 4
AtmosphereType: [VolcanicRed]
ResearchableChance: 2 # This only works on non habitable planets
- PlanetType:
Id: 45
Name: Volcanic_9
Category: Volcanic
Composition: 1705
IconPath: Planets/9
DiffuseMap: Model/SpaceObjects/planet_tex9_2048x1024.dds
SpecularMap: Model/SpaceObjects/planet_9spec.dds
NormalMap: Model/SpaceObjects/planet_tex9_normal.dds
EmissiveMap: Model/SpaceObjects/planet_9emiss.dds
SpecularPower: 4
AtmosphereType: [VolcanicRed,Clouds]
MoonTypes: [Barren,Desert,Volcanic,Ice]
ResearchableChance: 2 # This only works on non habitable planets
- PlanetType:
Id: 44 # Hestess
Name: Volcanic_Hestess
Category: Volcanic
Composition: 1718
IconPath: Planets/23
DiffuseMap: Model/SpaceObjects/planet_tex23_2048x1024.dds
SpecularMap: Model/SpaceObjects/planet_23spec.dds
NormalMap: Model/SpaceObjects/planet_23normalalt.dds
EmissiveMap: Model/SpaceObjects/planet_23emis.dds
SpecularPower: 4
AtmosphereType: [VolcanicRed]
ResearchableChance: 2 # This only works on non habitable planets
- PlanetType:
Id: 43 # Noldor hospitable
Name: Volcanic_Noldor
Category: Volcanic
Composition: 1718
IconPath: Planets/43
DiffuseMap: Model/SpaceObjects/planet_tex43.dds
SpecularMap:
NormalMap: Model/SpaceObjects/planet_tex43_normal.dds
EmissiveMap: Model/SpaceObjects/planet_tex43_emis.dds
SpecularPower: 4
AtmosphereType: [VolcanicRed]
Habitable: true
HabitableTileChance: 0
PopPerTile: [20, 80]
BaseFertility: 0
# Ice
- PlanetType:
Id: 17 # Kholin:Jasnah
Name: Ice_Jasnah
Category: Ice
Composition: 1713
IconPath: Planets/17
DiffuseMap: Model/SpaceObjects/icemars.dds
SpecularMap:
NormalMap: Model/SpaceObjects/planet_tex17_normal.dds
EmissiveMap:
SpecularPower: 4
AtmosphereType: [IceBlue]
Habitable: true
HabitableTileChance: [35, 75]
PopPerTile: [250, 400]
BaseFertility: [0.2, 1.0]
MoonTypes: [Barren,Desert,Volcanic,Ice]
# Ice, better pop but less tiles
- PlanetType:
Id: 32
Name: Ice_32 # TODO: GIVE DESCRIPTIVE NAMES BASED ON PLANET TEXTURE
Category: Ice
Composition: 1713
IconPath: Planets/17
DiffuseMap: Model/SpaceObjects/icemars.dds
SpecularMap:
NormalMap: Model/SpaceObjects/planet_tex17_normal.dds
EmissiveMap:
SpecularPower: 4
AtmosphereType: [IceBlue,Clouds]
Habitable: true
HabitableTileChance: [25, 60]
PopPerTile: [150, 250]
BaseFertility: [-0.05, 1.5]
MoonTypes: [Barren,Desert,Volcanic,Ice]
# Ice, almost barren
- PlanetType:
Id: 33
Name: Ice_33 # TODO: GIVE DESCRIPTIVE NAMES BASED ON PLANET TEXTURE
Category: Ice
Composition: 1713
IconPath: Planets/17
DiffuseMap: Model/SpaceObjects/icemars.dds
SpecularMap:
NormalMap: Model/SpaceObjects/planet_tex17_normal.dds
EmissiveMap:
SpecularPower: 4
AtmosphereType: [IceBlue]
Habitable: true
HabitableTileChance: [20, 50]
PopPerTile: [100, 200]
BaseFertility: [0, 0.5]
MoonTypes: [Barren,Desert,Volcanic,Ice]
# Swamp
- PlanetType:
Id: 19 # Polmar:Sporl
Name: Swamp_Sporl
Category: Swamp
Composition: 1715
IconPath: Planets/19
DiffuseMap: Model/SpaceObjects/planet_tex19_2048x1024.dds
SpecularMap: Model/SpaceObjects/planet_tex19_spec.dds
NormalMap: Model/SpaceObjects/planet_tex19_normal.dds
EmissiveMap:
SpecularPower: 4
AtmosphereType: [SwampAqua,Clouds]
Habitable: true
HabitableTileChance: [35, 70]
PopPerTile: [250, 400]
BaseFertility: [0.5, 1.5]
MinBaseFertility: 0.75
MoonTypes: [Barren,Desert,Volcanic,Ice]
# Swamp, slightly harsher
- PlanetType:
Id: 34
Name: Swamp_34 # TODO: GIVE DESCRIPTIVE NAMES BASED ON PLANET TEXTURE
Category: Swamp
Composition: 1715
IconPath: Planets/19
DiffuseMap: Model/SpaceObjects/planet_tex19_2048x1024.dds
SpecularMap: Model/SpaceObjects/planet_tex19_spec.dds
NormalMap: Model/SpaceObjects/planet_tex19_normal.dds
EmissiveMap:
SpecularPower: 4
AtmosphereType: [SwampAqua,Clouds]
Habitable: true
HabitableTileChance: [15, 45]
PopPerTile: [100, 200]
BaseFertility: [0.2, 1]
MoonTypes: [Barren,Desert,Volcanic,Ice]
# Swamp, wider magrins on this planet
- PlanetType:
Id: 35
Name: Swamp_35 # TODO: GIVE DESCRIPTIVE NAMES BASED ON PLANET TEXTURE
Category: Swamp
Composition: 1715
IconPath: Planets/19
DiffuseMap: Model/SpaceObjects/planet_tex19_2048x1024.dds
SpecularMap: Model/SpaceObjects/planet_tex19_spec.dds
NormalMap: Model/SpaceObjects/planet_tex19_normal.dds
EmissiveMap:
SpecularPower: 4
AtmosphereType: [SwampAqua,Clouds]
Habitable: true
HabitableTileChance: 40
PopPerTile: [100, 400]
BaseFertility: [-0.5, 2]
MoonTypes: [Barren,Desert,Volcanic,Ice]
# Oceanic
- PlanetType:
Id: 21
Name: Oceanic_21 # TODO: GIVE DESCRIPTIVE NAMES BASED ON PLANET TEXTURE
Category: Oceanic
Composition: 1716
IconPath: Planets/21
DiffuseMap: Model/SpaceObjects/planet_tex21_2048x1024.dds
SpecularMap: Model/SpaceObjects/planet_tex21_spec.dds
NormalMap: Model/SpaceObjects/planet_tex21_normal.dds
EmissiveMap:
SpecularPower: 4
AtmosphereType: [OceanicBlue,Clouds]
Habitable: true
HabitableTileChance: [40, 60]
PopPerTile: [150, 400]
BaseFertility: [-0.3, 2.5]
MinBaseFertility: 0.2
MoonTypes: [Barren,Desert,Volcanic,Ice]
# Oceanic, more oceans so less tiles
- PlanetType:
Id: 36
Name: Oceanic_36 # TODO: GIVE DESCRIPTIVE NAMES BASED ON PLANET TEXTURE
Category: Oceanic
Composition: 1716
IconPath: Planets/21
DiffuseMap: Model/SpaceObjects/planet_tex21_2048x1024.dds
SpecularMap: Model/SpaceObjects/planet_tex21_spec.dds
NormalMap: Model/SpaceObjects/planet_tex21_normal.dds
EmissiveMap:
SpecularPower: 4
AtmosphereType: [OceanicBlue,Clouds]
Habitable: true
HabitableTileChance: [15, 45]
PopPerTile: [200, 350]
BaseFertility: [-0.4, 2]
MinBaseFertility: 0.2
MoonTypes: [Barren,Desert,Volcanic,Ice]
# Oceanic, many isle, so more tiles but less pop
- PlanetType:
Id: 37
Name: Oceanic_37 # TODO: GIVE DESCRIPTIVE NAMES BASED ON PLANET TEXTURE
Category: Oceanic
Composition: 1716
IconPath: Planets/21
DiffuseMap: Model/SpaceObjects/planet_tex21_2048x1024.dds
SpecularMap: Model/SpaceObjects/planet_tex21_spec.dds
NormalMap: Model/SpaceObjects/planet_tex21_normal.dds
EmissiveMap:
SpecularPower: 4
AtmosphereType: [OceanicBlue,Clouds]
Habitable: true
HabitableTileChance: [50, 85]
PopPerTile: [150, 250]
BaseFertility: [0.5, 1.5]
MoonTypes: [Barren,Desert,Volcanic,Ice]
# Desert
- PlanetType:
Id: 14 # Mradeep:Arrachus
Name: Desert_Arrachus
Category: Desert
Composition: 1710
IconPath: Planets/14
DiffuseMap: Model/SpaceObjects/planet_tex14_2048x1024.dds
SpecularMap:
NormalMap: Model/SpaceObjects/planet_tex14_normal.dds
EmissiveMap:
SpecularPower: 0.5
AtmosphereType: [DesertOrange, Clouds]
Habitable: true
HabitableTileChance: [10, 45]
PopPerTile: [100, 400]
BaseFertility: [-0.4, 1]
MinBaseFertility: 0.2
MoonTypes: [Barren,Desert,Volcanic,Ice]
# Desert
- PlanetType:
Id: 30
Name: Desert_30 # TODO: GIVE DESCRIPTIVE NAMES BASED ON PLANET TEXT
Category: Desert
Composition: 1710
IconPath: Planets/14
DiffuseMap: Model/SpaceObjects/planet_tex14_2048x1024.dds
SpecularMap:
NormalMap: Model/SpaceObjects/planet_tex14_normal.dds
EmissiveMap:
SpecularPower: 0.5
AtmosphereType: [DesertOrange]
Habitable: true
HabitableTileChance: [45, 75]
PopPerTile: [75, 300]
BaseFertility: [-0.2, 1.2]
MoonTypes: [Barren,Desert,Volcanic,Ice]
# Desert, big (tatooine style)
- PlanetType:
Id: 38
Name: Desert_Tatooine
Category: Desert
Composition: 1710
IconPath: Planets/14
DiffuseMap: Model/SpaceObjects/planet_tex14_2048x1024.dds
SpecularMap:
NormalMap: Model/SpaceObjects/planet_tex14_normal.dds
EmissiveMap:
SpecularPower: 0.5
AtmosphereType: [DesertOrange]
Habitable: true
HabitableTileChance: [5, 40]
PopPerTile: [50, 400]
BaseFertility: [-0.1, 0.5]
Scale: 1.8
MoonTypes: [Barren,Desert,Volcanic,Ice]
# Tundra
- PlanetType:
Id: 11 # Pandora, Rathi:Bul
Name: Tundra_Pandora
Category: Tundra
Composition: 1707
IconPath: Planets/11
DiffuseMap: Model/SpaceObjects/planet_tex11_2048x1024.dds
SpecularMap: Model/SpaceObjects/planet_tex11_spec.dds
NormalMap: Model/SpaceObjects/planet_tex11_normal.dds
EmissiveMap:
SpecularPower: 4
AtmosphereType: [TundraBlue,Clouds]
Habitable: true
HabitableTileChance: [15, 45]
PopPerTile: [200, 400]
BaseFertility: [0.25, 0.75]
MoonTypes: [Barren,Desert,Volcanic,Ice]
# Tundra, harsh
- PlanetType:
Id: 39
Name: Tundra_Harsh
Category: Tundra
Composition: 1707
IconPath: Planets/11
DiffuseMap: Model/SpaceObjects/planet_tex11_2048x1024.dds
SpecularMap: Model/SpaceObjects/planet_tex11_spec.dds
NormalMap: Model/SpaceObjects/planet_tex11_normal.dds
EmissiveMap:
SpecularPower: 4
AtmosphereType: [TundraBlue,Clouds]
Habitable: true
HabitableTileChance: [20, 45]
PopPerTile: [100, 400]
BaseFertility: [0.1, 1]
MoonTypes: [Barren,Desert,Volcanic,Ice]
# Tundra, dense
- PlanetType:
Id: 40
Name: Tundra_Dense
Category: Tundra
Composition: 1707
IconPath: Planets/11
DiffuseMap: Model/SpaceObjects/planet_tex11_2048x1024.dds
SpecularMap: Model/SpaceObjects/planet_tex11_spec.dds
NormalMap: Model/SpaceObjects/planet_tex11_normal.dds
EmissiveMap:
SpecularPower: 4
AtmosphereType: [TundraBlue,Clouds]
Habitable: true
HabitableTileChance: [35, 55]
PopPerTile: [125, 250]
BaseFertility: [0, 1.5]
MoonTypes: [Barren,Desert,Volcanic,Ice]
# Steppe
- PlanetType:
Id: 18
Name: Steppe_18 # TODO: GIVE DESCRIPTIVE NAMES BASED ON PLANET TEXTURE
Category: Steppe
Composition: 1714
IconPath: Planets/18
DiffuseMap: Model/SpaceObjects/planet_tex18_2048x1024.dds
SpecularMap: Model/SpaceObjects/planet_tex19_spec.dds
NormalMap: Model/SpaceObjects/planet_tex19_normal.dds
EmissiveMap:
SpecularPower: 4
AtmosphereType: [SteppeYellow,Clouds]
Habitable: true
HabitableTileChance: [15, 45]
PopPerTile: [100, 300]
BaseFertility: [-0.2, 1.5]
MoonTypes: [Barren,Desert,Volcanic,Ice]
# Steppe
- PlanetType:
Id: 41
Name: Steppe_41 # TODO: GIVE DESCRIPTIVE NAMES BASED ON PLANET TEXTURE
Category: Steppe
Composition: 1714
IconPath: Planets/18
DiffuseMap: Model/SpaceObjects/planet_tex18_2048x1024.dds
SpecularMap: Model/SpaceObjects/planet_tex19_spec.dds
NormalMap: Model/SpaceObjects/planet_tex19_normal.dds
EmissiveMap:
SpecularPower: 4
AtmosphereType: [SteppeYellow,Clouds]
Habitable: true
HabitableTileChance: [15, 45]
PopPerTile: [200, 400]
BaseFertility: [-0.1, 1.3]
MoonTypes: [Barren,Desert,Volcanic,Ice]
# Steppe
- PlanetType:
Id: 42
Name: Steppe_42 # TODO: GIVE DESCRIPTIVE NAMES BASED ON PLANET TEXTURE
Category: Steppe
Composition: 1714
IconPath: Planets/18
DiffuseMap: Model/SpaceObjects/planet_tex18_2048x1024.dds
SpecularMap: Model/SpaceObjects/planet_tex19_spec.dds
NormalMap: Model/SpaceObjects/planet_tex19_normal.dds
EmissiveMap:
SpecularPower: 4
AtmosphereType: [SteppeYellow,Clouds]
Habitable: true
HabitableTileChance: [35, 70]
PopPerTile: [250, 400]
BaseFertility: [0.3, 1.1]
MoonTypes: [Barren,Desert,Volcanic,Ice]
# Terran
- PlanetType:
Id: 1
Name: Terran_1
Category: Terran
Composition: 1700
IconPath: Planets/1
DiffuseMap: Model/SpaceObjects/planet_tex1_2048x1024.dds
SpecularMap: Model/SpaceObjects/planet1_spec.dds
NormalMap: Model/SpaceObjects/planet_tex1_normal.dds
EmissiveMap:
SpecularPower: 4
AtmosphereType: [TerranBlue,Clouds]
Habitable: true
HabitableTileChance: 10
PopPerTile: [175, 400]
BaseFertility: [0.2, 1]
MoonTypes: [Barren,Desert,Volcanic,Ice]
- PlanetType:
Id: 13
Name: Terran_13
Category: Terran
Composition: 1709
IconPath: Planets/13
DiffuseMap: Model/SpaceObjects/planet_tex13_2048x1024.dds
SpecularMap: Model/SpaceObjects/planet_13spec.dds
NormalMap: Model/SpaceObjects/planet_tex13_normal.dds
EmissiveMap:
SpecularPower: 4
AtmosphereType: [TerranBlue,Clouds]
PlanetTile: Terran_2
Habitable: true
HabitableTileChance: 75
PopPerTile: [250, 425]
BaseFertility: [0.3, 1.2]
MoonTypes: [Barren,Desert,Volcanic,Ice]
- PlanetType:
Id: 22 # Kholin:Adolin
Name: Terran_Adolin
Category: Terran
Composition: 1717
IconPath: Planets/22
DiffuseMap: Model/SpaceObjects/planet_tex22_2048x1024.dds
SpecularMap: Model/SpaceObjects/planet_tex22_spec.dds
NormalMap: Model/SpaceObjects/planet_tex22_normal.dds
EmissiveMap:
SpecularPower: 4
AtmosphereType: [TerranBlue,Clouds]
PlanetTile: Terran_3
Habitable: true
HabitableTileChance: [60, 90]
PopPerTile: [140, 400]
BaseFertility: [0, 1.5]
MinBaseFertility: 0.25
MoonTypes: [Barren,Desert,Volcanic,Ice]
- PlanetType:
Id: 25
Name: Terran_25 # TODO: GIVE DESCRIPTIVE NAMES BASED ON PLANET TEXTURE
Category: Terran
Composition: 1720
IconPath: Planets/25
DiffuseMap: Model/SpaceObjects/earthmap1k.dds
SpecularMap: Model/SpaceObjects/earthspec1k.dds
NormalMap: Model/SpaceObjects/earthnormal.dds
EmissiveMap: Model/SpaceObjects/earthlights1k.dds
SpecularPower: 4
AtmosphereType: [TerranBlue,Clouds]
Habitable: true
HabitableTileChance: [60, 80]
PopPerTile: [150, 375]
BaseFertility: [-0.25, 1.5]
MinBaseFertility: 0.1
MoonTypes: [Barren,Desert,Volcanic,Ice]
- PlanetType:
Id: 27
Name: Terran_Tor
Category: Terran
Composition: 1721
IconPath: Planets/27
DiffuseMap: Model/SpaceObjects/arazius3.dds
SpecularMap: Model/SpaceObjects/arazius3spec.dds
NormalMap: Model/SpaceObjects/arazius3normal.dds
EmissiveMap: Model/SpaceObjects/arazius3night.dds
SpecularPower: 4
AtmosphereType: [TerranBlue,Clouds]
Habitable: true
HabitableTileChance: [50, 80]
PopPerTile: [150, 425]
BaseFertility: [-1.2, 3.0]
MinBaseFertility: 0.2
MoonTypes: [Barren,Desert,Volcanic,Ice]
- PlanetType:
Id: 29
Name: Terran_29 # TODO: GIVE DESCRIPTIVE NAMES BASED ON PLANET TEXTURE
Category: Terran
Composition: 1722
IconPath: Planets/29
DiffuseMap: Model/SpaceObjects/NovaTerra_diffuse.dds
SpecularMap: Model/SpaceObjects/NovaTerra_specular.dds
NormalMap: Model/SpaceObjects/NovaTerra_normal.dds
EmissiveMap: Model/SpaceObjects/NovaTerra_emissive.dds
SpecularPower: 4
AtmosphereType: [TerranBlue,Clouds]
Habitable: true
HabitableTileChance: [60, 90]
PopPerTile: [150, 250]
BaseFertility: [0, 1.2]
MinBaseFertility: 0.25
MoonTypes: [Barren,Desert,Volcanic,Ice]
# GasGiants
- PlanetType:
Id: 2 # Less Stripey Light Beige Giant, Saturn?
Name: GasGiant_LightBeige
Category: GasGiant
Composition: 1701
IconPath: Planets/2
DiffuseMap: Model/SpaceObjects/planet_tex2_2048x1024.dds
SpecularMap:
NormalMap:
EmissiveMap:
SpecularPower: 0.5
AtmosphereType: [GasYellow]
Scale: 2.5
MoonTypes: [Barren,Desert,Volcanic,Ice]
ResearchableChance: 5 # This only works on non habitable planets
MiningChance: 20 # This only works for gas giants
- PlanetType:
Id: 6 # Blood Red Giant
Name: GasGiant_BloodRed
Category: GasGiant
Composition: 1701
IconPath: Planets/6
DiffuseMap: Model/SpaceObjects/planet_tex6_2048x1024.dds
SpecularMap:
NormalMap:
EmissiveMap:
SpecularPower: 0.5
AtmosphereType: [GasOrange]
Scale: 2.5
MoonTypes: [Barren,Desert,Volcanic,Ice]
ResearchableChance: 5 # This only works on non habitable planets
MiningChance: 20 # This only works for gas giants
- PlanetType:
Id: 10 # Yellow Giant
Name: GasGiant_Yellow
Category: GasGiant
Composition: 1706
IconPath: Planets/10
DiffuseMap: Model/SpaceObjects/planet_tex10_2048x1024.dds
SpecularMap:
NormalMap:
EmissiveMap:
SpecularPower: 0.5
AtmosphereType: [GasYellow]
Scale: 2.5
MoonTypes: [Barren,Desert,Volcanic,Ice]
ResearchableChance: 5 # This only works on non habitable planets
MiningChance: 20 # This only works for gas giants
- PlanetType:
Id: 12 # Pink Giant
Name: GasGiant_Pink
Category: GasGiant
Composition: 1708
IconPath: Planets/12
DiffuseMap: Model/SpaceObjects/planet_tex12_2048x1024.dds
SpecularMap:
NormalMap:
EmissiveMap:
SpecularPower: 0.5
AtmosphereType: [GasOrange]
Scale: 2.5
MoonTypes: [Barren,Desert,Volcanic,Ice]
ResearchableChance: 5 # This only works on non habitable planets
MiningChance: 20 # This only works for gas giants
- PlanetType:
Id: 15 # Polyphemus, Uranus, Cyan/LightBlue giant
Name: GasGiant_Uranus
Category: GasGiant
Composition: 1711
IconPath: Planets/15
DiffuseMap: Model/SpaceObjects/planet_tex15_2048x1024.dds
SpecularMap:
NormalMap:
EmissiveMap:
SpecularPower: 0.5
AtmosphereType: [GasAqua]
Scale: 2.5
MoonTypes: [Barren,Desert,Volcanic,Ice]
ResearchableChance: 5 # This only works on non habitable planets
MiningChance: 20 # This only works for gas giants
- PlanetType:
Id: 26 # Neptune, Blue giant
Name: GasGiant_Neptune
Category: GasGiant
Composition: 1711
IconPath: Planets/26
DiffuseMap: Model/SpaceObjects/perun2.dds
SpecularMap:
NormalMap:
EmissiveMap:
SpecularPower: 0.5
AtmosphereType: [GasBlue]
Scale: 2.5
MoonTypes: [Barren,Desert,Volcanic,Ice]
ResearchableChance: 5 # This only works on non habitable planets
MiningChance: 20 # This only works for gas giants
- PlanetType:
Id: 28 # Jupiter, striped beige giant
Name: GasGiant_Jupiter
Category: GasGiant
Composition: 1710
IconPath: Planets/28
DiffuseMap: Model/SpaceObjects/jupiter.dds
SpecularMap:
NormalMap:
EmissiveMap:
SpecularPower: 0.5
AtmosphereType: [GasYellow]
Scale: 2.5
MoonTypes: [Barren,Desert,Volcanic,Ice]
ResearchableChance: 5 # This only works on non habitable planets
MiningChance: 20 # This only works for gas giants