From 15feb7a414bca01da5300d4122007f847fe19ea8 Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Mon, 7 Mar 2016 12:07:22 -0800 Subject: [PATCH] add falloffRadius to sconce lights in toybox --- unpublishedScripts/hiddenEntityReset.js | 10 ++++++++++ unpublishedScripts/masterReset.js | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/unpublishedScripts/hiddenEntityReset.js b/unpublishedScripts/hiddenEntityReset.js index 4a64b34510..f9003e4413 100644 --- a/unpublishedScripts/hiddenEntityReset.js +++ b/unpublishedScripts/hiddenEntityReset.js @@ -973,6 +973,8 @@ y: 2.545, z: 2.545 }, + intensity: 1.0, + falloffRadius: 0.3, cutoff: 90, color: { red: 217, @@ -1001,6 +1003,8 @@ y: 2.545, z: 2.545 }, + intensity: 1.0, + falloffRadius: 0.3, cutoff: 90, color: { red: 217, @@ -1074,6 +1078,8 @@ y: 2.545, z: 2.545 }, + intensity: 1.0, + falloffRadius: 0.3, cutoff: 90, color: { red: 217, @@ -1103,6 +1109,8 @@ y: 2.545, z: 2.545 }, + intensity: 1.0, + falloffRadius: 0.3, cutoff: 90, color: { red: 217, @@ -1131,6 +1139,8 @@ y: 2.545, z: 2.545 }, + intensity: 1.0, + falloffRadius: 0.3, cutoff: 90, color: { red: 217, diff --git a/unpublishedScripts/masterReset.js b/unpublishedScripts/masterReset.js index c5669b9ac0..1aa302354e 100644 --- a/unpublishedScripts/masterReset.js +++ b/unpublishedScripts/masterReset.js @@ -960,6 +960,8 @@ MasterReset = function() { y: 2.545, z: 2.545 }, + intensity: 1.0, + falloffRadius: 0.3, cutoff: 90, color: { red: 217, @@ -988,6 +990,8 @@ MasterReset = function() { y: 2.545, z: 2.545 }, + intensity: 1.0, + falloffRadius: 0.3, cutoff: 90, color: { red: 217, @@ -1061,6 +1065,8 @@ MasterReset = function() { y: 2.545, z: 2.545 }, + intensity: 1.0, + falloffRadius: 0.3, cutoff: 90, color: { red: 217, @@ -1090,6 +1096,8 @@ MasterReset = function() { y: 2.545, z: 2.545 }, + intensity: 1.0, + falloffRadius: 0.3, cutoff: 90, color: { red: 217, @@ -1118,6 +1126,8 @@ MasterReset = function() { y: 2.545, z: 2.545 }, + intensity: 1.0, + falloffRadius: 0.3, cutoff: 90, color: { red: 217,