Template:WikiCardPool table/doc

From Hearthstone Wiki
Jump to navigation Jump to search

Storing pages[edit source]

page count
Template:WikiCardPool table/store1 221

Usage[edit source]

Pools of cards for generation

Template parameters

ParameterDescriptionTypeStatus
idid

Wiki identifier, served as primary key

Numberrequired
mockupNamemockupName

Wiki's internal string to describe the usage of the pool

Stringoptional
sectionNamesectionName

Official pool name, displayed on Wiki articles

Stringoptional
descriptiondescription

Pool description, displayed on Wiki articles

Stringoptional
generatorDbfIdsgeneratorDbfIds

List of dbfIds of cards that use this pool to do something (usually generate cards)

Numberoptional
gameModegameMode

0: Invalid, 1: Constructed / Traditional, 3: Battlegrounds, 5: Mercenaries

Numberoptional
ignoresFiltersignoresFilters

1 if this pool only uses additionalPoolDbfIds and option keys (anything after isForGenerating), 0 otherwise

Numberoptional
costMorecostMore

Filters cards that cost VALUE or more. -1 if it has no such condition

Numberoptional
costLesscostLess

Filters cards that cost VALUE or less. -1 if it has no such condition

Numberoptional
costEqualcostEqual

Filters cards that cost VALUE. -1 if it has no such condition

Numberoptional
attackMoreattackMore

Filters cards with Attack equal to VALUE or more. -1 if it has no such condition

Numberoptional
attackLessattackLess

Filters cards with Attack equal to VALUE or less. -1 if it has no such condition

Numberoptional
attackEqualattackEqual

Filters cards with Attack equal to VALUE. -1 if it has no such condition

Numberoptional
classIdclassId

Filters cards with class id VALUE. 0 if it has no such condition

Numberoptional
cardTypeIdcardTypeId

Filters cards with card type id VALUE (Card types like Hero, Minion, Spell,...). 0 if it has no such condition

Numberoptional
raceIdraceId

Filters cards with minion type id VALUE. 0 if it has no such condition

Numberoptional
schoolIdschoolId

Filters cards with spell school id VALUE. 0 if it has no such condition

Numberoptional
rarityIdrarityId

Filters cards with rarity id VALUE. 0 if it has no such condition

Numberoptional
bg_isGoldenbg_isGolden

1 if it only generates golden cards in Battlegrounds, 0 otherwise

Numberoptional
keywordTagIdkeywordTagId

Filters cards that have tag id VALUE considered keywords. 0 if it has no such condition

Numberoptional
tagIdtagId

Filters cards that have tag id VALUE. 0 if it has no such condition

Numberoptional
tagValuetagValue

Filters cards that have tag id VALUE, with its value equal to a certain amount. -1 if there is no need to specify the value for tagId

Numberoptional
isFromThePastisFromThePast

1 to filter Wild-only cards, 0 otherwise

Numberoptional
isForGeneratingisForGenerating

1 if it is for generating, 0 otherwise

Numberoptional
isCostVariedisCostVaried

1 if it has Cost condition, but it is not fixed (like Nethrandamus), 0 otherwise

Numberoptional
dependsTargetdependsTarget

1 if it depends on target to filter cards (like Amalgam of the Deep), 0 otherwise

Numberoptional
dependsCurrentClassdependsCurrentClass

1 if it depends on your hero's class (mostly for Discover cards), 0 otherwise

Numberoptional
requiresAnotherClassrequiresAnotherClass

1 if it chooses cards from class different to your hero's or played card's (mostly for Rogue cards), 0 otherwise

Numberoptional
dependsFormatdependsFormat

1 if the pool varies between Constructed formats, 0 otherwise

Numberoptional
bg_dependsCurrentTierbg_dependsCurrentTier

1 if it depends on your Battlegrounds Tavern Tier, 0 otherwise

Numberoptional
additionalPoolDbfIdsadditionalPoolDbfIds

List of dbfIds hard-defined by Wiki. Cards with these dbfIds will always be available in this pool no matter how the conditions are factored

Numberoptional
wikiBanPoolIdswikiBanPoolIds

List of WikiBanPool ids hard-defined by Wiki. This pool will consider these ban pools to exclude the mentioned cards from its pool

Numberoptional