On the Subject of Staring at the Stares

I've striked so many times to these eyes.

For those who are familiar with the original manual

Interact with every eye at least once.

Desired States

Red:
Normal or Special-Plain = Close
Small or Special-Rifted = Open
Special-Warped = Open if even amount of same eyes

Burgundy:
Open if the eye type/background combo XNOR every other eye responds true.

Gold:
Open if total amount of eyes is less than the initial bomb time in minutes; if eye is small, do the opposite.

Yellow or Purple:
More of either color: open that color and close the other.
In indicators: Prospit > Derse; open yellows
In indicators: Prospit < Derse; open purples
Tie in both: open both colors.

Green:
Open if amount of non-needy modulesis divisible by:
Plain: 3
Warped: 5
Rifted: 7

Turquoise:
(unique eye type XOR unique background) XOR turquoise in serial = True : Open

Gray:
x = (0 + (1 * small) + (2 * normal) + (3 * special) + (5 * rifted) + (7 * warped)) % 50
x / 3 xor x / 7 = True : Close

Exception: If there's 4 numbers and only "DD" as letters in the serial number, close all eyes.

Time Conditions

0: open
1: unique color
2: exactly 2 evens in SN
3: ≥ 3 colors
4: Normal NOR Plain
5: solved / 5
6: Green or Gold or Gray
7: Small XOR (Red nor Burgundy)
8: = 8 eyes
9: none apply