# Boost (Consumables)

*Note: Concepts contained in this whitepaper are subject to change.*

The game supports two types of boosters: one for pack openings, and the other is used during gameplay.

## Pack Boosters <a href="#pack-boosters" id="pack-boosters"></a>

Pack boosters improve the chance of certain pulls from the packs.

* **A Gold Booster:** This is called a Scout Pass in GLG and increases the possibility of pulling a gold foil card.

## Player Boosters <a href="#player-boosters" id="player-boosters"></a>

Player boosters can be used during matches to improve the condition of the players. (Please note that player boosters can only be applied before the match)

* **Energy drink:** Increases player’s Stamina.
* **Health drink:** Increases player’s Health.
* **Morale drink:** Increases player’s Morale.
* **Speed drink:** Increases player’s chance to be in the hand.

&#x20;

Other types of boosters will be explored for future releases.


---

# 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://whitepaper-goals.genesisleaguesports.com/rewards/boost-consumables.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.
