forked from KSP-RO/RealSolarSystem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNitrogen.cfg
More file actions
100 lines (91 loc) · 1.48 KB
/
Nitrogen.cfg
File metadata and controls
100 lines (91 loc) · 1.48 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
//
// Community Resource Pack
// Resource:
//
//Resource types:
// 0 = Crustal (Stuff you dig up)
// 1 = Oceanic (Stuff in the oceans)
// 2 = Atmospheric (Stuff in the air, varies with pressure)
// 3 = Interplanetary (Stuff you find between planets)
//
//Express all numbers as percentages 0.0-100.0, not 0.0-1.0!
//
PLANETARY_RESOURCE
{
ResourceName = Nitrogen
ResourceType = 2
PlanetName = Venus
Distribution
{
PresenceChance = 100
MinAbundance = 3.5
MaxAbundance = 3.5
Variance = 0
}
}
PLANETARY_RESOURCE
{
ResourceName = Nitrogen
ResourceType = 2
PlanetName = Earth
Distribution
{
PresenceChance = 100
MinAbundance = 78
MaxAbundance = 78
Variance = 0
}
}
PLANETARY_RESOURCE
{
ResourceName = Nitrogen
ResourceType = 2
PlanetName = Mars
Distribution
{
PresenceChance = 100
MinAbundance = 1.89
MaxAbundance = 1.89
Variance = 0
}
}
PLANETARY_RESOURCE
{
ResourceName = Nitrogen
ResourceType = 2
PlanetName = Titan
Distribution
{
PresenceChance = 100
MinAbundance = 95
MaxAbundance = 95
Variance = 0
}
}
PLANETARY_RESOURCE
{
ResourceName = Nitrogen
ResourceType = 2
PlanetName = Pluto
Distribution
{
PresenceChance = 100
MinAbundance = 99.5
MaxAbundance = 99.5
Variance = 0
}
}
// Per "Surface Ices and the Atmospheric Composition of Pluto"
PLANETARY_RESOURCE
{
ResourceName = Nitrogen
ResourceType = 0
PlanetName = Pluto
Distribution
{
PresenceChance = 100
MinAbundance = 96.9
MaxAbundance = 96.9
Variance = 0
}
}