mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Added Knight of Dusk.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -3553,6 +3553,7 @@ res/cardsfolder/knight_errant.txt -text svneol=native#text/plain
|
|||||||
res/cardsfolder/knight_exemplar.txt -text svneol=native#text/plain
|
res/cardsfolder/knight_exemplar.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/knight_of_cliffhaven.txt -text svneol=native#text/plain
|
res/cardsfolder/knight_of_cliffhaven.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/knight_of_dawn.txt -text svneol=native#text/plain
|
res/cardsfolder/knight_of_dawn.txt -text svneol=native#text/plain
|
||||||
|
res/cardsfolder/knight_of_dusk.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/knight_of_meadowgrain.txt -text svneol=native#text/plain
|
res/cardsfolder/knight_of_meadowgrain.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/knight_of_new_alara.txt -text svneol=native#text/plain
|
res/cardsfolder/knight_of_new_alara.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/knight_of_stromgald.txt -text svneol=native#text/plain
|
res/cardsfolder/knight_of_stromgald.txt -text svneol=native#text/plain
|
||||||
|
|||||||
9
res/cardsfolder/knight_of_dusk.txt
Normal file
9
res/cardsfolder/knight_of_dusk.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Name:Knight of Dusk
|
||||||
|
ManaCost:1 B B
|
||||||
|
Types:Creature Human Knight
|
||||||
|
Text:no text
|
||||||
|
PT:2/2
|
||||||
|
A:AB$ Destroy | Cost$ B B | ValidTgts$ Creature.blockingSource | TgtPrompt$ Select target creature blocking Knight of Dusk | SpellDescription$ Destroy target creature blocking CARDNAME.
|
||||||
|
SVar:Rarity:Uncommon
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/knight_of_dusk.jpg
|
||||||
|
End
|
||||||
@@ -3,7 +3,7 @@ ManaCost:1 B B
|
|||||||
Types:Creature Human Assassin
|
Types:Creature Human Assassin
|
||||||
Text:no text
|
Text:no text
|
||||||
PT:1/1
|
PT:1/1
|
||||||
A:AB$Destroy | Cost$ T | ValidTgts$ Creature.tapped | TgtPrompt$ Select target tapped creature | SpellDescription$ Destroy target tapped creature.
|
A:AB$ Destroy | Cost$ T | ValidTgts$ Creature.tapped | TgtPrompt$ Select target tapped creature | SpellDescription$ Destroy target tapped creature.
|
||||||
SVar:Rarity:Rare
|
SVar:Rarity:Rare
|
||||||
SVar:Picture:http://resources.wizards.com/magic/cards/9ed/en-us/card83235.jpg
|
SVar:Picture:http://resources.wizards.com/magic/cards/9ed/en-us/card83235.jpg
|
||||||
SetInfo:8ED|Rare|http://magiccards.info/scans/en/8e/159.jpg
|
SetInfo:8ED|Rare|http://magiccards.info/scans/en/8e/159.jpg
|
||||||
|
|||||||
@@ -2797,7 +2797,7 @@ public class Card extends MyObservable {
|
|||||||
|
|
||||||
else if (Property.startsWith("notattacking")) { if(isAttacking()) return false;}
|
else if (Property.startsWith("notattacking")) { if(isAttacking()) return false;}
|
||||||
|
|
||||||
else if (Property.startsWith("blocking")) { if(!isBlocking()) return false;}
|
else if (Property.equals("blocking")) { if(!isBlocking()) return false;}
|
||||||
|
|
||||||
else if (Property.startsWith("blockingSource")) { if(!isBlocking(source)) return false;}
|
else if (Property.startsWith("blockingSource")) { if(!isBlocking(source)) return false;}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user