Add macro wait times
This commit is contained in:
@@ -5,6 +5,7 @@ internal sealed class CarefulObservation : BaseAction
|
||||
public override ActionCategory Category => ActionCategory.Other;
|
||||
public override int Level => 55;
|
||||
public override uint ActionId => 100395;
|
||||
public override int MacroWaitTime => 3;
|
||||
|
||||
public override int DurabilityCost => 0;
|
||||
public override bool IncreasesStepCount => false;
|
||||
|
||||
Reference in New Issue
Block a user