add collection rate for salvager modules and respect collection range of each of these modules

This commit is contained in:
2026-06-02 21:20:44 +02:00
parent 9d0a60a93b
commit f921f00a0d
8 changed files with 64 additions and 24 deletions

View File

@@ -5,4 +5,6 @@ struct SalvageCargoComponent
int capacity;
int current;
float collectionRange;
int collectionIntervalTicks;
int cooldownTicksRemaining;
};