Deck
The Deck Menu is where players can select cards to put together a team to use for Debates. The Deck Menu consists of the Primary Deck and the Support Deck.
Primary Deck[edit | edit source]
These are the cards that are used during debates.
Support Deck[edit | edit source]
These cards provide additional stats to the team but are not used during debate stages. Additionally, some cards have skills which activate only when equipped from the Support Deck, such as the Formidable skill.
Tips[edit | edit source]
For players having difficulty with a tough debate, keep the following deck-building tips in mind:
- Attributes are important; a card's strength is drastically reduced if it hits an argument of the "wrong" attribute. Always remember the "rock-paper-scissors" hierarchy of
Logic >
Empathy >
Intuition >
Logic
- However, care must be taken not to load a deck with suboptimal cards of the trumping attribute when leveled/built cards of the matching attribute are available; a Logic card of higher level, rarity, and skill level may hit a Logic argument harder than a weak Intuition card.
- Card types should be kept in mind when specializing or manually selecting card usage order (more on these below). Generally, cards can be divided into a few types:
- Heavy hitters, which generally have some variant of
Preemptive Strike and at least one other offensive skill, preferably in skill slot 2, which is a card's self-buff.
- Active support, which generally have an influence-boosting or defense-reducing skill such as
Logical Conclusion or
Virtuous Presence and preferably at least one other offensive skill. Active support skills come in 1-turn (α), 2-turn (β), and 3-turn (γ) variants; see below note about card usage order to optimize these.
- Passive support, which may have less desirable main skills but still buff the overall deck in an important way, such as providing
Drastic Measures to an all-Empathy deck.
- Heavy hitters, which generally have some variant of
- Skill leveling is important; any influence-boosting skills in your primary deck should be prioritized. It's generally not recommended to spend resources on leveling
Formidable as the max-level boost is only 1%.
- Deck specialization is important; many of the SR+ skills in skill slots 2 and 3 can become even more powerful than
Preemptive Strike, as these skills multiply their values by the number of appropriate cards in the primary deck. For example:
- In a debate against a single attribute, such as an Intuition-based opponent, a player should bring an Empathy-heavy deck.
Emotional Appeal and
Emotional Projection will begin outperforming
Preemptive Strike of equal skill level once the primary deck is more than half composed of Empathy cards.
- In a debate against multiple attributes, a player might consider instead specializing in a single male lead's cards; skills like
Sharp One or
Truth Restorer will again start to outperform
Preemptive Strike of equal skill level when more than half the deck is composed of that male lead's cards.
- In any specialized deck, passive support skills become similarly important; for example, stacking all possible sources of
Foresight and
Reformer will apply an influence buff equivalent to half a
Preemptive Strike to every Intuition card in the deck (including the support cards themselves).
- In a debate against a single attribute, such as an Intuition-based opponent, a player should bring an Empathy-heavy deck.
- Card usage order is important; when auto-debate fails, players can win debates at huge power deficiencies with cards manually selected in the appropriate order. Consider, for example, a sequence of active supports such as
Attention to Detail γ III ->
Layer by Layer β III ->
Attention to Detail α II. This sets up a 3-turn Intuition influence buff, a 2-turn all-attribute influence buff, and 1-turn Intuition influence buff. Using an Intuition-attribute heavy hitter with
Preemptive Strike III at this time will take advantage of all three buffs for massively increased damage.
- Advanced note: Active support skills are additive while Preemptive Strike is multiplicative. This means the above chain, assuming all skills involved were level 10, would provide (base damage of 100% + 30.03% + 24.98% + 40.96% = 195.97%) x 1.4996 = 293.88% influence damage before taking attribute bonus into account.
Power Calculations[edit | edit source]
Variable | Value |
---|---|
attackCoefficient | 1 |
defenceCoefficient | 1 |
hpCoefficient | 1 |
talentCoefficient | 500 |
[math]\displaystyle{ deckInfluence = primaryDeckTotalInfluence * attackCoefficient * (1 + supportDeckTotalInfluence) }[/math]
[math]\displaystyle{ deckDefense = primaryDeckTotalDefense * defenceCoefficient * (1 + supportDeckTotalDefense) }[/math]
[math]\displaystyle{ power = hp * hpCoefficient + skillLevel * talentCoefficient + deckInfluence + deckDefense + primaryDeckTotalSkillValue }[/math]
Support Deck Attack Rate Calculations[edit | edit source]
[math]\displaystyle{ levelRate = 0.0202 * (cardLevel -1) * (1 + cardStar * 0.1) }[/math]
[math]\displaystyle{ skillRate = skillLevel * 0.0666 }[/math]
Card Rarity | cardRateValue |
---|---|
R | 0.006 |
SR | 0.0075 |
MR | 0.0075 |
SSR | 0.01 |
[math]\displaystyle{ supportDeckInfluence = (1 + levelRate + skillRate) * cardRateValue }[/math]
Support Deck Defense Rate Calculations[edit | edit source]
[math]\displaystyle{ supportDeckDefense = supportDeckInfluence / 2 }[/math]