G2A Many GEOs
SHARE
TWEET

Sunless Sea Hunger and Supplies

wlerin Feb 17th, 2015 (edited) 910 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Crew        Hunger per 10 sec   Seconds per Supply      Overhunger
  2. 1           0                   -                       -
  3. 2           1                   500                     -
  4. 3-5         2                   250                     -
  5. 6           3                   170                     1
  6. 7-9         4                   130                     2
  7. 10          5                   100                     -
  8. 11-13       6                   90                      4
  9. 14          7                   80                      6
  10. 15-17       8                   70                      6
  11. 18          9                   60                      4
  12. 19-21       10                  50                      -
  13. 22          11                  50                      5
  14. 23-25       12                  50                      10
  15. 26          13                  40                      2
  16. 27-29       14                  40                      6
  17. 30          15                  40                      10
  18.  
  19. The game uses ties-round-to-even, which is the Unity default https://docs.unity3d.com/ScriptReference/Mathf.Round.html
  20.  
  21. Seconds per Supply == ( 50 hunger per supply / hunger per tick ) * 10 seconds
  22.  
  23. Overhunger: The crew is fed whenever hunger reaches (or passes) 50. When hunger jumps past 50, each crate of supplies is worth a little more. "Overhunger" represents this excess hunger.
  24.  
  25.  
  26. Optimal crew is the largest range just above half-crew, so e.g. for the Merchant Cruiser with 30 crew, optimal crew would be 16-18.
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Top