Ballistic table for a load
Returns velocity, energy, drop and time of flight at a set of distances for one ammunition load, adjusted for barrel length.
Anwendungsbeispiel
- 1
Eine Person fragt
- Show the ballistics of Federal HST 124 grain JHP.
- 2
Der Assistent ruft das Tool auf
tools/calljson{ "name": "gunspec_ammunition_ballistics", "arguments": { "id": "federal-hst-124jhp" }} - 3
Der Server antwortet
Ergebnisjson{ "ammunition": { "id": "federal-hst-124jhp", "name": "Federal Premium HST 124gr JHP", "caliberId": "9x19mm-parabellum" }, "barrelLengthMm": 102, "muzzleVelocityMps": 350, "muzzleEnergyJ": 492, "effectiveRangeM": 183, "terminalBallistics": { "tkoFactor": 7.2, "momentumKgMs": 2.81, "sectionalDensity": 0.141, "hatcherRSP": 36, "energyDensityJCm2": 772.4 }, "trajectory": [ { "distanceM": 0, "velocityMps": 350, "energyJ": 492, "dropCm": 0, "timeOfFlightS": 0, "machNumber": 1.02, "momentumKgMs": 2.81, "tkoFactor": 7.2, "energyDensityJCm2": 772.4 }, { "distanceM": 50, "velocityMps": 307, "energyJ": 380, "dropCm": 11.5, "timeOfFlightS": 0.153, "machNumber": 0.9, "momentumKgMs": 2.47, "tkoFactor": 6.3, "energyDensityJCm2": 595.8 }, { "distanceM": 100, "velocityMps": 282, "energyJ": 319, "dropCm": 51.4, "timeOfFlightS": 0.324, "machNumber": 0.82, "momentumKgMs": 2.26, "tkoFactor": 5.8, "energyDensityJCm2": 500.4 } ]}Am 17. Sept. 2026 von der Live-API erfasst. Listen und lange Texte sind für die Anzeige gekürzt.
Zugehörige Referenzen
Argumente
| Name | Typ | Beschreibung |
|---|---|---|
id (erforderlich) | string | The ammunition load slug, e.g. as returned by a list or search tool. |
barrel_length_mm | number | Barrel length used to adjust muzzle velocity. |
distances | string | Comma-separated distances in metres, e.g. "0,50,100,200". |