diff --git a/src/main/resources/rs117/hd/scene/lights.json b/src/main/resources/rs117/hd/scene/lights.json index 805e7399e6..564969e96c 100644 --- a/src/main/resources/rs117/hd/scene/lights.json +++ b/src/main/resources/rs117/hd/scene/lights.json @@ -30813,6 +30813,27 @@ "TOXIC_TOTS_PROJECTILE" ] }, + { + "description": "TRIDENT_SWAMP_CAST", + "offset": [ 10, 350, 15 ], + "radius": 400, + "strength": 7, + "color": [ + 0, + 167, + 204 + ], + "type": "STATIC", + "duration": 0, + "range": 0, + "fadeInDuration": 200, + "fixedDespawnTime": true, + "despawnDelay": 2000, + "fadeOutDuration": 400, + "graphicsObjectIds": [ + "TOXIC_TOTS_CASTING" + ] + }, { "description": "TRIDENT_SEA_SPELL", "radius": 400, diff --git a/src/main/resources/rs117/hd/scene/model_overrides.json b/src/main/resources/rs117/hd/scene/model_overrides.json index 0d485cf2be..ab2cea4b10 100644 --- a/src/main/resources/rs117/hd/scene/model_overrides.json +++ b/src/main/resources/rs117/hd/scene/model_overrides.json @@ -89327,5 +89327,48 @@ "ARENA_SCAFFOLD_PLANKS_RIGHT", "ARENA_SCAFFOLD_PLANKS_LEFT" ] + }, + { + "description": "Spell Projectile - Tumeken's Shadow", + "baseMaterial": "GRAY_150", + "projectileIds": [ + "TUMEKENS_SHADOW_TRAVEL" + ], + "colorOverrides": [ + { + "colors": "l == 2", + "baseMaterial": "NONE", + "depthBias": 150 + } + ] + }, + { + "description": "Spell Projectile - Trident of the Swamp", + "baseMaterial": "GRAY_110", + "undoVanillaShading": false, + "upwardsNormals": true, + "flatNormals": true, + "projectileIds": [ + "TOXIC_TOTS_PROJECTILE" + ] + }, + { + "description": "Spell Projectile - Normal Spellbook", + "baseMaterial": "GRAY_90", + "undoVanillaShading": false, + "projectileIds": [ + "WATERSURGE_TRAVEL", + "WATERWAVE_TRAVEL", + "WATERBLAST_TRAVEL", + "WATERBOLT_TRAVEL", + "FIRESURGE_TRAVEL", + "FIREWAVE_TRAVEL", + "FIREBLAST_TRAVEL", + "FIREBOLT_TRAVEL", + "EARTHSURGE_TRAVEL", + "EARTHWAVE_TRAVEL", + "EARTHBLAST_TRAVEL", + "EARTHBOLT_TRAVEL" + ] } ]