mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
- Added Veiled Crocodile
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -13290,6 +13290,7 @@ forge-gui/res/cardsfolder/v/veil_of_birds.txt svneol=native#text/plain
|
|||||||
forge-gui/res/cardsfolder/v/veil_of_secrecy.txt -text
|
forge-gui/res/cardsfolder/v/veil_of_secrecy.txt -text
|
||||||
forge-gui/res/cardsfolder/v/veilborn_ghoul.txt -text
|
forge-gui/res/cardsfolder/v/veilborn_ghoul.txt -text
|
||||||
forge-gui/res/cardsfolder/v/veiled_apparition.txt svneol=native#text/plain
|
forge-gui/res/cardsfolder/v/veiled_apparition.txt svneol=native#text/plain
|
||||||
|
forge-gui/res/cardsfolder/v/veiled_crocodile.txt -text
|
||||||
forge-gui/res/cardsfolder/v/veiled_sentry.txt -text svneol=unset#text/plain
|
forge-gui/res/cardsfolder/v/veiled_sentry.txt -text svneol=unset#text/plain
|
||||||
forge-gui/res/cardsfolder/v/veiled_serpent.txt svneol=native#text/plain
|
forge-gui/res/cardsfolder/v/veiled_serpent.txt svneol=native#text/plain
|
||||||
forge-gui/res/cardsfolder/v/veiling_oddity.txt -text
|
forge-gui/res/cardsfolder/v/veiling_oddity.txt -text
|
||||||
|
|||||||
9
forge-gui/res/cardsfolder/v/veiled_crocodile.txt
Normal file
9
forge-gui/res/cardsfolder/v/veiled_crocodile.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Name:Veiled Crocodile
|
||||||
|
ManaCost:2 U
|
||||||
|
Types:Enchantment
|
||||||
|
T:Mode$ Always | CheckSVar$ X | SVarCompare$ EQ0 | TriggerZones$ Battlefield | Execute$ TrigVCAnimate | IsPresent$ Card.Self+Enchantment | ResolvingCheck$ IsPresent | TriggerDescription$ When a player has no cards in hand, if CARDNAME is an enchantment, CARDNAME becomes a 4/4 Crocodile creature.
|
||||||
|
SVar:TrigVCAnimate:AB$ Animate | Cost$ 0 | Types$ Creature,Crocodile | Power$ 4 | Toughness$ 4 | OverwriteTypes$ True | Permanent$ True
|
||||||
|
SVar:X:PlayerCountPlayers$LowestValidHand Card.YouOwn
|
||||||
|
SVar:RemRandomDeck:True
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/veiled_crocodile.jpg
|
||||||
|
Oracle:When a player has no cards in hand, if Veiled Crocodile is an enchantment, Veiled Crocodile becomes a 4/4 Crocodile creature.
|
||||||
Reference in New Issue
Block a user