# Making a Gun

- [Creating A Gun](https://mtgmodders.gitbook.io/etg-modding-guide/making-a-gun/making-the-gun.md)
- [Setting Up Gun Sprite Folders](https://mtgmodders.gitbook.io/etg-modding-guide/making-a-gun/making-the-gun/setting-up-gun-sprite-folders.md): A simple explanation of how to format gun sprite folders.
- [Creating Gun Jsons/Jtk2ds](https://mtgmodders.gitbook.io/etg-modding-guide/making-a-gun/making-the-gun/creating-gun-jsons.md)
- [Pixel Measurement Conversions](https://mtgmodders.gitbook.io/etg-modding-guide/making-a-gun/making-the-gun/creating-gun-jsons/pixel-measurement-conversions.md): A simple conversion guide from in-game pixels to numerical values
- [Setting Up Projectiles](https://mtgmodders.gitbook.io/etg-modding-guide/making-a-gun/setting-up-projectiles.md): An explanation of how to set up custom projectiles for a custom gun.
- [Adding Components To A Projectile](https://mtgmodders.gitbook.io/etg-modding-guide/making-a-gun/setting-up-projectiles/adding-components-to-a-projectile.md): A simple explanation of how to add components to a projectile.
- [Projectile HitEffects (Visual Effects)](https://mtgmodders.gitbook.io/etg-modding-guide/making-a-gun/setting-up-projectiles/projectile-hiteffects.md): A quick guide for setting up projectile HitEffects.
- [Adding status effects to a projectile](https://mtgmodders.gitbook.io/etg-modding-guide/making-a-gun/setting-up-projectiles/adding-status-effects-to-a-projectile.md)
- [Continuous Fire Animations](https://mtgmodders.gitbook.io/etg-modding-guide/making-a-gun/continuous-fire-animations.md): Explanation of how to make a gun use a continuous firing animation rather than a stop/start one.
- [Gun Ammo Types](https://mtgmodders.gitbook.io/etg-modding-guide/making-a-gun/gun-ammo-types.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mtgmodders.gitbook.io/etg-modding-guide/making-a-gun.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
