Skip to content

Commit

Permalink
fix: adjusted PostScriptum GER 8CM mortar velocity and resulting max …
Browse files Browse the repository at this point in the history
…distance

new value is on average closer to the table values provided in game
  • Loading branch information
Endebert committed Jul 9, 2018
1 parent ef728cd commit 20dcf76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/Vars.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export const MIN_DISTANCE = 50;
export const FOB_RANGE = 150;
export const FOB_DISTANCE = 400;
export const SQUAD_VELOCITY = 110;
export const PS_8CM_VELOCITY = 108;
export const PS_8CM_VELOCITY = 108.4;
export const PS_4INCH_VELOCITY = 160;
export const PS_3INCH_VELOCITY = 120;
export const SQUAD_MAX_DISTANCE = 1234;
export const PS_8CM_MAX_DISTANCE = 1190;
export const PS_8CM_MAX_DISTANCE = 1199;
export const PS_4INCH_MAX_DISTANCE = 2612;
export const PS_3INCH_MAX_DISTANCE = 1469;
export const GRAVITY = 9.80;
Expand Down

0 comments on commit 20dcf76

Please sign in to comment.