Changed Defaults

This commit is contained in:
CyanideX
2017-05-26 19:17:48 -07:00
committed by GitHub
parent 52110960f3
commit 50ce18eacc

View File

@@ -6,17 +6,17 @@
},
"lite": {
"name": "Lite",
"radius": 7,
"radius": 8,
"description": "Less passes, weaker effect, greater performance."
},
"strong": {
"name": "Strong",
"radius": 40,
"radius": 32,
"description" : "More passes, stronger effect, lesser performance."
},
"ultra_strong": {
"name": "Ultra Strong",
"radius": 100,
"radius": 64,
"description": "Too many passes, strongest effect, worst performance. It's like having Vaseline in your eyes."
}
}
}