mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Added Dragon Hunter.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -4702,6 +4702,7 @@ forge-gui/res/cardsfolder/d/dragon_fangs.txt -text
|
||||
forge-gui/res/cardsfolder/d/dragon_fodder.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/d/dragon_grip.txt -text
|
||||
forge-gui/res/cardsfolder/d/dragon_hatchling.txt -text
|
||||
forge-gui/res/cardsfolder/d/dragon_hunter.txt -text
|
||||
forge-gui/res/cardsfolder/d/dragon_mage.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/d/dragon_mantle.txt -text
|
||||
forge-gui/res/cardsfolder/d/dragon_mask.txt -text
|
||||
|
||||
@@ -949,7 +949,9 @@ public class CombatUtil {
|
||||
}
|
||||
|
||||
if (attacker.hasKeyword("Flying") && !blocker.hasKeyword("Flying") && !blocker.hasKeyword("Reach")) {
|
||||
return false;
|
||||
if (!attacker.getType().hasCreatureType("Dragon") || !blocker.hasKeyword("CARDNAME can block Dragons as though it had reach.")) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
if (attacker.hasKeyword("Horsemanship") && !blocker.hasKeyword("Horsemanship")) {
|
||||
|
||||
8
forge-gui/res/cardsfolder/d/dragon_hunter.txt
Normal file
8
forge-gui/res/cardsfolder/d/dragon_hunter.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Dragon Hunter
|
||||
ManaCost:W
|
||||
Types:Creature Human Warrior
|
||||
PT:2/1
|
||||
K:Protection from Dragons
|
||||
K:CARDNAME can block Dragons as though it had reach.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/dragon_hunter.jpg
|
||||
Oracle:Protection from Dragons\nDragon Hunter can block Dragons as though it had reach.
|
||||
Reference in New Issue
Block a user