Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added additional Mars biomes #195

Merged
merged 5 commits into from
Apr 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
69 changes: 62 additions & 7 deletions GameData/RealSolarSystem/RSSKopernicus/Mars/Mars.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,39 @@
color = 0.675,0.431,0.271,1
}
Biome
{
name = Highlands
displayName = #RSS_Mars_Biome9
value = 1.0
color = 0.855,0.737,0.235,1
}
Biome
{
name = Lowlands
displayName = #RSS_Mars_Biome10
value = 1.0
color = 1,0,0.047,1
}
Biome
{
name = Olympus Mons
displayName = #RSS_Mars_Biome2
value = 1.0
color = 0.071,0,1,1
}
Biome
{
name = Alba Mons
value = 1.0
color = 0.059,0.059,0.702,1
}
Biome
{
name = Elysium Mons
value = 1.0
color = 0,0,0.4,1
}
Biome
{
name = Valles Marineris
displayName = #RSS_Mars_Biome3
Expand All @@ -73,11 +99,23 @@
color = 0,0.553,1,1
}
Biome
{
name = Tharsis Rise
value = 1.0
color = 0,1,0.051,1
}
Biome
{
name = Arean Canyons
displayName = #RSS_Mars_Biome5
value = 1.0
color = 0.827,0,1,1
color = 0.2,0.2,0,1
}
Biome
{
name = Tempe Terra
value = 1.0
color = 0.6,0,0,1
}
Biome
{
Expand All @@ -98,21 +136,38 @@
name = Major Craters
displayName = #RSS_Mars_Biome8
value = 1.0
color = 0.4,0,0.4,1
}
Biome
{
name = Hellas Basin
value = 1.0
color = 0.6,0,0.6,1
}
Biome
{
name = Argyre Basin
value = 1.0
color = 1,0,0.816,1
}
Biome
{
name = Highlands
displayName = #RSS_Mars_Biome9
name = Arabia Terra

value = 1.0
color = 0.855,0.737,0.235,1
color = 0,0.6,0,1
}
Biome
{
name = Lowlands
displayName = #RSS_Mars_Biome10
name = Utopia Planitia
value = 1.0
color = 0.6,0.6,0,1
}
Biome
{
name = Amazonis Planitia
value = 1.0
color = 0.761,0,0.047,1
color = 1,1,0,1
}
}

Expand Down