Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
adjusted SP bar thresholds for special colo
Browse files Browse the repository at this point in the history
  • Loading branch information
MgAl2O4 committed Feb 28, 2021
1 parent cc5c243 commit 34d7541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SINoVision/ScannerCombatBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public override string ToString()
protected Point[] posStatOffset = { new Point(1, 3), new Point(14, 3), new Point(26, 3), new Point(37, 3) };

private FastPixelMatch matchSPFull = new FastPixelMatchHueMono(40, 55, 90, 255);
private FastPixelMatch matchSPEmpty = new FastPixelMatchHueMono(0, 360, 0, 50);
private FastPixelMatch matchSPEmpty = new FastPixelMatchMono(0, 55);
private FastPixelMatch matchActionAvail = new FastPixelMatchMono(180, 255);
private FastPixelMatch matchBoostIn = new FastPixelMatchHueMono(-10, 60, 80, 255);
private FastPixelMatch matchBoostOut = new FastPixelMatchHSV(-40, 30, 0, 100, 0, 40);
Expand Down

0 comments on commit 34d7541

Please sign in to comment.