DB/BarberShopStyle: Difference between revisions

From wowdev
Jump to navigation Jump to search
Line 17: Line 17:
|20  || AdditionalName  || [[Loc]] || Is null for all in this build.
|20  || AdditionalName  || [[Loc]] || Is null for all in this build.
|-
|-
|37 || Unknown || Float || 0.75 for facials, 1.0 for hair. Price modifier?
|37 || CostModifier || Float || 0.75 for facials, 1.0 for hair.
|- style="background:#F0F8FF;"
|- style="background:#F0F8FF;"
|38  || [[ChrRaces.dbc|Race]]  || iRefID  ||  
|38  || [[ChrRaces.dbc|Race]]  || iRefID  ||  

Revision as of 17:13, 16 April 2011

This file got added with Wrath of the Lich King. It defines which option in the barber shop is responsible for which style. They have a name and fields defining what will change.

Structure

Column Field Type Notes
1 ID Integer
2 Type Integer 0 - Hair Style, 1 - Hair Color, 2 - Facial Hairstyle
3 Name Loc A name to describe what changes or how it is called.
20 AdditionalName Loc Is null for all in this build.
37 CostModifier Float 0.75 for facials, 1.0 for hair.
38 Race iRefID
39 Gender Integer
40 ID2 / hair_id Integer This is option $ID2 in the shop when looking in category $Type. OR "real ID to hair/facial hair"

--schlumpf_ 00:13, 29 September 2008 (CEST)