Create kavaron_harrier.txt (#7999)

This commit is contained in:
Fulgur14
2025-07-11 10:34:35 +02:00
committed by GitHub
parent 06fcb531cd
commit e2949b66fc
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Name:Kavaron Harrier
ManaCost:R
Types:Artifact Creature Robot Soldier
PT:2/1
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigTokenAttacking | TriggerZones$ Battlefield | TriggerDescription$ Whenever this creature attacks, you may pay {2}. If you do, create a 2/2 colorless Robot artifact creature token that's tapped and attacking. Sacrifice that token at end of combat.
SVar:TrigTokenAttacking:AB$ Token | Cost$ 2 | TokenAmount$ 1 | TokenScript$ c_2_2_a_robot | TokenOwner$ You | TokenTapped$ True | TokenAttacking$ True | AtEOT$ SacrificeCombat
SVar:HasAttackEffect:TRUE
Oracle:Whenever this creature attacks, you may pay {2}. If you do, create a 2/2 colorless Robot artifact creature token that's tapped and attacking. Sacrifice that token at end of combat.

View File

@@ -0,0 +1,12 @@
Name:Sunstar Expansionist
ManaCost:1 W
Types:Creature Human Knight
PT:2/3
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | CheckSVar$ X | SVarCompare$ GTY | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When this creature enters, if an opponent controls more lands than you, create a Lander token. (It's an artifact with "{2}, {T}, Sacrifice this token: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle.")
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_lander_sac_search | TokenOwner$ You
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Landfall — Whenever a land you control enters, this creature gets +1/+0 until end of turn.
SVar:TrigPump:DB$ Pump | Defined$ Self | NumAtt$ +1
SVar:X:PlayerCountOpponents$HighestValid Land.YouCtrl
SVar:Y:Count$Valid Land.YouCtrl
SVar:BuffedBy:Land
Oracle:When this creature enters, if an opponent controls more lands than you, create a Lander token. (It's an artifact with "{2}, {T}, Sacrifice this token: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle.")\nLandfall — Whenever a land you control enters, this creature gets +1/+0 until end of turn.