mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
40k edition tokens with small fixes (#1568)
* 40k edition tokens with small fixes * ai
This commit is contained in:
@@ -4,7 +4,7 @@ Types:Creature Tyranid
|
||||
PT:3/3
|
||||
K:Flash
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | CheckSVar$ X | SVarCompare$ GE1 | TriggerDescription$ Pheromone Trail — When CARDNAME enters the battlefield, if a creature entered the battlefield under an opponent's control this turn, create a 3/3 green Tyranid Warrior creature token with trample.
|
||||
SVar:TrigToken:DB$ Token | TokenScript$ g_3_3_tyranid_warrior
|
||||
SVar:TrigToken:DB$ Token | TokenScript$ g_3_3_tyranid_warrior_trample
|
||||
SVar:X:Count$ThisTurnEntered_Battlefield_Creature.OppCtrl
|
||||
DeckHas:Ability$Token & Type$Warrior
|
||||
Oracle:Flash\nPheromone Trail — When Lictor enters the battlefield, if a creature entered the battlefield under an opponent's control this turn, create a 3/3 green Tyranid Warrior creature token with trample.
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
Name:Tyranid Invasion
|
||||
ManaCost:3 G
|
||||
Types:Sorcery
|
||||
A:SP$ Token | TokenOwner$ You | TokenAmount$ X | TokenScript$ g_3_3_tyranid_warrior
|
||||
A:SP$ Token | TokenOwner$ You | TokenAmount$ X | TokenScript$ g_3_3_tyranid_warrior_trample
|
||||
SVar:X:PlayerCountOpponents$Amount
|
||||
DeckHas:Ability$Token
|
||||
DeckHas:Ability$Token & Type$Tyranid|Warrior
|
||||
AI:RemoveDeck:Random
|
||||
Oracle:Create a number of 3/3 green Tyranid Warrior creature tokens with trample equal to the number of opponents you have.
|
||||
|
||||
@@ -327,3 +327,22 @@ ScryfallCode=40K
|
||||
319 M Abaddon the Despoiler @Johan Grenier
|
||||
320 M Inquisitor Greyfax @Lie Setiawan
|
||||
321 M The Swarmlord @Antonio José Manzanedo
|
||||
|
||||
[tokens]
|
||||
b_2_2_a_necron_warrior
|
||||
b_2_2_astartes_warrior_menace
|
||||
blue_horror
|
||||
c_1_1_a_insect_flying
|
||||
c_4_4_a_robot_noblock
|
||||
c_a_clue_draw
|
||||
cherubael
|
||||
g_1_1_tyranid
|
||||
g_3_3_tyranid_warrior_trample
|
||||
g_5_5_tyranid
|
||||
plaguebearer_of_nurgle
|
||||
r_3_3_spawn
|
||||
u_1_1_tyranid_gargoyle_flying
|
||||
w_1_1_soldier
|
||||
w_1_1_soldier
|
||||
w_1_1_soldier
|
||||
w_2_2_astartes_warrior_vigilance
|
||||
|
||||
@@ -3,4 +3,5 @@ ManaCost:no cost
|
||||
Types:Creature Tyranid Warrior
|
||||
Colors:green
|
||||
PT:3/3
|
||||
Oracle:
|
||||
K:Trample
|
||||
Oracle:Trample
|
||||
Reference in New Issue
Block a user