Skip to content

Commit

Permalink
New Card: Deadly Recluse
Browse files Browse the repository at this point in the history
  • Loading branch information
gseitz committed Oct 13, 2014
1 parent 4f703fc commit 9d36d60
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Magic-Cards/src/Magic/M13.hs
Expand Up @@ -666,6 +666,14 @@ bondBeetle = mkCard $ do
mkTargetTrigger p ts $ \(Battlefield, i) ->
will $ AddCounter (Some Battlefield, i) Plus1Plus1

deadlyRecluse :: Card
deadlyRecluse = mkCard $ do
name =: Just "Deadly Recluse"
types =: creatureTypes [Spider]
pt =: Just (1, 2)
play =: Just playObject { manaCost = Just [Nothing, Just Green] }
staticKeywordAbilities =: [Reach, Deathtouch]

duskdaleWurm :: Card
duskdaleWurm = mkCard $ do
name =: Just "Duskdale Wurm"
Expand Down

0 comments on commit 9d36d60

Please sign in to comment.