# Create New BattlePassItem

Remember that this item has to be added to the UIBattlePass in the Home Scene.

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

Pass Id: ShopItem Unique ID.

Item Title: Title of the Shopitem that appears in menus.

Item Description: Description of the item that appears in the menu.

Item Icon: ShopItem or package icon that will appear in the menu.

RewardType: Reward type when redeeming, you can only choose one.

RewardTier: Choose whether it will be free or paid, choosing paid will make it necessary to purchase the premium pass to redeem.

Currency Reward: Currency that the player earns when redeeming.

Icon Reward: Icon that the player earns when redeeming

Frame Reward: Frame that the player earns when redeeming

<figure><img src="/files/4pMLPiWOKZSuqXzw5CoL" alt=""><figcaption></figcaption></figure>

BattlePass Items: Battle Pass Scriptables List items that will appear in the UIBattlePassMenu, put them in the order you want them to appear.

PassEntry Prefab: Configured prefab that appears for each list item.

ContainerPassItems: Container where the PassEntry will be instantiated.

Error Message: Text where errors and important messages will appear.

Level text: Current pass level text.

Xp text: Shows current XP in numbers.

Xp progress bar: Shows current XP in a progress bar.

Current Season: Current season pass text.

Remaining Season time: season time remaining in days, hours, minutes and seconds format.

Button Buy Pass Visual: Button that appears only for players who have not yet purchased the pass and brings up the purchase menu.


---

# 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://bizachi-dev.gitbook.io/bullethell-elemental-template/scriptables/create-new-battlepassitem.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.
