Skip to content

Commit

Permalink
Add Sylvaneth November Errata
Browse files Browse the repository at this point in the history
  • Loading branch information
daviseford committed Nov 26, 2023
1 parent a3fa9b5 commit a5e239b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/factions/sylvaneth/rule_sources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion src/factions/sylvaneth/units.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`,
Expand Down

0 comments on commit a5e239b

Please sign in to comment.