-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f94613f
commit d99f015
Showing
255 changed files
with
9,533 additions
and
13,322 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
Interface/AddOns/Blizzard_APIDocumentationGenerated/AuctionHouseConstantsDocumentation.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
local AuctionHouseConstants = | ||
{ | ||
Tables = | ||
{ | ||
{ | ||
Name = "AuctionConstants", | ||
Type = "Constants", | ||
Values = | ||
{ | ||
{ Name = "DEFAULT_AUCTION_PRICE_MULTIPLIER", Type = "number", Value = 1.5 }, | ||
}, | ||
}, | ||
}, | ||
}; | ||
|
||
APIDocumentation:AddDocumentationTable(AuctionHouseConstants); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 49 additions & 0 deletions
49
Interface/AddOns/Blizzard_APIDocumentationGenerated/DelvesConstantsDocumentation.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
local DelvesConstants = | ||
{ | ||
Tables = | ||
{ | ||
{ | ||
Name = "CompanionConfigSlotTypes", | ||
Type = "Enumeration", | ||
NumValues = 3, | ||
MinValue = 0, | ||
MaxValue = 2, | ||
Fields = | ||
{ | ||
{ Name = "Role", Type = "CompanionConfigSlotTypes", EnumValue = 0 }, | ||
{ Name = "Utility", Type = "CompanionConfigSlotTypes", EnumValue = 1 }, | ||
{ Name = "Combat", Type = "CompanionConfigSlotTypes", EnumValue = 2 }, | ||
}, | ||
}, | ||
{ | ||
Name = "CurioRarity", | ||
Type = "Enumeration", | ||
NumValues = 4, | ||
MinValue = 1, | ||
MaxValue = 4, | ||
Fields = | ||
{ | ||
{ Name = "Common", Type = "CurioRarity", EnumValue = 1 }, | ||
{ Name = "Uncommon", Type = "CurioRarity", EnumValue = 2 }, | ||
{ Name = "Rare", Type = "CurioRarity", EnumValue = 3 }, | ||
{ Name = "Epic", Type = "CurioRarity", EnumValue = 4 }, | ||
}, | ||
}, | ||
{ | ||
Name = "DelvesConsts", | ||
Type = "Constants", | ||
Values = | ||
{ | ||
{ Name = "DELVES_MIN_PLAYER_LEVEL_CONTENT_TUNING_ID", Type = "number", Value = 2677 }, | ||
{ Name = "DELVES_NORMAL_KEY_CURRENCY_ID", Type = "number", Value = 3028 }, | ||
{ Name = "DELVES_COMPANION_TOOLTIP_WIDGET_SET_ID", Type = "number", Value = 1331 }, | ||
{ Name = "DELVES_COMPANION_TRAIT_SYSTEM_ID", Type = "number", Value = 6 }, | ||
{ Name = "BRANN_COMPANION_INFO_ID", Type = "number", Value = 1 }, | ||
{ Name = "BRANN_MAX_LEVEL", Type = "number", Value = 60 }, | ||
{ Name = "BRANN_XP_FACTION_ID", Type = "number", Value = 1203 }, | ||
}, | ||
}, | ||
}, | ||
}; | ||
|
||
APIDocumentation:AddDocumentationTable(DelvesConstants); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.