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

# breed

> Obtenir l'ID de classe/race du personnage.

Obtenir l'ID de classe/race du personnage.

#### 🎮 Méthode

```lua theme={null}
character:breed()
```

#### 💎 Valeur de retour

| Type  | Description        |
| ----- | ------------------ |
| `int` | ID de race (1–18). |

#### 💡 Exemple

```lua theme={null}
local breedId = character:breed()
-- 1=Feca, 2=Osomuk, 3=Enutrof, 4=Sram, 5=Xelor, 6=Ecaflip
-- 7=Eniripsa, 8=Iop, 9=Cra, 10=Sadida, 11=Sacrieur, 12=Pandawa
-- 13=Rogue, 14=Masqueraider, 15=Foggernaut, 16=Eliotrope
-- 17=Huppermage, 18=Ouginak
```

***

## Progression & Niveau
