# Random Coins Talisman

The random coins talisman gives a random amount of coins in a random amount of time. It still is configurable so you have a control on how many coins a talisman will give.

You are allowed to change the custom texture of the talisman, minimum coins a player can receive, maximum coins a player can receive and also the intervals, as seen in the example below.

{% code title="random\_coins\_example.yml" %}

```yaml
    0:
      skull-texture: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTdmNTdlN2FhOGRlODY1OTFiYjBiYzUyY2JhMzBhNDlkOTMxYmZhYmJkNDdiYmM4MGJkZDY2MjI1MTM5MjE2MSJ9fX0='
      name: '&6Lucky Coins Talisman'
      #Minimum interval and maximum interval are numbers represented in minutes
      minimum-interval: 3
      maximum-interval: 7
      minimum-coins: 1
      maximum-coins: 5
      lore:
        - ''
        - '&7This talisman gives you'
        - '&7a small amount of coins'
        - '&7at random intervals.'
        - ''
        - '&7Coins Interval: &e3 - 7 minutes'
        - '&7Maximum Amount: &65 coins'
        - ''
        - '&eClick to upgrade!'
    1:
      skull-texture: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTU2NGU1NTM4MGQzOTkwMDJlMDFjZjBiMTI3NzRjZGE2YTdhMjZkODZiNTliZjg2MjkyODRlZjFhMzg3ZDRkMCJ9fX0='
      #How much does it cost to upgrade to this one
      upgrade-cost: 15000
      name: '&6Lucky Coins Ring'
      #Minimum interval and maximum interval are numbers represented in minutes
      minimum-interval: 5
      maximum-interval: 7
      minimum-coins: 3
      maximum-coins: 17
      lore:
        - ''
        - '&7This talisman gives you'
        - '&7a small amount of coins'
        - '&7at random intervals.'
        - ''
        - '&7Coins Interval: &e5 - 7 minutes'
        - '&7Maximum Amount: &617 coins'
        - ''
        - '&eClick to upgrade!'
```

{% endcode %}


---

# 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://d-ghinea.gitbook.io/royaleeconomy/talismans/random-coins-talisman.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.
