Skip to content

Commit

Permalink
Add January 2022 Nurgle FAQ (#1472)
Browse files Browse the repository at this point in the history
* Add January 2022 Nurgle FAQ

* Update package.json
  • Loading branch information
daviseford authored Jan 25, 2022
1 parent 1028952 commit 1943070
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aos-reminders",
"version": "5.1.7",
"version": "5.1.8",
"private": true,
"homepage": "./",
"dependencies": {
Expand Down
11 changes: 8 additions & 3 deletions src/factions/nurgle/artifacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ import { keyPicker, tagAs } from 'factions/metatagger'
import {
COMBAT_PHASE,
DURING_GAME,
END_OF_COMBAT_PHASE,
END_OF_MOVEMENT_PHASE,
HERO_PHASE,
SAVES_PHASE,
START_OF_BATTLESHOCK_PHASE,
START_OF_COMBAT_PHASE,
START_OF_HERO_PHASE,
} from 'types/phases'
import rule_sources from './rule_sources'
import spells from './spells'

const Artifacts = {
Expand Down Expand Up @@ -54,17 +57,19 @@ const Artifacts = {
effects: [
{
name: `The Fecund Flask`,
desc: `Once per battle, at the start of your hero phase, you can say the bearer will drink from the Fecund Flask. If you do so, roll a dice. On a 2+, heal all wounds allocated to the bearer. On a 1, the bearer is slain. If the bearer is slain, before they are removed from play, you can add 1 BEASTS OF NURGLE unit that has 1 model to your army and set it up within If of the bearer. The BEASTS OF NURGLE unit can only be set up within 3" of an enemy unit if the bearer was within 3" of that enemy unit when they were slain.`,
desc: `Once per battle, at the start of your hero phase, you can say the bearer will drink from the Fecund Flask. If you do so, roll a dice. On a 2+, heal all wounds allocated to the bearer. On a 1, the bearer is slain. If the bearer is slain by this artefact, before they are removed from play, you can add 1 BEASTS OF NURGLE unit that has 1 model to your army and set it up within 1" of the bearer. The BEASTS OF NURGLE unit can only be set up within 3" of an enemy unit if the bearer was within 3" of that enemy unit when they were slain.`,
when: [START_OF_HERO_PHASE],
rule_sources: [rule_sources.BATTLETOME_NURGLE, rule_sources.ERRATA_JANUARY_2022],
},
],
},
'Noxious Nexus': {
effects: [
{
name: `Noxious Nexus`,
desc: `The bearer counts as 2 units instead of 1 for the purposes of the Diseased battle trait.`,
when: [DURING_GAME],
desc: `If an enemy unit is within 3" of the bearer at the end of the movement phase or combat phase, give 2 disease points to that unit instead of 1 for being within 3" of any friendly MAGGOTKIN OF NURGLE units.`,
when: [END_OF_MOVEMENT_PHASE, END_OF_COMBAT_PHASE],
rule_sources: [rule_sources.BATTLETOME_NURGLE, rule_sources.ERRATA_JANUARY_2022],
},
],
},
Expand Down
4 changes: 3 additions & 1 deletion src/factions/nurgle/battle_traits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
TURN_ONE_START_OF_ROUND,
WOUND_ALLOCATION_PHASE,
} from 'types/phases'
import rule_sources from './rule_sources'

const BattleTraits = {
Nurgle: {
Expand Down Expand Up @@ -190,8 +191,9 @@ const BattleTraits = {
},
{
name: `Battle Tactic: Gifts of Nurgle`,
desc: `You complete this tactic if all friendly units that were on the battlefield at the start of this turn inflict at least 1 disease point on at least 1 enemy unit during this turn.`,
desc: `You complete this tactic if 3 or more friendly MAGGOTKIN OF NURGLE units are within 3" of the same enemy unit at the end of this turn.`,
when: [END_OF_TURN],
rule_sources: [rule_sources.BATTLETOME_NURGLE, rule_sources.ERRATA_JANUARY_2022],
},
{
name: `Battle Tactic: Glory to the Grandfather!`,
Expand Down
5 changes: 5 additions & 0 deletions src/factions/nurgle/rule_sources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ const rule_sources = {
name: 'Battletome: Maggotkin of Nurgle',
type: 'battletome',
},
ERRATA_JANUARY_2022: {
name: 'Errata (January 2022)',
type: 'errata',
url: 'https://www.warhammer-community.com/wp-content/uploads/2018/07/GjHi2Ip94TenkORr.pdf',
},
}

export default rule_sources
4 changes: 3 additions & 1 deletion src/factions/nurgle/units.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import {
WOUND_ALLOCATION_PHASE,
} from 'types/phases'
import CommandAbilities from './command_abilities'
import rule_sources from './rule_sources'
import Spells from './spells'

const MountainOfLoathsomeFleshEffect = {
Expand Down Expand Up @@ -188,8 +189,9 @@ const Units = {
},
{
name: `Cultivating the Garden of Nurgle`,
desc: `Once per battle, at the start of your hero phase, you can set up 1 Feculent Gnarlmaw within 7" of this unit, more than 7" from all other Feculent Gnarlmaws and more than 3" from all models, objectives, other terrain features, endless spells and invocations and add it to your army.`,
desc: `Once per battle, at the start of your hero phase, you can set up 1 Feculent Gnarlmaw within 7" of this unit, more than 7" from all other Feculent Gnarlmaws and more than 3" from all other models, objectives, other terrain features, endless spells and invocations and add it to your army.`,
when: [START_OF_HERO_PHASE],
rule_sources: [rule_sources.BATTLETOME_NURGLE, rule_sources.ERRATA_JANUARY_2022],
},
{
name: `Acidic Slime Trail`,
Expand Down
1 change: 0 additions & 1 deletion src/utils/import/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,6 @@ export const DeprecatedSelections = {
'The Dolorous Guard': DEPRECATED_AOS_3,
'The Emerald Host': DEPRECATED_AOS_3,
'The Exquisite Pursuit': DEPRECATED_AOS_3,
'The Fecund Flask': DEPRECATED_AOS_3,
'The First Cohort': DEPRECATED_AOS_3,
'The Forgotten Scions': DEPRECATED_AOS_3,
'The Grand Fyrd of Furios Peak': DEPRECATED_AOS_3,
Expand Down

0 comments on commit 1943070

Please sign in to comment.