> ## Documentation Index
> Fetch the complete documentation index at: https://docs.smzi.fr/llms.txt
> Use this file to discover all available pages before exploring further.

# Divers

> Other settings

## Pricing

To change an IBAN you need to pay the amount of money set in `ibanChange`, it's the same to order a bank card with `cardOrder`.
You can choose which account will be impacted by the fees with `accountName`

```LUA theme={null}
Config.prices = {
    accountName = "bank", --- Account to remove the money from
    ibanChange = 480, --- First IBAN Change is free, then charged the amount
    cardOrder = 200
}
```

## Item

The item to give when a player orders a card

```LUA theme={null}
Config.item = 'mastercard' --- 'mastercard', 'visa'
```

### ATMs

The ATM props that will be detected by our system.

```LUA theme={null}
Config.atmProps = {
    `prop_atm_01`,
    `prop_atm_02`,
    `prop_atm_03`,
    `prop_fleeca_atm`,
}
```
