From a5e239b7c8afa5de055d2e86bfeb90ecce533a64 Mon Sep 17 00:00:00 2001 From: Davis Ford Date: Sun, 26 Nov 2023 08:18:30 -0700 Subject: [PATCH] Add Sylvaneth November Errata --- src/factions/sylvaneth/rule_sources.ts | 5 +++++ src/factions/sylvaneth/units.ts | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/factions/sylvaneth/rule_sources.ts b/src/factions/sylvaneth/rule_sources.ts index 118aaf35b..2b3071880 100644 --- a/src/factions/sylvaneth/rule_sources.ts +++ b/src/factions/sylvaneth/rule_sources.ts @@ -13,6 +13,11 @@ const rule_sources = { type: 'errata', url: 'https://www.warhammer-community.com/wp-content/uploads/2019/08/7iIV0GHcihoKuRXU.pdf', }, + ERRATA_NOVEMBER_2023: { + name: 'Errata (November 2023)', + type: 'errata', + url: 'https://www.warhammer-community.com/wp-content/uploads/2019/08/OoFjYBMRphTA30o3.pdf', + }, } export default rule_sources diff --git a/src/factions/sylvaneth/units.ts b/src/factions/sylvaneth/units.ts index d5f876970..d0bff43e7 100644 --- a/src/factions/sylvaneth/units.ts +++ b/src/factions/sylvaneth/units.ts @@ -108,7 +108,7 @@ const Units = { }, { name: `Soul Amphorae`, - desc: `Once per battle you can summon 1 of the following units to the battlefield: + desc: `Once per battle, at the end of your movement phase, you can summon 1 of the following non-Unique units to the battlefield: 20 Dryads 10 Tree-Revenants @@ -119,6 +119,7 @@ const Units = { The summoned unit is added to your army, and must be set up wholly within 9" of this model and more than 9" from any enemy units`, when: [END_OF_MOVEMENT_PHASE], + rule_sources: [rule_sources.BATTLETOME_SYLVANETH, rule_sources.ERRATA_NOVEMBER_2023], }, { name: `Swirling Glowspites`,