> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/SkyFangames/La-Base-de-Sky/llms.txt
> Use this file to discover all available pages before exploring further.

# Settings Module

> Referencia completa del módulo Settings

## Ubicación

`LA BASE DE SKY/Data/Scripts/001_Settings/`

## Archivos

* `002_Settings.rb` - Settings principales de Essentials
* `003_BattleSettings.rb` - Configuración de batalla
* `004_Settings_Extra_Base.rb` - Settings específicos de La Base de Sky

## Constantes principales

### Combate

```ruby theme={null}
Settings::USE_NEW_EXP_SHARE = true
Settings::EXPSHARE_ENABLED = true
Settings::SHOW_MEGA_ANIM = true
Settings::SHOW_PRIMAL_ANIM = true
```

### UI

```ruby theme={null}
Settings::USE_MOVE_TYPE_BACKGROUNDS = true
Settings::SHOW_TYPE_EFFECTIVENESS_FOR_NEW_SPECIES = false
Settings::UI_PROMPT_DISPLAY = 2
```

### Rutas

```ruby theme={null}
Settings::DELUXE_GRAPHICS_PATH = "Graphics/Plugins/Deluxe Battle Kit/"
Settings::BATTLE_UI_GRAPHICS_PATH = "Graphics/Plugins/Enhanced Battle UI/"
```

<Card title="Ver configuración" icon="gear" href="/configuracion/ajustes-generales">
  Guía de configuración
</Card>
