mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
add Champion Lancer (from Starter 1999)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -705,6 +705,7 @@ res/cardsfolder/chainers_edict.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/chalice_of_the_void.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/chambered_nautilus.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/chameleon_colossus.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/champion_lancer.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/champions_drake.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/chandler.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/chandra_nalaar.txt -text svneol=native#text/plain
|
||||
|
||||
9
res/cardsfolder/champion_lancer.txt
Normal file
9
res/cardsfolder/champion_lancer.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Champion Lancer
|
||||
ManaCost:4 W W
|
||||
Types:Creature Human Knight
|
||||
Text:no text
|
||||
PT:3/3
|
||||
K:Prevent all damage that would be dealt to CARDNAME by creatures.
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/champion_lancer.jpg
|
||||
End
|
||||
@@ -2631,6 +2631,8 @@ public class Card extends MyObservable {
|
||||
&& source.isCreature() && source.isArtifact());
|
||||
reduce = reduce || (getKeyword().contains("Prevent all damage that would be dealt to CARDNAME by artifacts.")
|
||||
&& source.isArtifact());
|
||||
reduce = reduce || (getKeyword().contains("Prevent all damage that would be dealt to CARDNAME by creatures.")
|
||||
&& source.isCreature());
|
||||
return reduce;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user