Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Sylvaneth November Errata #1667

Merged
merged 1 commit into from
Nov 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading