Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrivener07 committed Mar 14, 2019
1 parent 771ced9 commit 93d11d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Data/MCM/Config/Overlays/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"valueOptions":
{
"sourceType": "GlobalValue",
"sourceForm": "Overlays.esp|5B95",
"sourceForm": "Overlays.esm|5B95",
"min": 0.0,
"max": 1.0,
"step": 0.01
},
"action":
{
"type": "CallFunction",
"form": "Overlays.esp|F99",
"form": "Overlays.esm|F99",
"function": "SetAlpha",
"params": ["{value}"],
"scriptName": "Fallout:Overlays:Configuration"
Expand All @@ -32,15 +32,15 @@
"valueOptions":
{
"sourceType": "GlobalValue",
"sourceForm": "Overlays.esp|632F",
"sourceForm": "Overlays.esm|632F",
"min": 0.0,
"max": 5.0,
"step": 0.25
},
"action":
{
"type": "CallFunction",
"form": "Overlays.esp|F99",
"form": "Overlays.esm|F99",
"function": "SetScopeAlpha",
"params": ["{value}"],
"scriptName": "Fallout:Overlays:Configuration"
Expand All @@ -53,15 +53,15 @@
"valueOptions":
{
"sourceType": "GlobalValue",
"sourceForm": "Overlays.esp|7263",
"sourceForm": "Overlays.esm|7263",
"min": 0.0,
"max": 1.0,
"step": 0.01
},
"action":
{
"type": "CallFunction",
"form": "Overlays.esp|F99",
"form": "Overlays.esm|F99",
"function": "SetScopeAlpha",
"params": ["{value}"],
"scriptName": "Fallout:Overlays:Configuration"
Expand Down

0 comments on commit 93d11d2

Please sign in to comment.