Skip to content

Commit

Permalink
Update rsobjects.simba
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Aug 31, 2021
1 parent f60b8b6 commit 24de91b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions osr/waspobjects/rsobjects.simba
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ begin
CTS2(5987170, 16, 0.18, 0.06), 40];

AlKharidBank.SetupCommon;
AlKharidBank.UpText := ['Bank', 'booth'];
AlKharidBank.UpText := ['Bank ', 'booth'];
AlKharidBank.Finder.ColorClusters += [CTS2(5594210, 18, 0.24, 0.28),
CTS2(1134701, 12, 0.07, 2.30), 15];
AlKharidBank.Finder.ClusterDistance := 2;
Expand All @@ -162,7 +162,7 @@ begin


ArdougneNorthBank.SetupCommon;
ArdougneNorthBank.UpText := ['Bank', 'booth'];
ArdougneNorthBank.UpText := ['Bank ', 'booth'];
ArdougneNorthBank.Finder.ColorClusters += [CTS2(5594210, 18, 0.24, 0.27),
CTS2(1134701, 12, 0.07, 2.30), 20];
ArdougneNorthBank.Finder.ClusterDistance := 1;
Expand All @@ -174,7 +174,7 @@ begin


CatherbyBank.SetupCommon;
CatherbyBank.UpText := ['Bank', 'booth'];
CatherbyBank.UpText := ['Bank ', 'booth'];
CatherbyBank.Finder.ColorClusters += [CTS2(5594210, 18, 0.24, 0.28),
CTS2(1134701, 12, 0.07, 2.30), 5];
CatherbyBank.Finder.ClusterDistance := 1;
Expand All @@ -188,7 +188,7 @@ begin


EdgevilleBank.SetupCommon;
EdgevilleBank.UpText := ['Bank', 'booth'];
EdgevilleBank.UpText := ['Bank ', 'booth'];
EdgevilleBank.Finder.ColorClusters += [CTS2(3571097, 21, 0.05, 1.43),
CTS2(6317676, 20, 0.25, 0.20), 5];
EdgevilleBank.Finder.ClusterDistance := 15;
Expand All @@ -197,14 +197,14 @@ begin


FaladorEastBank.SetupCommon;
FaladorEastBank.UpText := ['Bank', 'booth'];
FaladorEastBank.UpText := ['Bank ', 'booth'];
FaladorEastBank.Finder.Colors += CTS2(4086642, 5, 0.08, 0.55);
FaladorEastBank.Finder.ClusterDistance := 15;
FaladorEastBank.Finder.Erode := 2;
FaladorEastBank.Finder.Erode := 3;

FaladorWestBank.SetupCommon;
FaladorWestBank.UpText := ['Bank', 'booth'];
FaladorWestBank.UpText := ['Bank ', 'booth'];
FaladorWestBank.Finder.Colors += CTS2(4086642, 5, 0.08, 0.55);
FaladorWestBank.Finder.ClusterDistance := 15;
FaladorWestBank.Finder.Erode := 2;
Expand All @@ -213,7 +213,7 @@ begin


SeersBank.SetupCommon;
SeersBank.UpText := ['Bank', 'booth'];
SeersBank.UpText := ['Bank ', 'booth'];
SeersBank.Finder.ColorClusters += [CTS2(2902103, 15, 0.04, 0.40),
CTS2(4281697, 17, 0.08, 0.11), 5];
SeersBank.Finder.ClusterDistance := 10;
Expand All @@ -238,7 +238,7 @@ begin


PrifddinasBank.SetupCommon;
PrifddinasBank.UpText := ['Bank', 'booth'];
PrifddinasBank.UpText := ['Bank ', 'booth'];
PrifddinasBank.Finder.ColorClusters += [CTS2(11576730, 32, 0.27, 0.29),
CTS2(5202024, 20, 0.14, 0.39), 50];
PrifddinasBank.Finder.ClusterDistance := 3;
Expand All @@ -250,7 +250,7 @@ begin


VarrockEastBank.SetupCommon;
VarrockEastBank.UpText := ['Bank', 'booth'];
VarrockEastBank.UpText := ['Bank ', 'booth'];
VarrockEastBank.Finder.ColorClusters += [CTS2(665133, 6, 0.33, 7.14),
CTS2(1852754, 6, 0.07, 2.13), 20];
VarrockEastBank.Finder.ColorClusters += [CTS2(2908017, 6, 0.11, 3.24),
Expand Down Expand Up @@ -348,7 +348,7 @@ begin


LunarBank.SetupCommon;
LunarBank.UpText := ['Bank', 'booth'];
LunarBank.UpText := ['Bank ', 'booth'];
LunarBank.Finder.Colors += CTS2(3824749, 15, 0.06, 1.00);

MysteriousRuins.SetupCommon;
Expand Down

0 comments on commit 24de91b

Please sign in to comment.