Skip to content

Instantly share code, notes, and snippets.

@thislooksfun
Created February 6, 2015 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thislooksfun/65d591df545f66fa9f6c to your computer and use it in GitHub Desktop.
Save thislooksfun/65d591df545f66fa9f6c to your computer and use it in GitHub Desktop.
{
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