Skip to content
6 changes: 6 additions & 0 deletions src/main/resources/rs117/hd/scene/areas.json
Original file line number Diff line number Diff line change
Expand Up @@ -11725,6 +11725,12 @@
[ 11046, 11047 ]
]
},
{
"name": "RED_REEF_UNDERWATER",
"regions": [
11403
]
},
{
"name": "ISLE_OF_BONES",
"regions": [ 10023 ]
Expand Down
14 changes: 14 additions & 0 deletions src/main/resources/rs117/hd/scene/environments.json
Original file line number Diff line number Diff line change
Expand Up @@ -1538,6 +1538,20 @@
"groundFogOpacity": 0.65,
"waterCausticsStrength": 4
},
{
"area": "RED_REEF_UNDERWATER",
"isUnderwater": true,
"ambientColor": "#255590",
"ambientStrength": 9,
"directionalColor": "#71a3d0",
"directionalStrength": 0.6,
"fogColor": "#133156",
"fogDepth": 35,
"groundFogStart": -50,
"groundFogEnd": -700,
"groundFogOpacity": 0.5,
"waterCausticsStrength": 42
},
{
"area": "LUNAR_DREAM_WORLD",
"allowSkyOverride": false,
Expand Down
Loading