Created
February 6, 2015 21:42
-
-
Save thislooksfun/65d591df545f66fa9f6c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
defaultName: "default", | |
items: { | |
default: { | |
B:"03.Enable Ambient Temperature"=false | |
D:"04.Ambient Temperature"=0.0 | |
D:"05.Ambient Air Quality"=0.0 | |
D:"06.Ambient Santity"=-0.1 | |
D:"07.Effect Temperature"=0.0 | |
D:"08.Effect Air Quality"=0.0 | |
D:"09.Effect Sanity"=0.0 | |
D:"10.Effect Hydration"=0.0 | |
D:"11.Effect Temperature Cap"=37.0 | |
}, | |
coldLight: { | |
B:"03.Enable Ambient Temperature"=true | |
D:"04.Ambient Temperature"=1.0 | |
}, | |
hotLight: { | |
S:"Parent Class"=coldLight | |
D:"04.Ambient Temperature"=2.0 | |
}, | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment