diff --git a/src/main/resources/rs117/hd/scene/lights.json b/src/main/resources/rs117/hd/scene/lights.json index afb1db814..b19b04933 100644 --- a/src/main/resources/rs117/hd/scene/lights.json +++ b/src/main/resources/rs117/hd/scene/lights.json @@ -35834,5 +35834,46 @@ "objectIds": [ 16812 ] + }, + { + "description": "Paterdomus Temple Basement Monument lights", + "height": 160, + "offset": [ 0, -37, -90 ], + "radius": 150, + "strength": 7.7, + "color": [ + 255, + 255, + 0 + ], + "type": "FLICKER", + "duration": 30, + "range": 10, + "objectIds": [ + 3493, + 3494, + 3495, + 3496 + ] + }, + { + "description": "Paterdomus Temple Basement Monument lights - Angled", + "height": 160, + "offset": [ -40, -37, -74 ], + "radius": 150, + "strength": 7.7, + "color": [ + 255, + 255, + 0 + ], + "type": "FLICKER", + "duration": 30, + "range": 10, + "objectIds": [ + 3497, + 3498, + 3499 + ] } ] diff --git a/src/main/resources/rs117/hd/scene/model_overrides.json b/src/main/resources/rs117/hd/scene/model_overrides.json index db0b7ac17..cb46adcf9 100644 --- a/src/main/resources/rs117/hd/scene/model_overrides.json +++ b/src/main/resources/rs117/hd/scene/model_overrides.json @@ -6468,6 +6468,9 @@ 2059, 2060, 2061, + 3444, + 3445, + 3446, 3506, 3507, 5501, @@ -6511,6 +6514,21 @@ "uvType": "BOX", "uvOrientation": 463 }, + { + "description": "Metal Fence Gate with textured posts", + "baseMaterial": "METALLIC_1_LIGHT_SEMIGLOSS", + "uvType": "BOX", + "retainVanillaUvs": false, + "uvOrientation": 512, + "objectIds": [ + 3460, + 3461, + 3462, + 3463, + 3464, + 3465 + ] + }, { "description": "Metal Fence", "baseMaterial": "METALLIC_1_LIGHT_SEMIGLOSS", @@ -15464,6 +15482,7 @@ }, { "description": "Objects - Concrete - Salve Tunnel Entrance", + "baseMaterial": "ROCK_3", "textureMaterial": "HD_CONCRETE", "objectIds": [ 3456, @@ -27081,5 +27100,111 @@ "objectIds": [ 31675 ] + }, + { + "description": "Wooden pew bench with green cushion and saradomin symbol on the side", + "baseMaterial": "WOOD_GRAIN_3", + "uvType": "BOX", + "colorOverrides": [ + { + "description": "Cushion", + "baseMaterial": "CARPET", + "uvType": "MODEL_XZ", + "colors": "h == 17" + }, + { + "description": "Saradomin Symbol", + "baseMaterial": "METALLIC_1_LIGHT", + "uvType": "MODEL_YZ", + "colors": "h == 11", + "uvOrientation": 42, + "uvScale": 0.4 + } + ], + "objectIds": [ + 1112 + ] + }, + { + "description": "Wooden study desk with a green mat", + "baseMaterial": "WOOD_GRAIN_3", + "uvType": "BOX", + "colorOverrides": [ + { + "description": "Desk mat", + "baseMaterial": "CARPET", + "uvType": "MODEL_XZ", + "colors": "h == 21" + } + ], + "objectIds": [ + 608 + ] + }, + { + "description": "Paterdomus Temple basement walls - textured", + "baseMaterial": "DIRT_1", + "uvType": "MODEL_XZ_MIRROR_B", + "objectIds": [ + 3442, + 3450, + 3451, + 12765 + ] + }, + { + "description": "Paterdomus Temple basement walls with portal - textured", + "baseMaterial": "DIRT_1", + "uvType": "MODEL_XZ_MIRROR_B", + "objectIds": [ + 3443 + ] + }, + { + "description": "Paterdomus Temple basement wall tops", + "baseMaterial": "DIRT_1", + "uvType": "MODEL_XZ", + "uvScale": 1.15, + "uvOrientation": 42, + "objectIds": [ + 3447, + 3448 + ] + }, + { + "description": "Paterdomus Temple basement columns", + "baseMaterial": "STONE_NORMALED", + "uvType": "BOX", + "uvOrientation": 343, + "uvScale": 0.6, + "objectIds": [ + 3486 + ] + }, + { + "description": "Paterdomus Temple basement well", + "baseMaterial": "STONE_NORMALED", + "uvType": "BOX", + "uvOrientation": 42, + "uvScale": 0.6, + "objectIds": [ + 3485 + ] + }, + { + "description": "Paterdomus Temple Basement Monument - DYNAMIC", + "baseMaterial": "MARBLE_3_SEMIGLOSS", + "uvType": "BOX", + "uvOrientation": 42, + "uvScale": 0.6, + "objectIds": [ + 3493, + 3494, + 3495, + 3496, + 3497, + 3498, + 3499 + ] } ]