1#ifndef COCKATRICE_COMMANDER_SPELLBOOK_BRACKET_EXPLAINER_H
2#define COCKATRICE_COMMANDER_SPELLBOOK_BRACKET_EXPLAINER_H
10 "The bracket system combines both objective data, as well as subjective play experience to estimate a "
11 "bracket for a deck.\nCommanderSpellbook's estimation is algorithmical, which means that it can only operate "
12 "on the objective data, not the subjective intent. \nThey have chosen to represent this by defining their "
13 "own bracket system which matches their algorithm.\n"
14 "This custom bracket system maps loosely to the standard system. \nYou may choose to use these mapped "
15 "standardized names if these are more familiar to you, however, you should keep in mind that these are just "
16 "rough estimations.\n\nAlways consider the subjective factors of the bracket system when determing a deck's "
Definition commander_spellbook_bracket_explainer.h:38
static BracketExplanation explain(const EstimateBracketResult &result)
Definition commander_spellbook_bracket_explainer.cpp:22
Definition commander_spellbook_bracket_explainer.h:6
const char * Explainer
Definition commander_spellbook_bracket_explainer.h:9
const char * OfficialCommanderBracketNames
Definition commander_spellbook_bracket_explainer.h:8
const char * CommanderSpellbookBracketNames
Definition commander_spellbook_bracket_explainer.h:7
Definition commander_spellbook_bracket_explainer.h:21
QStringList bulletPoints
Definition commander_spellbook_bracket_explainer.h:23
QString title
Definition commander_spellbook_bracket_explainer.h:22
Definition commander_spellbook_bracket_explainer.h:27
QString bracket
Definition commander_spellbook_bracket_explainer.h:28
bool isEmpty() const
Definition commander_spellbook_bracket_explainer.h:31
QList< BracketExplanationSection > sections
Definition commander_spellbook_bracket_explainer.h:29
Definition commander_spellbook_estimate_bracket_result.h:11