DB/GroundEffectTexture: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 12: Line 12:
| 1  || ID || Integer ||  
| 1  || ID || Integer ||  
|- style="background:#F0F8FF;"
|- style="background:#F0F8FF;"
| 2  || [[GroundEffectDoodad.dbc|Effect Doodad 1]] || iRefId || References to Column 2.
| 2  || [[GroundEffectDoodad.dbc|Effect Doodad 1]] || iRefID || References to Column 2.
|- style="background:#F0F8FF;"
|- style="background:#F0F8FF;"
| 3  || [[GroundEffectDoodad.dbc|Effect Doodad 2]] || iRefId ||  
| 3  || [[GroundEffectDoodad.dbc|Effect Doodad 2]] || iRefID ||  
|- style="background:#F0F8FF;"
|- style="background:#F0F8FF;"
| 4  || [[GroundEffectDoodad.dbc|Effect Doodad 3]] || iRefId ||  
| 4  || [[GroundEffectDoodad.dbc|Effect Doodad 3]] || iRefID ||  
|- style="background:#F0F8FF;"
|- style="background:#F0F8FF;"
| 5  || [[GroundEffectDoodad.dbc|Effect Doodad 4]] || iRefId ||  
| 5  || [[GroundEffectDoodad.dbc|Effect Doodad 4]] || iRefID ||  
|-   
|-   
| 6  || Amount || Integer || from 0 (Nothing) to 16 (doodads almost everywhere)
| 6  || Amount || Integer || from 0 (Nothing) to 16 (doodads almost everywhere)

Revision as of 21:59, 30 November 2008

GroundEffectTexture.dbc is used for determining what doodads get used for the effects on textures (the ID thats used is the effectID on the base texture of each map chunk). These doodads are the little tiny plants & rocks you will see on the ground.

Structure

Column Field Type Notes
1 ID Integer
2 Effect Doodad 1 iRefID References to Column 2.
3 Effect Doodad 2 iRefID
4 Effect Doodad 3 iRefID
5 Effect Doodad 4 iRefID
6 Amount Integer from 0 (Nothing) to 16 (doodads almost everywhere)
7 Unknown Integer

Retrieved from "http://www.sourcepeek.com/wiki/GroundEffectTexture.dbc"