Skip to content

Travel & Events

Travel is how you realize arbitrage, but it’s also where most volatility and punishment happens.

For every move:

  • Cash cost: based on route distance
  • Energy cost: ceil(cashCost / 50)

Travel also reduces your risk modifier by 0.1 (down to a floor of 0), helping you cool down over time.

LocationBase Risk
Bel Air5%
Stabroek10%
Bourda10%
Eccles10%
Ogle15%
Agricola20%
Albouystown30%
Charlestown30%

On travel, event trigger chance is:

min(1, locationRisk + playerRiskModifier + weaponRisk)

Travel also lowers your current risk modifier by 0.1 after the move resolves.

Additional pressure can come from bounty heat.

If an event triggers:

  1. CANU Bust check first
    • Base chance: 25%
    • Bounty bonus:
      • +20% at bounty >= 5,000
      • +50% at bounty >= 15,000
      • +100% at bounty >= 30,000
  2. If CANU not selected, event is random among:
    • Scrape
    • Flood
    • Lucky Find

At bounty >= 30,000 traveling into high-risk zones (risk >= 20%), CANU bust is forced.

  • Base loss: 30% of each inventory good
  • Defense mitigates losses up to 80% cap
  • Effective loss:
lossPct = 0.30 * (1 - min(0.8, defense / 100))

Insurance (if active) halves CANU inventory losses again.

  • Without goons: lose 20% of carry cash
  • With goons: cash loss prevented, but 1 goon is lost
  • In Eccles: lose 10% of goods
  • Other locations: flavor event only (no inventory loss)
  • Gain 5 units of a random good
MitigationBest Against
Higher defense gearCANU bust inventory loss
Keeping bounty lowForced/boosted CANU odds
Banking profitsScrape cash loss exposure
Route planning around EcclesFlood inventory loss
Maintaining goonsScrape cash denial (at goon attrition cost)
  • Don’t travel full-inventory with no defense in high-risk neighborhoods.
  • Reduce heat (bounty/risk) before long reposition routes.
  • Keep emergency cash for one extra move if prices shift.
  • Use Safehouse before high-risk travel when protecting rank matters most.
  • Travel also decays bounty by 2% per move, so repositioning can cool heat slightly even when it costs cash and energy.