BritannianShip : public override TimeSpan BoatDecayDelay => TimeSpan.FromDays(30);
BaseGalleon: private static readonly TimeSpan DecayPeriod = TimeSpan.FromDays(14);
BaseBoat: public virtual TimeSpan BoatDecayDelay => TimeSpan.FromDays(13);
What should decay be for Galleons? Should they have the same decay timer? I just see my Britannian Ship get sent to my moving crate sooner then I need to refresh my other galleons. Nothing in Lighthouse causing it, I just thought that might be the case, but it isn't handled there, Lighthouse just links the account.