Skip to content

Commit

Permalink
fix crate duration vars
Browse files Browse the repository at this point in the history
  • Loading branch information
whatston3 committed Dec 23, 2024
1 parent 7b42b14 commit 664b75e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
- type: TradeCrate
valueAtDestination: 2000
valueElsewhere: 800
expressDeliveryTime: 600 # ten minutes, go go
expressDeliveryDuration: 600 # ten minutes, go go
expressOnTimeBonus: 1000
expressLatePenalty: 600 # 200/1400
- type: Icon
Expand Down Expand Up @@ -179,7 +179,7 @@
- type: TradeCrate
valueAtDestination: 5000
valueElsewhere: 2500
expressDeliveryTime: 1200 # twenty minutes, go go
expressDeliveryDuration: 1200 # twenty minutes, go go
expressOnTimeBonus: 2000
expressLatePenalty: 1500

Expand All @@ -205,7 +205,7 @@
- type: TradeCrate
valueAtDestination: 7500
valueElsewhere: 3750
expressDeliveryTime: 1200 # twenty minutes, go go
expressDeliveryDuration: 1200 # twenty minutes, go go
expressOnTimeBonus: 2500
expressLatePenalty: 2000

Expand All @@ -232,7 +232,7 @@
- type: TradeCrate
valueAtDestination: 10000
valueElsewhere: 5000
expressDeliveryTime: 1200 # twenty minutes, go go
expressDeliveryDuration: 1200 # twenty minutes, go go
expressOnTimeBonus: 5000
expressLatePenalty: 2500

Expand All @@ -259,7 +259,7 @@
- type: TradeCrate
valueAtDestination: 10000
valueElsewhere: 5000
expressDeliveryTime: 1200 # twenty minutes, go go
expressDeliveryDuration: 1200 # twenty minutes, go go
expressOnTimeBonus: 5000
expressLatePenalty: 2500

Expand Down

0 comments on commit 664b75e

Please sign in to comment.