Cockatrice / Magic-Spoiler

Tools for generating Cockatrice-compatible cards.xmls for unreleased magic cards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Individual spoiler compilations for a certain set (e.g. NEC.xml) have wrong source link

tooomm opened this issue · comments

All spoiler files link to the combined, main spoiler.xml file.

<sourceUrl>https://raw.githubusercontent.com/Cockatrice/Magic-Spoiler/files/spoiler.xml</sourceUrl>


<?xml version='1.0' encoding='UTF-8'?>
<cockatrice_carddatabase xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="4" xsi:schemaLocation="https://raw.githubusercontent.com/Cockatrice/Cockatrice/master/doc/carddatabase_v4/cards.xsd">
  <!--
  THIS FILE IS AUTOMATICALLY GENERATED & ALL EDITS WILL BE OVERRIDDEN.
  -->
  <info>
    <author>Cockatrice/Magic-Spoiler</author>
    <createdAt>2022-02-11 12:44:08 (UTC)</createdAt>
    <sourceUrl>https://raw.githubusercontent.com/Cockatrice/Magic-Spoiler/files/spoiler.xml</sourceUrl>
    <sourceVersion/>
  </info>
  <sets>
    <set>
      <name>NEC</name>
      <longname>Neon Dynasty Commander</longname>
      <settype>Commander</settype>
      <releasedate>2022-02-18</releasedate>
    </set>
  </sets>
  <cards>
    <card>
      <name>Access Denied</name>
      <text>Counter target spell. Create X 1/1 colorless Thopter artifact creature tokens with flying, where X is that spell's mana value.</text>
      <prop>
        <color>U</color>
        <type>Instant</type>
        <cmc>5.0</cmc>
        <manacost>3UU</manacost>
      </prop>
      <set rarity="Rare" picURL="https://c1.scryfall.com/file/scryfall-cards/normal/front/1/6/1642df77-6fe8-47cf-b750-ca4dd9b331ba.jpg?1644252459">NEC</set>
      <tablerow>3</tablerow>
    </card>
    ...
  </cards>
</cockatrice_carddatabase>