> ## 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.

# Battle Settings

> Configuración específica de batallas

## BattleSettings

Archivo: `003_BattleSettings.rb`

## Constantes

### Animaciones

```ruby theme={null}
# Duración de animaciones
BATTLE_ANIMATION_SPEED = 1.0

# Mostrar animaciones
SHOW_MOVE_ANIMATIONS = true
```

### Experiencia

```ruby theme={null}
# Escala de experiencia
EXP_SCALE = 1.0

# Máximo nivel
MAXIMUM_LEVEL = 100
```

### Mecánicas

```ruby theme={null}
# Mega Evolución
ENABLE_MEGA_EVOLUTION = true

# Dinamax (si está implementado)
ENABLE_DYNAMAX = false
```

<Card title="Ajustes batalla" icon="swords" href="/configuracion/ajustes-batalla">
  Configurar sistema de combate
</Card>
