TravelTimN / oregon-trail-python

Oregon Trail, in Python
2 stars 0 forks source link

River Crossing anomalies #7

Open TravelTimN opened 1 year ago

TravelTimN commented 1 year ago

Fording:

if D < 2.5:
  if BT = 2 (rocky):
    16% of overturning

This isn't possible. Only the Green and Snake rivers have BT = 2 (rocky). The Green has a min_depth of 20ft. The Snake has a min_depth of 6ft.


Fording:

NOTE: Most of these risks are reduced by 80% if you hire a Native American guide.

You can only hire help at the Snake River Crossing. However, you cannot select "hire help" and "ford" simultaneously.