mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
add Gustcloak Harrier (from Onslaught)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -3462,6 +3462,7 @@ res/cardsfolder/g/guilty_conscience.txt svneol=native#text/plain
|
||||
res/cardsfolder/g/guma.txt svneol=native#text/plain
|
||||
res/cardsfolder/g/gush.txt svneol=native#text/plain
|
||||
res/cardsfolder/g/gust_skimmer.txt svneol=native#text/plain
|
||||
res/cardsfolder/g/gustcloak_harrier.txt -text
|
||||
res/cardsfolder/g/gustcloak_skirmisher.txt -text
|
||||
res/cardsfolder/g/gustrider_exuberant.txt svneol=native#text/plain
|
||||
res/cardsfolder/g/gut_shot.txt svneol=native#text/plain
|
||||
|
||||
12
res/cardsfolder/g/gustcloak_harrier.txt
Normal file
12
res/cardsfolder/g/gustcloak_harrier.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Name:Gustcloak Harrier
|
||||
ManaCost:1 W W
|
||||
Types:Creature Bird Soldier
|
||||
Text:no text
|
||||
PT:2/2
|
||||
K:Flying
|
||||
T:Mode$ AttackerBlocked | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigUntap | TriggerDescription$ Whenever CARDNAME becomes blocked, you may untap it and remove it from combat.
|
||||
SVar:TrigUntap:AB$ Untap | Cost$ 0 | Defined$ Self | SubAbility$ RemCombat
|
||||
SVar:RemCombat:DB$ RemoveFromCombat | Defined$ Self
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/gustcloak_harrier.jpg
|
||||
End
|
||||
@@ -568,7 +568,6 @@ public final class AbilityFactory_Combat {
|
||||
|
||||
private static String removeFromCombatStackDescription(final AbilityFactory af, final SpellAbility sa) {
|
||||
HashMap<String, String> params = af.getMapParams();
|
||||
Card host = af.getHostCard();
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
||||
if (sa instanceof Ability_Sub) {
|
||||
|
||||
Reference in New Issue
Block a user