mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-04-24 15:07:48 -05:00
102 lines
3.7 KiB
Plaintext
102 lines
3.7 KiB
Plaintext
// Objects to be fixed
|
|
//
|
|
// {
|
|
// "Card Name 1": {
|
|
// "Key 1": "New Value",
|
|
// "Key 2": "New Value"
|
|
// },
|
|
// "Card Name 2": {
|
|
// "Key 1": "New Value"
|
|
// }
|
|
// }
|
|
//
|
|
// List of Keys:
|
|
//
|
|
// Hints:
|
|
// If you fix a card "type", it's important to fix card "types" (only found in json file) as well!
|
|
|
|
{
|
|
"Angel of the God-Pharoh": {
|
|
"name": "Angel of the God-Pharaoh"
|
|
},
|
|
"Blood Moon": {
|
|
"number": "46"
|
|
},
|
|
"Damnation": {
|
|
"colorIdentity": ["B"]
|
|
},
|
|
"Doomsday": {
|
|
"number": "42"
|
|
},
|
|
"Shatterstorm": {
|
|
"number": "48"
|
|
},
|
|
"Crook of Comdemnation": {
|
|
"name": "Crook of Condemnation"
|
|
},
|
|
"Nissa, Genesis Mage": {
|
|
"loyalty": "5"
|
|
},
|
|
"Hollow One": {
|
|
"power": "4",
|
|
"toughness": "4"
|
|
},
|
|
"Maurauding Boneslasher": {
|
|
"name": "Marauding Boneslasher"
|
|
},
|
|
"Graven Abomination":{
|
|
"power":"3",
|
|
"toughness":"1"
|
|
},
|
|
"Wall of Forgotten Pharaohs":{
|
|
"power":"0",
|
|
"toughness":"4"
|
|
},
|
|
"The Scarab God": {
|
|
"url": "http://media.wizards.com/2017/hou/en_oCj378nHkJ.png"
|
|
},
|
|
"The Scorpion God": {
|
|
"url": "http://media.wizards.com/2017/hou/en_q742Vz27AN.png",
|
|
"text": "Whenever a creature with a -1/-1 counter on it dies, draw a card.\n\n{1}{B}{R}: Put a -1/-1 counter on another target creature.\n\nWhen The Scorpion God dies, return it to its owner's hand at the beginning of the next end step."
|
|
},
|
|
"Banewhip Punisher": {
|
|
"text": "When Banewhip Punisher enters the battlefield, you may put a -1/-1 counter on target creature.\n{B}, Sacrifice Banewhip Punisher: Destroy target creature that has a -1/-1 counter on it."
|
|
},
|
|
"Ifnir Deadlands": {
|
|
"text": "{T}: Add {C} to your mana pool.\n{T}, Pay 1 life: Add {B} to your mana pool.\n{2}{B}{B}, {T}, Sacrifice a Desert: Put two -1/-1 counters on target creature an opponent controls. Activate this ability only any time you could cast a sorcery."
|
|
},
|
|
"Ipnu Rivulet": {
|
|
"text": "{T}: Add {C} to your mana pool.\n{T}, Pay 1 life: Add {U} to your mana pool.\n{1}{U}, {T}, Sacrifice a Desert: Target player puts the top four cards of his or her library into his or her graveyard."
|
|
},
|
|
"Ramunap Ruins": {
|
|
"text": "{T}: Add {C} to your mana pool.\n{T}, Pay 1 life: Add {R} to your mana pool.\n{2}{R}{R}, {T}, Sacrifice a Desert: Ramunap Ruins deals 2 damage to each opponent."
|
|
},
|
|
"Scavenger Grounds": {
|
|
"text": "{T}: Add {C} to your mana pool.\n{2}, {T}, Sacrifice a Desert: Exile all cards from all graveyards."
|
|
},
|
|
"Shefet Dunes": {
|
|
"text": "{T}: Add {C} to your mana pool.\n{T}, Pay 1 life: Add {W} to your mana pool.\n{2}{W}{W}, {T}, Sacrifice a Desert: Creatures you control get +1/+1 until end of turn. Activate this ability only any time you could cast a sorcery."
|
|
},
|
|
"Unconventional Tactics": {
|
|
"text": "Target creature gets +3/+3 and gains flying until end of turn.\nWhenever a Zombie enters the battlefield under your control, you may pay {W}. If you do, return Unconventional Tactics from your graveyard to your hand."
|
|
},
|
|
"Unraveling Mummy": {
|
|
"text": "{1}{W}: Target attacking Zombie gains lifelink until end of turn.\n\n{1}{B}: Target attacking Zombie gains deathtouch until end of turn."
|
|
},
|
|
"Feral Prowler": {
|
|
"type": "Creature - Cat",
|
|
"types":[
|
|
"Creature"
|
|
]
|
|
},
|
|
"Visage of Bolas": {
|
|
"text": "When Visage of Bolas enters the battlefield, you may search your library and/or graveyard for a card named Nicol Bolas, the Deceiver, reveal it, and put it into your hand. If you search your library this way, shuffle it.\n{T}: Add {U}, {B}, or {R} to your mana pool."
|
|
},
|
|
"Cinder Barrens": {
|
|
"text": "Cinder Barrens enters the battlefield tapped.\n{T}: Add {B} or {R} to your mana pool."
|
|
},
|
|
"Sifter Wurm": {
|
|
"rarity": "Uncommon"
|
|
}
|
|
}
|