3.0.0 final touches (#84)

---------

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
GenevensiS
2024-10-01 15:42:16 +02:00
committed by GitHub
parent 106e343851
commit 6960d85314
775 changed files with 2509 additions and 2817 deletions

View File

@@ -16,4 +16,54 @@ To use images, make a new folder in Cockatrice\pics\downloadedPics (name it your
To use with other cards, simply place the new .xml file in the customsets folder (C:\\Users\[ACCOUNT_NAME]\App Data\Local\Cockatrice\Cockatrice\customsets)
then restart cockatrice
To use DFC's export images like normal but then use an image editor to split each card into two images with the appropriate names
Exporter Options:
Cockatrice Set Type
The description of the set under “Set Type” in Cockatrice, such as Promo or Core. Custom is recommended.
Export Images
Whether to export images and at what quality. JPG images are lower quality but smaller file sizes. PNG images cant be uploaded to Planesculptors anymore.
Tokens in Separate XML
Separates the tokens into their own file. This is no longer necessary but is still supported.
Append Set Code to Tokens
Enabling this will put your set code at the beginning of all token names. This is highly recommended if you will be combining your set with canon or other custom sets to prevent name conflicts.
Append String to Names
Similar to above, but puts the given string at the beginning of all nontoken names. To do this for specific cards rather than all of them, see !exportname in the next section.
Rarities to Export
Restrict which rarities to export for easier to build commons-draft builds and similar. By default all cards will be exported.
Card Note Tags
This exporter can also check the Card Notes section of each of your cards for a handful of card-specific functions:
!exportname
Within Cockatrice, the card will be referred to by the replacement name given here. Useful for cards that have multiple versions, like basic lands or differently sized tokens.
Examples:
!exportname Mountain 2
!exportname 5/5 Zombie
!tapped
This card will enter the battlefield tapped.
!related
Used on tokens. After the related tag, list the card names that produce this token separated by semicolons. You can specify multiple tokens by adding <#> after the card name, or <x> for creating a variable amount. You can repeat card names to create multiple scripts for different values.
Examples:
!related Ironroot Warlord;Raise the Alarm<2>;
!related Reckless Endeavor<x>
!related Increasing Devotion<5>; Increasing Devotion<10>;
!related Sarkhan, Wanderer to Shiv<conjure>
!tokens
Used primarily for nontoken cards, but otherwise works similarly to above, just in the reverse direction.
!tokens and !related can both use the <conjure> or <persistent> tag, which will cause the token created by this script to not be destroyed when it leaves the battlefield, ideal for supporting Conjure cards.
Examples:
!tokens Soldier<2>
!tokens Shivan Dragon<conjure>

View File

@@ -1,6 +1,6 @@
mse version: 2.5.0
short name: Cockatrice
full name: Exporter v2.0
full name: Exporter v2.1
position hint: 100
icon: icon.png
version: 2024-09-23
@@ -21,7 +21,7 @@ file type: *.xml|*.xml|*.*|*.*
option field:
type: choice
name: info
choice: Updated 2023/02, guide: https://tinyurl.com/ctexportv2
choice: Updated 2024/10, guide: https://tinyurl.com/ctexportv2
option field:
type: text
name: cockatrice Set Type