Skip to content

Instantly share code, notes, and snippets.

@arturkot
Created May 7, 2014 18:27
Show Gist options
  • Save arturkot/c3584b5c39fd5d2dc73f to your computer and use it in GitHub Desktop.
Save arturkot/c3584b5c39fd5d2dc73f to your computer and use it in GitHub Desktop.
{
"colorPrimary": "#E2299E",
"colorSecondary": "#8D7B87",
"colorBg": "#EBD5E4",
"colorGradient": ["#b9157f", "#db2b9b"],
"minRange": "0",
"maxRange": "250000",
"isEasing": "true",
"isValPlusBonus": "true",
"isAddBonuses": "true",
"arcPrimary": [
{
"min": "0",
"max": "50000",
"bonus": "0.4"
},
{
"min": "50000",
"max": "100000",
"bonus": "0.45"
},
{
"min": "100000",
"max": "250000",
"bonus": "0.5"
}
],
"arcSecondary": [
{
"min": "0",
"max": "2000",
"bonus": "0"
},
{
"min": "2000",
"max": "250000",
"bonus": "0.2"
}
],
"sidebar": [
{
"min": "0",
"max": "2000"
},
{
"min": "2000",
"max": "5000"
},
{
"min": "5000",
"max": "15000"
},
{
"min": "15000",
"max": "30000"
},
{
"min": "30000",
"max": "250000"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment