From f8dfd2c09c4aeddd6295a015973bd152e559a3d7 Mon Sep 17 00:00:00 2001 From: dataCobra Date: Fri, 6 Oct 2023 12:08:00 +0200 Subject: [PATCH] Fix Dragonbane lighting and change settings Fixed: 1. Halved emitting range of light sources (A square in a grid is 2x2meters in Dragonbane not 1x1meters) Changed: 1. Set a color for the lighting to make it more realistic 2. Changed the alpha value to make sure the color is visible --- sources.json | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/sources.json b/sources.json index 4a1661b..2bbdb6a 100644 --- a/sources.json +++ b/sources.json @@ -796,10 +796,11 @@ "consumable": false, "light": [ { - "bright": 10, - "dim": 10, + "bright": 5, + "dim": 5, "angle": 360, - "alpha": 0.05, + "alpha": 0.1, + "color":"#f9f06b", "animation": { "type": "torch", "speed": 5, @@ -815,10 +816,11 @@ "consumable": false, "light": [ { - "bright": 10, - "dim": 10, + "bright": 5, + "dim": 5, "angle": 360, - "alpha": 0.05, + "alpha": 0.1, + "color":"#f9f06b", "animation": { "type": "torch", "speed": 5, @@ -834,10 +836,11 @@ "consumable": false, "light": [ { - "bright": 10, - "dim": 10, + "bright": 5, + "dim": 5, "angle": 360, - "alpha": 0.05, + "alpha": 0.1, + "color":"#f9f06b", "animation": { "type": "torch", "speed": 5, @@ -853,14 +856,15 @@ "consumable": false, "light": [ { - "bright": 4, - "dim": 4, + "bright": 2, + "dim": 2, "angle": 360, - "alpha": 0.05, + "alpha": 0.1, + "color":"#f9f06b", "animation": { "type": "torch", "speed": 5, - "intensity": 5, + "intensity": 3, "reverse": false } }