Skip to content

Commit 4a0b3b2

Browse files
committed
First set of WTL ported enums
1 parent 9236263 commit 4a0b3b2

18 files changed

Lines changed: 1264 additions & 0 deletions

meta/enums/CharSectionType.dbde

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
0 Skin
2+
1 Face
3+
2 FacialHair
4+
3 Hair
5+
4 Underwear
6+
5 HDSkin
7+
6 HDFace
8+
7 HDFacialHair
9+
8 HDHair
10+
9 HDUnderwear
11+
10 Custom1
12+
11 HDCustom1
13+
12 Custom2
14+
13 HDCustom2
15+
14 Custom3
16+
15 HDCustom3

meta/enums/CharSex.dbde

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
0 Male
2+
1 Female
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
1 ClassReq
2+
2 NPC
3+
3 ChrCustomizationReqChoice
4+
4 Transmog

meta/enums/ComponentSection.dbde

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
0 ArmUpper
2+
1 ArmLower
3+
2 Hand
4+
3 TorsoUpper
5+
4 TorsoLower
6+
5 LegUpper
7+
6 LegLower
8+
7 Foot
9+
8 Accessory
10+
9 ScalpUpper
11+
10 ScalpLower
12+
11 UNK0
13+
12 Tattoo unk0
14+
13 Tattoo unk1

meta/enums/CriteriaAdditionalCondition.dbde

Lines changed: 348 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
0 SINGLE
2+
1 SINGLE_NOT_COMPLETED
3+
4 ALL
4+
5 SUM_CHILDREN
5+
6 MAX_CHILD
6+
7 COUNT_DIRECT_CHILDREN
7+
8 ANY
8+
9 SUM_CHILDREN_WEIGHT

meta/enums/GeosetType.dbde

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
0 Skin/Hair
2+
1 Face 1
3+
2 Face 2
4+
3 Face 3
5+
4 Gloves
6+
5 Boots
7+
6 Tail
8+
7 Ears
9+
8 Sleeves
10+
9 Kneepads
11+
10 Chest
12+
11 Pants
13+
12 Tabard
14+
13 Trousers
15+
14 DH Loincloth
16+
15 Cloak
17+
16 Mechagnome Chin
18+
17 Eyeglows
19+
18 Belt
20+
19 Bone
21+
20 Feet
22+
22 Torso
23+
23 Hand attachment
24+
24 Head attachment
25+
25 DH Blindfolds
26+
29 Mechagnome Arms/Hands
27+
30 Mechagnome Legs
28+
31 Mechagnome Feet
29+
32 Face
30+
33 Eyes
31+
34 Eyebrows
32+
35 Earrings
33+
36 Necklace
34+
37 Headdress
35+
38 Tails
36+
39 Vines
37+
40 Tusks
38+
41 Noses
39+
42 Hair decoration
40+
43 Horn decoration

meta/enums/ItemBonusTypes.dbde

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
0 NoBonus
2+
1 IncreaseILVLBy // Increase iLevel by {#Item Level}
3+
2 IncreaseBonusStat // Increase Bonus Stat {@g_bonusStatFields} by {#Percentage}% of budget
4+
3 SetItemQuality // Set Item Quality to {@ITEM_QUALITY}
5+
4 AddCustomTooltip // Add Custom Tooltip "{ItemNameDescription}" in slot {#Slot}
6+
5 SetNameSuffix // Set Name Suffix "{ItemNameDescription}" at priority {#Priority}
7+
6 AddSockets // Add {#Num Sockets} socket(s) of type {$Item Socket Type}
8+
7 SetItemAppearanceModifier // Set Item Appearance Modifier "{ItemAppearanceModifier}" at priority {#Priority}
9+
8 IncreaseRequiredLevel // Increase required level by {#Required Level}
10+
9 ToastItemOnReceived // When received, toast item with "{$Item Toast}" at priority {#Priority}
11+
10 MultiplyRepairCost // Multiply repair cost by {#Repair Cost Multiplier}%
12+
11 ScalingStateDistribution // Scaling Stat Distribution "{ScalingStatDistribution}" at priority {#Priority}
13+
12 SetDisenchantLoot // Set Disenchant Loot to "{Treasure}" at priority {#Priority}
14+
13 FixedStatDistribution // Fixed Stat Distribution "{ScalingStatDistribution}" at priority {#Priority} + ContentTuning (optional) "{ContentTuning}"
15+
14 PreviewasItemPyramid
16+
15 IsClientPreview
17+
16 SetBindType // Set Bind Type to {@ITEM_BIND}
18+
17 SecondaryRelicPowerLabel
19+
18 SetRequiredLevel // Set Required Level to {#Required Level}
20+
19 AzeriteTierUnlockSetID
21+
21 CanDisenchant
22+
22 CanScrap
23+
23 ItemEffectID
24+
25 ModifiedCraftingStat
25+
27 RequiredLevelCurve
26+
30 ItemDescription
27+
31 LegendaryName
28+
34 ItemBonusListGroupID
29+
35 ItemLimitCategoryID
30+
37 ItemConversionID
31+
42 BaseItemLevel

