summaryrefslogtreecommitdiff
path: root/docs/es/pet_aura.md
blob: cceaa694e05f893a7e88c4c525643d879ff3b5a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# pet\_aura

[<-Volver a:Characters](database-characters.md)

Leer en: [English :gb:](../pet_aura) [Spanish :es:](pet_aura)

**Tabla \`pet\_aura\`**

**Estructura**

| Field                | Type      | Attributes | Key | Null | Default | Extra | Comment                       |
| -------------------- | --------- | ---------- | --- | ---- | ------- | ----- | ----------------------------- |
| [guid][1]            | INT       | UNSIGNED   | PRI | NO   | 0       |       | Global Unique Identifier      |
| [casterGuid][2]      | BIGINT    | UNSIGNED   | PRI | NO   | 0       |       | Full Global Unique Identifier |
| [spell][3]           | MEDIUMINT | UNSIGNED   | PRI | NO   | 0       |       |                               |
| [effectMask][4]      | TINYINT   | UNSIGNED   | PRI | NO   | 0       |       |                               |
| [recalculateMask][5] | TINYINT   | UNSIGNED   |     | NO   | 0       |       |                               |
| [stackCount][6]      | TINYINT   | UNSIGNED   |     | NO   | 1       |       |                               |
| [amount0][7]         | MEDIUMINT | SIGNED     |     | NO   |         |       |                               |
| [amount1][8]         | MEDIUMINT | SIGNED     |     | NO   |         |       |                               |
| [amount2][9]         | MEDIUMINT | SIGNED     |     | NO   |         |       |                               |
| [base_amount0][10]   | MEDIUMINT | SIGNED     |     | NO   |         |       |                               |
| [base_amount1][11]   | MEDIUMINT | SIGNED     |     | NO   |         |       |                               |
| [base_amount2][12]   | MEDIUMINT | SIGNED     |     | NO   |         |       |                               |
| [maxDuration][13]    | INT       | SIGNED     |     | NO   | 0       |       |                               |
| [remainTime][14]     | INT       | SIGNED     |     | NO   | 0       |       |                               |
| [remainCharges][15]  | TINYINT   | UNSIGNED   |     | NO   | 0       |       |                               |

[1]: #guid
[2]: #casterguid
[3]: #spell
[4]: #effectmask
[5]: #recalculatemask
[6]: #stackcount
[7]: #amount
[8]: #amount
[9]: #amount
[10]: #baseamount
[11]: #baseamount
[12]: #baseamount
[13]: #maxduration
[14]: #remaintime
[15]: #remaincharges

**Descripción de los campos**

### guid

El GUID del objetivo afectado por el aura. Ver [character\_pet.id](character_pet#id).

### casterGuid

El GUID del jugador que lanzó el aura. Ver [characters.guid](characters#guid).

### spell

El hechizo desde el que se aplicó el aura. Ver [Spell.dbc](spell) columna 1.

### effectMask

El índice de efecto del hechizo del que proviene el aura. Un hechizo tiene hasta tres efectos, siendo el índice 0, 1 o 2.

### recalculateMask

`campo-sin-descripción|5`

### stackCount

Determina cuántas acumulaciones del hechizo tiene el personaje.

### amount

El valor del modificador asociado con el aura.

### base\_amount

`campo-sin-descripción|10-12`

### maxDuration

La duración máxima del aura.

### remainTime

El tiempo restante en segundos en el aura. -1 significa que el aura es indefinida.

### remainCharges

El número de cargas que quedan en el aura.