-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disciples bt - Wait til 9/30 PM to merge (#1553)
* adding new subfolder * adding new subfolder * Added round 1 of changes. To Do - units and unit spells * Added units and unit spells * Updating LotFP * Removing commented out pieces * Commenting out outdated tests
- Loading branch information
1 parent
825119b
commit 80a1af8
Showing
18 changed files
with
487 additions
and
875 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import { tagAs } from 'factions/metatagger' | ||
import { StrategistsBattalionEffect } from 'generic_rules/core_battalions' | ||
|
||
const TzeentchBattalions = { | ||
'Omniscient Oracles': { | ||
effects: [StrategistsBattalionEffect], | ||
}, | ||
} | ||
|
||
export default tagAs(TzeentchBattalions, 'battalion') |
Oops, something went wrong.