Skip to content

Commit

Permalink
Adds card Serra Angel
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardpunt committed Jun 7, 2014
1 parent a6335eb commit fcb5ffd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Magic-Cards/src/Magic/M13.hs
Expand Up @@ -217,6 +217,16 @@ pillarfieldOx = mkCard $ do
manaCost = Just [Nothing, Nothing, Nothing, Just White]
}

serraAngel :: Card
serraAngel = mkCard $ do
name =: Just "Serra Angel"
types =: creatureTypes [Angel]
pt =: Just (4, 4)
play =: Just playObject {
manaCost = Just [Nothing, Nothing, Nothing, Just White, Just White]
}
staticKeywordAbilities =: [Flying, Vigilance]

erase :: Card
erase = mkCard $ do
name =: Just "Erase"
Expand Down

0 comments on commit fcb5ffd

Please sign in to comment.