Skip to content

Commit

Permalink
Update rsobjects.simba
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Sep 7, 2021
1 parent d882615 commit 2d164e7
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions osr/waspobjects/rsobjects.simba
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,14 @@ begin
LunarBank.UpText := ['Bank ', 'booth'];
LunarBank.Finder.Colors += CTS2(3824749, 15, 0.06, 1.00);


PestControlNovicePlank.SetupCommon;
PestControlNovicePlank.UpText := ['Cross', 'Gangplank'];
PestControlNovicePlank.Finder.Colors += CTS2(4812167, 21, 0.04, 0.35);

PestControlIntermidiatePlank := PestControlNovicePlank;
PestControlVeteranPlank := PestControlNovicePlank;

MysteriousRuins.SetupCommon;
MysteriousRuins.UpText := ['Mysterious'];
MysteriousRuins.Finder.ColorClusters += [CTS2(5721426, 16, 2.63, 0.35),
Expand Down Expand Up @@ -721,12 +729,12 @@ begin

LunarBank.SetupCommon(Walker, 7, [[4381, 1259]]);

PestControlNovicePlank.SetupCommon(Walker, [1, 0.8, 0], [[7623, 4136]]);
PestControlIntermidiatePlank.SetupCommon(Walker, [1, 0.8, 0], [[7562, 4116]]);
PestControlVeteranPlank.SetupCommon(Walker, [1, 0.8, 0], [[7538, 4079]]);

BurningFire.SetupCommon(Walker, 1, []);




WintertodtBank.SetupCommon(Walker, 4, [[1954, 673]]);
WintertodtGate.SetupCommon(Walker, 3, 10, [[1920, 578], [1908, 578], [1896, 578]]);

Expand Down

0 comments on commit 2d164e7

Please sign in to comment.