- Added Nimbus Champion

This commit is contained in:
swordshine
2018-10-04 11:57:00 +08:00
parent ece38aed9d
commit b7d25ec5c8
2 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
Name:Nimbus Champion
ManaCost:5 U
Types:Creature Avatar Warrior
PT:4/4
K:Flying
T:Mode$ Attacks | ValidCard$ Card.Self | OptionalDecider$ You | TriggerZones$ Battlefield | Execute$ TrigBounce | TriggerDescription$ Whenever CARDNAME attacks, you may return target creature to its owner's hand if that creature's power is less than or equal to the number of Warriors your team controls.
SVar:TrigBounce:DB$ ChangeZone | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Hand | IsCurse$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ EQ1 | References$ X,Y
SVar:Y:Count$Valid Warrior.YourTeamCtrl
SVar:X:Targeted$Valid Creature.powerLEY
SVar:HasAttackEffect:TRUE
SVar:BuffedBy:Warrior
Oracle:Flying\nWhenever Nimbus Champion attacks, you may return target creature to its owners hand if that creatures power is less than or equal to the number of Warriors your team controls.

View File

@@ -4,7 +4,7 @@ Types:Creature Djinn Monk
PT:4/5
K:Prowess
T:Mode$ Attacks | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigBounce | TriggerDescription$ Whenever CARDNAME attacks, you may return target creature to its owner's hand if its power is less than Sage-Eye Avengers's power.
SVar:TrigBounce:DB$ ChangeZone | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Hand | Curse$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ EQ1 | References$ X,Y
SVar:TrigBounce:DB$ ChangeZone | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Hand | IsCurse$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ EQ1 | References$ X,Y
SVar:Y:Count$CardPower
SVar:X:Targeted$Valid Creature.powerLTY
SVar:HasAttackEffect:TRUE