mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
add Argothian Treefolk (from Antiquities)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -223,6 +223,7 @@ res/cardsfolder/argivian_restoration.txt -text svneol=native#text/plain
|
|||||||
res/cardsfolder/argothian_enchantress.txt -text svneol=native#text/plain
|
res/cardsfolder/argothian_enchantress.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/argothian_pixies.txt -text svneol=native#text/plain
|
res/cardsfolder/argothian_pixies.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/argothian_swine.txt -text svneol=native#text/plain
|
res/cardsfolder/argothian_swine.txt -text svneol=native#text/plain
|
||||||
|
res/cardsfolder/argothian_treefolk.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/arid_mesa.txt -text svneol=native#text/plain
|
res/cardsfolder/arid_mesa.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/ark_of_blight.txt -text svneol=native#text/plain
|
res/cardsfolder/ark_of_blight.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/armadillo_cloak.txt -text svneol=native#text/plain
|
res/cardsfolder/armadillo_cloak.txt -text svneol=native#text/plain
|
||||||
|
|||||||
9
res/cardsfolder/argothian_treefolk.txt
Normal file
9
res/cardsfolder/argothian_treefolk.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Name:Argothian Treefolk
|
||||||
|
ManaCost:3 G G
|
||||||
|
Types:Creature Treefolk
|
||||||
|
Text:no text
|
||||||
|
PT:3/5
|
||||||
|
K:Prevent all damage that would be dealt to CARDNAME by artifacts.
|
||||||
|
SVar:Rarity:Common
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/argothian_treefolk.jpg
|
||||||
|
End
|
||||||
@@ -2628,7 +2628,9 @@ public class Card extends MyObservable {
|
|||||||
|
|
||||||
//more specific prevents here:
|
//more specific prevents here:
|
||||||
reduce = reduce || (getKeyword().contains("Prevent all damage that would be dealt to CARDNAME by artifact creatures.")
|
reduce = reduce || (getKeyword().contains("Prevent all damage that would be dealt to CARDNAME by artifact creatures.")
|
||||||
&& source.isCreature() && source.isArtifact());
|
&& source.isCreature() && source.isArtifact());
|
||||||
|
reduce = reduce || (getKeyword().contains("Prevent all damage that would be dealt to CARDNAME by artifacts.")
|
||||||
|
&& source.isArtifact());
|
||||||
return reduce;
|
return reduce;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user