Add settings (default: true) to ignore online-only cards

This commit is contained in:
Basile Clément 2025-03-20 19:48:41 +01:00
parent 345606846f
commit 688720bfac
No known key found for this signature in database
10 changed files with 94 additions and 31 deletions

View file

@ -28,6 +28,7 @@
<xs:attribute type="xs:anyURI" name="picURL" use="optional" />
<xs:attribute type="xs:string" name="num" use="optional" />
<xs:attribute type="xs:string" name="rarity" use="optional" />
<xs:attribute type="xs:boolean" name="onlineOnly" use="optional" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>