mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-04-13 00:29:22 -05:00
17 lines
352 B
Plaintext
17 lines
352 B
Plaintext
// List of card strings to be removed
|
|
// [
|
|
// "Card Name 1",
|
|
// "Card Name 2"
|
|
// ]
|
|
// Case-sensitive
|
|
// Exact card name matches only (e.g. trailing spaces)
|
|
// Will just remove cards from normal spoiler sets, not masterpieces/mps files
|
|
|
|
[
|
|
"Sunset Pyramid (TO DELETE)",
|
|
"Thoughtseize",
|
|
"Endless ",
|
|
"Crumbling Necropolis",
|
|
"Imaginary Thr"
|
|
]
|