Support flavorName in PrintingInfo and cache the altNames in CardInfo (#6335)

* Support flavorName property and cache altNames

* update oracleimporter

* update cards.xsd
This commit is contained in:
RickyRister
2025-11-20 05:54:23 -08:00
committed by GitHub
parent ab5d6db8a2
commit c46f6d1178
7 changed files with 72 additions and 9 deletions

View File

@@ -30,6 +30,7 @@
<xs:attribute type="xs:string" name="rarity" use="optional" />
<xs:attribute type="xs:boolean" name="isOnlineOnly" use="optional" />
<xs:attribute type="xs:boolean" name="isRebalanced" use="optional" />
<xs:attribute type="xs:string" name="flavorName" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>