Magic-Spoiler/set_info.yml
2019-03-31 23:21:38 +02:00

84 lines
2.9 KiB
YAML

# Every set needs to start with three dashes "---" above its information.
# No closing dashes after each set or at the end of the file needed!
#
# required keys
#
# code: "FSN"
# name: "Full Set Name"
# size: 274 #if set size not yet known, comment all line out! e.g. "#size: ?"
# releaseDate: "2050-02-28"
# type: "expansion"
#
# optional keys
#
# block: "Block Name" #concept of blocks deprecated with "3 and 1" model: https://magic.wizards.com/en/articles/archive/making-magic/metamorphosis-2-0-2017-06-12
# mtgsurl: "http://url_to_mtgsalvation.com/spoilers/page
# mtgscardpath "http://url_to_mtgsalvation.com/cards/setpage/"
# fullSpoil: false
# noRSS: true #don't check MTGS spoiler newsfeed spoiler.rss for this set
# noBooster:
# mythicCode:
# mythicOnly:
# scryfallOnly:
# masterpieces:
#
# Masterpieces contain code, name, releaseDate as above
# and requires mtgsurl and mtgscardpath
# also can contain
#
# alternativeNames: ["Same as set long name, but minus 'Masterpiece Series:'"]
#
# Example "Hour of Devastation" info (scraped from MTGS) with leading dashes and masterpieces from all its block:
# ---
# code: "HOU"
# name: "Hour of Devastation"
# block: "Amonkhet"
# size: 199
# releaseDate: "2017-07-14"
# type: "expansion" #can be "expansion", "core", "commander", "masters" - for full list see http://mtgjson.com/documentation.html#sets
# mtgsurl: "http://www.mtgsalvation.com/spoilers/183-hour-of-devastation" #looks like http://www.mtgsalvation.com/spoilers/183 automatically redirects to same page
# mtgscardpath: "http://www.mtgsalvation.com/cards/hour-of-devastation/" #important: don't forget the trailing slash "/" at the end of the link!
# fullSpoil: false
# masterpieces:
# code: "MPS_AKH"
# name: "Masterpiece Series: Amonkhet Invocations"
# releaseDate: "2017-04-28"
# alternativeNames: ["Amonkhet Invocations"]
# galleryURL: "http://magic.wizards.com/en/articles/archive/feature/masterpiece-series-hour-devastation-invocations-2017-06-19"
# additionalCardNames: []
# mtgsurl: "http://www.mtgsalvation.com/spoilers/181-amonkhet-invocations"
# mtgscardpath: "http://www.mtgsalvation.com/cards/amonkhet-invocations/"
---
code: "WAR"
name: "War of the Spark"
size: 264
releaseDate: "2019-05-03"
type: "expansion"
mtgsurl: ""
#mtgscardpath: "?"
fullSpoil: false
scryfallOnly: true
noRSS: true
---
code: "MH1"
name: "Modern Horizons"
size: 255
releaseDate: "2019-06-14"
type: "expansion"
mtgsurl: ""
#mtgscardpath: "?"
fullSpoil: false
scryfallOnly: true
noRSS: true
---
code: "M20"
name: "Core Set 2020"
size: ??
releaseDate: "2019-07-12"
type: "core"
mtgsurl: ""
#mtgscardpath: "?"
fullSpoil: false
scryfallOnly: false
noRSS: true