From ba765d778f32f141ed57df9b755f686bdbb0aa64 Mon Sep 17 00:00:00 2001 From: Ralph Mack Date: Sun, 4 Dec 2022 19:59:29 -0500 Subject: [PATCH] Simplified and corrected test lights --- test/userLights.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/userLights.json b/test/userLights.json index 04b4c60..1eb64a2 100644 --- a/test/userLights.json +++ b/test/userLights.json @@ -3,7 +3,6 @@ "sources": { "Phantom Torch": { "consumable": true, - "states": 2, "light": [ { "bright": 5, "dim": 20, "angle": 360, "color": "#ff9329", "alpha": 0.6 } ] @@ -21,7 +20,6 @@ "topology": "gurps", "sources": { "Flashlight": { - "consumable": true, "light": { "bright": 10, "dim": 0, "angle": 3, "color": "#ffd6aa", "alpha": 1.0 } } }