# Shoot

## Overview

When your team holds the ball, the Shoot button is your main tool for taking a shot at the net, and it gives you a lot of control over the game. Shooting requires strategy and skill, as you calculate the risk and reward of taking a shot. Score a bucket and earn points, but miss and risk losing possession of the rock. This is the primary skill-based mechanic in the game with a QTE (quick time event) when taking the action.

* Summary: An instant action that lets the player shoot the ball
* Category: Offensive
* Activate: Press and release Action Bar
* Key Boosts: Shooting (far shots) and Finish (Close Shots/dunks)

<figure><img src="/files/xjVSmzkfmbr6y9Fvn8bc" alt=""><figcaption></figcaption></figure>

## Detailed Description

**How it works:**

* The player presses and holds the Shoot button
* Quick time event Action Bar appears on the screen
* Arrow moves across the bar
* The player tries to release the button when the arrow is in the green zone
* Kong shoots the ball
* Successful Action Bar results in making the shot
* Failed Action Bar results in missing the basket

<figure><img src="/files/4bAFTTJXcuaHTUJ4WQrR" alt=""><figcaption><p>A successful shot in the RKL mobile game</p></figcaption></figure>

## **Action Bar:**

For more information about the Action Bar, you can click here: [Action Bar](/core-gameplay/action-bar.md)

## **Blocking:**

Remember, the opposing team can block your shot, which adds a thrilling element of risk to the game. Blocking is button-based, and depends on the position of the opposing Kongs and their Defense Boost level.

* Is an opposing Kong within 2 meters of the ball's flight path (yes/no)
* What is the Defense Boost of the Kong in position? Kongs with high Defense have a better chance of blocking the ball.
* What is the Shooting / Finish Boost of the Kong shooting the ball? Kongs with high Shooting / Finish have an better time making a shot.


---

# 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://docs.rumblekongleague.com/core-gameplay/action-buttons/shoot.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.
