branchrust_reboot/main/naval_update/boat_better_shallow_water_behaviourcancel
7 Commits over 0 Days - ∞cph!
shallow water rebalance
- better depth values for speed reduction and unbeaching behaviour
- increased unbeaching accel, applies fraction of it upwards to separate better
- increased turning torque by 50% and raised floor of its velocity scaling
including water depth in shallow water velocity scaling
merge from deepsea_height_data
Two WIP behaviours that need unifying, beginning to fix unbeaching forces as well as implementing a MaxVelocity modifier in shallow water
- both are querying shore vector and water depth information from the same points, we should do this in one place and
- need to fix querying water depth as we don't have height info in the deep sea and it breaks it, don't want to do raycasts so we need to blit this in as well really