Last active
December 5, 2017 16:47
-
-
Save lsmoura/ed43c20d82a0ee3014a1c6e18119e7a2 to your computer and use it in GitHub Desktop.
unstable json changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Extremely Slow Zombie": [ | |
{ | |
"text": "Last Strike (This creature deals combat damage after creatures without last strike.)", | |
"flavor": "Brrrrrrrrrrrr..." | |
}, | |
{ | |
"text": "Last Strike (This creature deals combat damage after creatures without last strike.)", | |
"flavor": "...aaaaaaiiiii..." | |
}, | |
{ | |
"text": "Last Strike (This creature deals combat damage after creatures without last strike.)", | |
"flavor": "...iiiiiiinnnn..." | |
}, | |
{ | |
"text": "Last Strike (This creature deals combat damage after creatures without last strike.)", | |
"flavor": "...nnnnnsssss!" | |
} | |
], | |
"Ineffable Blessing": [ | |
{ | |
"text": "As ~ enters the battlefield, choose Flavorful or Bland\n* Favorful - Whenever a creature with flavor text entes the battlefield unter your control, draw a card.\n*Bland - Whenever a creature without flavor enters the battlefield under your control, draw a card.", | |
"flavor": "Hallowed be this assemblage of various stuff!" | |
}, | |
{ | |
"text": "As ~ enters the battlefield, choose odd or even.\nWhenever a creature with a collector number of the chosen value enters the battlefield under your control, draw a card.", | |
"flavor": "Hallowed be this gathering of eclectic products!" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment