Skip to content

Commit

Permalink
Merge branch 'master' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeTwentyThree committed Dec 19, 2023
2 parents c1905c0 + 3f7760c commit f2956d2
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Nautilus/Documentation/tutorials/biomes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ This guide provides some information on adding custom biomes.
## Biomes reference list

<details>
<summary>Expand to view base game biome data (SN1):</summary>
SN1 Biome Settings:

| Biome name | Sky name | Settings |
|--------------|-----------------|-------------------------------------------------------|
Expand Down Expand Up @@ -157,10 +156,7 @@ This guide provides some information on adding custom biomes.
| grandReef_wreck | SkyExplorableWreck | Absorption: (16.0, 12.0, 6.0)<br/>Scattering: 2<br/>Scattering color: RGBA(0.000, 1.000, 0.910, 1.000)<br/>Murkiness: 0.25<br/>Emissive: RGBA(0.000, 0.957, 1.000, 1.000)<br/>Emissive scale: 0.03<br/>Start distance: 40<br/>Sunlight scale: 0<br/>Ambient scale: 0<br/>Temperature: 24<br/> |
| CrashZone_Trench | SkyCrashZone | Absorption: (17.0, 20.0, 20.0)<br/>Scattering: 1<br/>Scattering color: RGBA(1.000, 1.000, 1.000, 1.000)<br/>Murkiness: 0.2<br/>Emissive: RGBA(1.000, 1.000, 1.000, 1.000)<br/>Emissive scale: 0<br/>Start distance: 5<br/>Sunlight scale: 0.75<br/>Ambient scale: 1<br/>Temperature: 24<br/> |

</details><br>

<details>
<summary>Expand to view base game biome data (BZ):</summary>
BZ Biome Settings:

| Biome name | Sky name | Settings |
|--------------|-----------------|-------------------------------------------------------|
Expand Down Expand Up @@ -264,6 +260,4 @@ This guide provides some information on adding custom biomes.
| OutpostZero_Interior | SkyOutpostZero_Interior | Absorption: (20.0, 10.0, 5.0)<br/>Scattering: 0.5<br/>Scattering color: RGBA(0.000, 0.498, 0.651, 1.000)<br/>Murkiness: 0.1<br/>Emissive: RGBA(0.196, 0.395, 0.557, 1.000)<br/>Emissive scale: 0.05<br/>Start distance: 6<br/>Sunlight scale: 1<br/>Ambient scale: 1.3<br/>Temperature: 0<br/> |
| WorldEdge | SkyIceberg | Absorption: (10.0, 5.0, 4.0)<br/>Scattering: 0.5<br/>Scattering color: RGBA(0.000, 0.498, 0.651, 1.000)<br/>Murkiness: 0.4<br/>Emissive: RGBA(0.098, 0.286, 0.396, 1.000)<br/>Emissive scale: 0.2<br/>Start distance: 25<br/>Sunlight scale: 0.1<br/>Ambient scale: 6<br/>Temperature: 1<br/> |
| EndGameAsteroids | SkyAsteroids | Absorption: (10.0, 5.0, 4.0)<br/>Scattering: 0.5<br/>Scattering color: RGBA(1.000, 1.000, 1.000, 1.000)<br/>Murkiness: 0<br/>Emissive: RGBA(0.098, 0.286, 0.396, 1.000)<br/>Emissive scale: 0<br/>Start distance: 25<br/>Sunlight scale: 0<br/>Ambient scale: 0<br/>Temperature: 1<br/> |
| ArcticSpiresCache | SkyKelpCave | Absorption: (12.0, 12.0, 7.0)<br/>Scattering: 0<br/>Scattering color: RGBA(1.000, 1.000, 1.000, 1.000)<br/>Murkiness: 0.7<br/>Emissive: RGBA(0.838, 0.639, 0.210, 1.000)<br/>Emissive scale: 0.13<br/>Start distance: 12<br/>Sunlight scale: 0<br/>Ambient scale: 0.8<br/>Temperature: 1<br/> |

</details><br>
| ArcticSpiresCache | SkyKelpCave | Absorption: (12.0, 12.0, 7.0)<br/>Scattering: 0<br/>Scattering color: RGBA(1.000, 1.000, 1.000, 1.000)<br/>Murkiness: 0.7<br/>Emissive: RGBA(0.838, 0.639, 0.210, 1.000)<br/>Emissive scale: 0.13<br/>Start distance: 12<br/>Sunlight scale: 0<br/>Ambient scale: 0.8<br/>Temperature: 1<br/> |

0 comments on commit f2956d2

Please sign in to comment.