Base layout to keep in mind for rules (12 is any given cell):
|20_21_22_23_24|
|15_16_17_18_19|
|10_11_12_13_14|
|5__6__7__8__9_|
|0__1__2__3__4_|
Base layout to keep in mind for rules (4 is any given cell):
|6__7__8|
|3__4__5|
|0__1__2|
Rules such as {"{\"7\":255,\"12\":255}":{"7":255,"12":1}} do not function appropriately due to overwriting. Use {"{\"17\":255,\"12\":255}":{"17":1,"12":255}} instead
List rules in order of importance(Most to least)
Rules: JSON Input (For example: {"{\"4\":[1],\"7\":[255]}":{"4":255,"7":1}} for a falling rule)