Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wind seems to not effect the calculation for Tube Mortars #9

Open
attrib opened this issue Jan 31, 2023 · 1 comment
Open

Wind seems to not effect the calculation for Tube Mortars #9

attrib opened this issue Jan 31, 2023 · 1 comment
Labels
arty calc Artillery Calculator help wanted Extra attention is needed

Comments

@attrib
Copy link
Owner

attrib commented Jan 31, 2023

Issue by Morgeta

Bazlow and me did some digging, and I also talked to Yabba.

Tube Mortars are currently not effected by Wind (in the calculator).

Yabba couldn't find any value here which would be correct and didn't wanted to just use a wild guess.
Bazlow and me also didn't found anything on our research trip. And we tried to understand how it works in game for couple of hours.

Also SC/Tempest is missing the Splash Radius. Same as for the Tube applies here.

For now there is nothing we can do here. If somebody has more insights here and wants to share this, please speak up or DM me.
So we need community feedback/research here.

@attrib attrib added help wanted Extra attention is needed arty calc Artillery Calculator labels Jan 31, 2023
@attrib
Copy link
Owner Author

attrib commented Jan 31, 2023

For tubes the "offset" is missing:

    "Tube Mortars": {
      "min": 45,
      "max": 80,
      "minAcc": 2.5,
      "maxAcc": 9.45,
      "offset": 0,
      "ammo": "Mortar Shells",
      "team": "N"
    },

For SC/Tempest the minAcc/maxAcc is missing:

    "Tempest": {
      "min": 350,
      "max": 500,
      "minAcc": 0,
      "maxAcc": 0,
      "offset": 50,
      "ammo": "300mm",
      "team": "N"
    },
    "Storm Cannon": {
      "min": 400,
      "max": 1000,
      "minAcc": 0,
      "maxAcc": 0,
      "offset": 50,
      "ammo": "300mm",
      "team": "N"
    }

From https://github.com/attrib/foxhole-map-annotate/blob/master/frontend/tools/sidebarArty.js

@attrib attrib moved this to Todo in Warden Express Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arty calc Artillery Calculator help wanted Extra attention is needed
Projects
Status: Todo
Development

No branches or pull requests

1 participant