Skip to content

Commit

Permalink
December 2022 Daughters of Khaine FAQ (#1572)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviseford authored Jan 13, 2023
1 parent d9d96fd commit ebc6127
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion src/factions/daughters_of_khaine/battle_traits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ const BattleTraits = {
effects: [
{
name: `Clash of Arms`,
desc: `You complete this tactic if 3 or more friendly units make a charge move this turn. If 2 or more of those units are WITCH AELVES or SISTERS OF SLAUGHTER, score 1 additional victory point.`,
desc: `You complete this tactic if 3 or more friendly units make a charge move this turn.`,
when: [START_OF_ROUND],
rule_sources: [rule_sources.BATTLETOME_DAUGHTERS_OF_KHAINE, rule_sources.ERRATA_DECEMBER_2022],
},
{
name: `Cruel Delight`,
Expand All @@ -76,6 +77,7 @@ const BattleTraits = {
when: [START_OF_ROUND],
rule_sources: [
rule_sources.BATTLETOME_DAUGHTERS_OF_KHAINE,
rule_sources.ERRATA_DECEMBER_2022,
meta_rule_sources.BATTLESCROLL_GALLETIAN_CHAMPIONS_JANUARY_2023,
],
},
Expand Down
5 changes: 5 additions & 0 deletions src/factions/daughters_of_khaine/rule_sources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ const rule_sources = {
type: 'errata',
url: 'https://www.warhammer-community.com/wp-content/uploads/2019/10/DiOjGMyi3tGkZuOm.pdf',
},
ERRATA_DECEMBER_2022: {
name: 'Errata (December 2022)',
type: 'errata',
url: 'https://www.warhammer-community.com/wp-content/uploads/2019/10/4IQvpkhYMBDojDZ6.pdf',
},
}

export default rule_sources
7 changes: 4 additions & 3 deletions src/factions/daughters_of_khaine/units.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ import Spells from './spells'

const MorathiEffect = {
name: `One Soul, Two Bodies/ Two Bodies, One Soul`,
desc: `If the Shadow Queen is on the battlefield, wounds and mortal wounds that would be allocated to Morathi-Khaine are instead allocated to the Shadow Queen and have no effect on Morathi-Khaine. Wounds and mortal wounds allocated to the Shadow Queen in this way cannot be negated.
desc: `If the Shadow Queen is on the battlefield, after making ward rolls for wounds or mortal wounds that would be allocated to this unit, any wounds or mortal wounds that have not been negated are instead allocated to the Shadow Queen and have no effect on this unit. Wounds and mortal wounds allocated to the Shadow Queen in this way cannot be negated.
In addition, if the Shadow Queen is on the battlefield and the effect of an ability or spell would cause Morathi-Khaine to be destroyed without any wounds being allocated, then Morathi-Khaine is not destroyed and 3 wounds are allocated to the Shadow Queen instead.
In addition, if the Shadow Queen is on the battlefield and the effect of an ability or spell would cause this unit to be destroyed without any wounds being allocated, then this unit is not destroyed and 3 wounds are allocated to the Shadow Queen instead. Wounds allocated to the Shadow Queen in this way cannot be negated.
If the Shadow Queen is destroyed, after removing that unit from play, Morathi-Khaine is also destroyed.`,
If the Shadow Queen is destroyed, after removing that unit from play, this unit is also destroyed.`,
when: [WOUND_ALLOCATION_PHASE],
rule_sources: [rule_sources.BATTLETOME_DAUGHTERS_OF_KHAINE, rule_sources.ERRATA_DECEMBER_2022],
shared: true,
}

Expand Down

0 comments on commit ebc6127

Please sign in to comment.