Thank you for sharing! Does it currently support multiple currencies? When I modify idle_rules.json in the file you provided like so, the LAY_MONSTERS layout break and I get lots of errors:
Original:
"currencies": {
"primary": {
"label": "Points",
"description": ""
}
My revision (which breaks):
"currencies": {
"primary": {
"label": "Points",
"description": ""
},
"secondary": {
"label": "Points2",
"description": ""
}
},
Any thoughts?