Magic-Spoiler/cards_delete.yml
tooomm 77ec60570e remove old sets and better correction files (#133)
* remove old sets and better correction files

* debug manual_sets

* Update main.py

* little tweaks
2017-08-26 06:23:03 +02:00

37 lines
2.4 KiB
YAML

### How to Use: #########################################################
# #
# Each card to delete has to be #
# * in its own new line #
# #
# Each line has to consist out of #
# * 2 leading spaces (" ") #
# * a dash ("-") #
# * additional space (" ") #
# * exact card name #
# #
### Hints: ##############################################################
# #
# * Cards that begin/end with spaces or contain a colon need quoted #
# * Indentation is critical, two spaces per indentation #
# * For a better overview group cards from the same set and #
# label them with "#setcode" above the first entry of each set #
# #
### Form: ###############################################################
# #
# - card name #
# #
### Example Entry: ######################################################
# #
# - JUNK NAME TO DELETE #
# - " Tocaf's Honor Guard " #
# #
#########################################################################
# never remove this part of the file, since it will break otherwise #
delete: #
- must not be empty! #
#########################################################################
# Enter cards that should be deleted below. But note the syntax hints on top!