mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-04-24 06:57:41 -05:00
43 lines
645 B
Plaintext
43 lines
645 B
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:
|
|
//
|
|
|
|
{
|
|
"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"
|
|
}
|
|
}
|