meta/enums/ItemStatType.dbde

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
0 MANA
2+
1 HEALTH
3+
2 ENDURANCE
4+
3 AGILITY
5+
4 STRENGTH
6+
5 INTELLECT
7+
6 SPIRIT_UNUSED // Removed in 7.3.0
8+
7 STAMINA
9+
8 ENERGY
10+
9 RAGE
11+
10 FOCUS
12+
11 WEAPON_SKILL_RATING_OBSOLETE
13+
12 DEFENSE_SKILL_RATING
14+
13 DODGE_RATING
15+
14 PARRY_RATING
16+
15 BLOCK_RATING
17+
16 HIT_MELEE_RATING
18+
17 HIT_RANGED_RATING
19+
18 HIT_SPELL_RATING
20+
19 CRIT_MELEE_RATING
21+
20 CRIT_RANGED_RATING
22+
21 CRIT_SPELL_RATING
23+
22 CORRUPTION
24+
23 CORRUPTION_RESISTANCE
25+
24 MODIFIED_CRAFTING_STAT_1
26+
25 MODIFIED_CRAFTING_STAT_2
27+
26 CRIT_TAKEN_RANGED_RATING // Removed
28+
27 CRIT_TAKEN_SPELL_RATING // Removed
29+
28 HASTE_MELEE_RATING // Removed
30+
29 HASTE_RANGED_RATING // Removed
31+
30 HASTE_SPELL_RATING // Removed
32+
31 HIT_RATING
33+
32 CRIT_RATING
34+
33 HIT_TAKEN_RATING // Removed
35+
34 CRIT_TAKEN_RATING // Removed
36+
35 RESILIENCE_RATING
37+
36 HASTE_RATING
38+
37 EXPERTISE_RATING
39+
38 ATTACK_POWER
40+
39 RANGED_ATTACK_POWER
41+
40 VERSATILITY
42+
41 SPELL_HEALING_DONE
43+
42 SPELL_DAMAGE_DONE
44+
43 MANA_REGENERATION // Removed
45+
44 ARMOR_PENETRATION_RATING // Removed
46+
45 SPELL_POWER
47+
46 HEALTH_REGEN
48+
47 SPELL_PENETRATION
49+
48 BLOCK_VALUE // Removed
50+
49 MASTERY_RATING
51+
50 EXTRA_ARMOR
52+
51 FIRE_RESISTANCE
53+
52 FROST_RESISTANCE
54+
53 HOLY_RESISTANCE
55+
54 SHADOW_RESISTANCE
56+
55 NATURE_RESISTANCE
57+
56 ARCANE_RESISTANCE
58+
57 PVP_POWER
59+
58 CR_AMPLIFY // Deprecated
60+
59 CR_MULTISTRIKE // Deprecated
61+
60 CR_READINESS // Deprecated
62+
61 CR_SPEED
63+
62 CR_LIFESTEAL
64+
63 CR_AVOIDANCE
65+
64 CR_STURDINESS
66+
65 CR_UNUSED_7
67+
66 CR_CLEAVE
68+
67 CR_UNUSED_9
69+
68 CR_UNUSED_10
70+
69 CR_UNUSED_11
71+
70 CR_UNUSED_12
72+
71 AGI_STR_INT
73+
72 AGI_STR
74+
73 AGI_INT
75+
74 STR_INT
76+
75 PROFESSION_INSPIRATION
77+
76 PROFESSION_RESOURCEFULNESS
78+
77 PROFESSION_FINESSE
79+
78 PROFESSION_DEFTNESS
80+
79 PROFESSION_PERCEPTION
81+
80 PROFESSION_CRAFTING_SPEED
82+
81 PROFESSION_MULTICRAFT

meta/enums/MapTypes.dbde

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
0 NotInstanced
2+
1 PartyDungeon
3+
2 RaidDungeon
4+
3 PVPBattlefield
5+
4 ArenaBattlefield
6+
5 Scenario
7+
7 Housing
8+
8 Neighborhood

0 commit comments

Comments
 (0)