Initial commit
This commit is contained in:
401
data/magic.mse-game/set_fields
Normal file
401
data/magic.mse-game/set_fields
Normal file
@@ -0,0 +1,401 @@
|
||||
|
||||
############################################################## Set fields
|
||||
|
||||
set field:
|
||||
type: info
|
||||
name: Set Information
|
||||
set field:
|
||||
type: text
|
||||
name: title
|
||||
identifying: true
|
||||
set field:
|
||||
type: text
|
||||
name: description
|
||||
multi line: true
|
||||
set field:
|
||||
type: text
|
||||
name: artist
|
||||
set field:
|
||||
type: text
|
||||
name: copyright
|
||||
set field:
|
||||
type: text
|
||||
name: set code
|
||||
description: Typically, a three letter code for the set.
|
||||
set field:
|
||||
type: text
|
||||
name: set language
|
||||
description: Typically, a two letter code for the language the set is in.
|
||||
set field:
|
||||
type: text
|
||||
name: masterpiece set code
|
||||
description: The letter code for masterpieces, typically MSP
|
||||
set field:
|
||||
type: symbol
|
||||
name: symbol
|
||||
description: The symbol for this set, double click to edit
|
||||
set field:
|
||||
type: symbol
|
||||
name: masterpiece symbol
|
||||
description: The symbol for this sets masterpieces, click to edit
|
||||
set field:
|
||||
type: boolean
|
||||
name: shorten types for rarity
|
||||
description: Makes the typeline not run into the rarity symbol. Disable if you don't use rarity symbols.
|
||||
set field:
|
||||
type: info
|
||||
name: Watermark links
|
||||
set field:
|
||||
type: text
|
||||
name: custom watermark 1
|
||||
description: Set this image in magic-watermarks.mse-include as Custom Watermark 1
|
||||
set field:
|
||||
type: text
|
||||
name: custom watermark 2
|
||||
description: Set this image in magic-watermarks.mse-include as Custom Watermark 2
|
||||
set field:
|
||||
type: text
|
||||
name: custom watermark 3
|
||||
description: Set this image in magic-watermarks.mse-include as Custom Watermark 3
|
||||
set field:
|
||||
type: text
|
||||
name: custom watermark 4
|
||||
description: Set this image in magic-watermarks.mse-include as Custom Watermark 4
|
||||
set field:
|
||||
type: text
|
||||
name: custom watermark 5
|
||||
description: Set this image in magic-watermarks.mse-include as Custom Watermark 5
|
||||
set field:
|
||||
type: text
|
||||
name: custom watermark 6
|
||||
description: Set this image in magic-watermarks.mse-include as Custom Watermark 6
|
||||
set field:
|
||||
type: text
|
||||
name: custom watermark 7
|
||||
description: Set this image in magic-watermarks.mse-include as Custom Watermark 7
|
||||
set field:
|
||||
type: text
|
||||
name: custom watermark 8
|
||||
description: Set this image in magic-watermarks.mse-include as Custom Watermark 8
|
||||
set field:
|
||||
type: text
|
||||
name: custom watermark 9
|
||||
description: Set this image in magic-watermarks.mse-include as Custom Watermark 9
|
||||
set field:
|
||||
type: text
|
||||
name: custom watermark 10
|
||||
description: Set this image in magic-watermarks.mse-include as Custom Watermark 10
|
||||
set field:
|
||||
type: boolean
|
||||
name: blend with colors
|
||||
initial: no
|
||||
description: Only works for 500x500 px watermarks. For best results, use a solid black watermark. Blend watermarks with card colors instead of a solid color.
|
||||
set field:
|
||||
type: info
|
||||
name: Defaults and Automation
|
||||
set field:
|
||||
type: text
|
||||
name: inserts
|
||||
description: List of strings, separated by ;, that replaces INS1, INS2, ... INS9. May need to reload MSE for changes to take effect.
|
||||
set field:
|
||||
type: color
|
||||
name: border color
|
||||
description: The default border color for cards
|
||||
choice:
|
||||
name: black
|
||||
color: rgb(0,0,0)
|
||||
choice:
|
||||
name: white
|
||||
color: rgb(255,255,255)
|
||||
choice:
|
||||
name: silver
|
||||
color: rgb(200,200,200)
|
||||
choice:
|
||||
name: gold
|
||||
color: rgb(200,180,0)
|
||||
set field:
|
||||
type: multiple choice
|
||||
name: automatic reminder text
|
||||
choice: old
|
||||
choice: core
|
||||
choice: expert
|
||||
choice: pseudo
|
||||
choice: action
|
||||
choice: custom
|
||||
choice: lower case
|
||||
initial: old, expert, pseudo, action, custom, lower case
|
||||
# Convert from older mse versions
|
||||
script:
|
||||
if value == "yes" then "old, core, expert, custom, lower case"
|
||||
else if value == "no" then ""
|
||||
else value
|
||||
description: For which kinds of keywords should reminder text be added by default? Note: you can enable/disable reminder text by right clicking the keyword.
|
||||
set field:
|
||||
type: boolean
|
||||
name: automatic card numbers
|
||||
description: Should card numbers be shown on the cards?
|
||||
set field:
|
||||
type: text
|
||||
name: card number offsets
|
||||
description: Add this number to the card numbers. Formatted as "start,total"
|
||||
set field:
|
||||
type: boolean
|
||||
name: automatic copyright
|
||||
description: Should the copyright line above be shown on the cards?
|
||||
set field:
|
||||
type: boolean
|
||||
name: rarity codes
|
||||
description: Show rarity codes on M15 frames?
|
||||
set field:
|
||||
type: boolean
|
||||
name: trim statistics
|
||||
description: Removes tokens, special rarity, and masterpiece rarity from most statistics.
|
||||
set field:
|
||||
type: boolean
|
||||
name: curly quotes
|
||||
description: converts quotes to curly quotes.
|
||||
set field:
|
||||
type: choice
|
||||
name: sort special rarity
|
||||
description: Determines how cards with special rarity are sorted.
|
||||
choice: with the rest
|
||||
choice: after other cards
|
||||
choice: separate numbering
|
||||
initial: after other cards
|
||||
set field:
|
||||
type: boolean
|
||||
name: sort multicolor in pairs
|
||||
description: Should multicolor cards be sorted according to pairs like in Shards block?
|
||||
initial: no
|
||||
set field:
|
||||
type: boolean
|
||||
name: sort hybrid in pairs
|
||||
description: Should hybrid cards be sorted according to pairs like in Shadowmoor block?
|
||||
initial: no
|
||||
set field:
|
||||
type: choice
|
||||
name: mana cost sorting
|
||||
description: Should mana costs be sorted by Tarkir standard (WBG), Apocalypse standard (BGW), or left unsorted?
|
||||
choice: tarkir wedge sorting
|
||||
choice: apocalypse wedge sorting
|
||||
choice: unsorted
|
||||
#typo that stood for way too long
|
||||
script:
|
||||
if value == "apocalype wedge sorting" then "apocalypse wedge sorting" else value
|
||||
set field:
|
||||
type: choice
|
||||
name: card language
|
||||
description: Language for the cards
|
||||
choice: English
|
||||
choice: Français
|
||||
choice: Russian
|
||||
choice: Italiano
|
||||
initial: English
|
||||
set field:
|
||||
type: boolean
|
||||
name: mark errors
|
||||
description: Marks errors on cards, for example wording and spelling errors, non unique card names, etc.
|
||||
set field:
|
||||
type: boolean
|
||||
name: auto correct
|
||||
description: Applies auto correct for a few common syntax errors.
|
||||
set field:
|
||||
type: boolean
|
||||
name: auto errata
|
||||
description: Applies auto errata for a changed rules text.
|
||||
initial: no
|
||||
set field:
|
||||
type: boolean
|
||||
name: alias as cardname
|
||||
description: Replaces CARDNAME with a card's alias instead of card name.
|
||||
set field:
|
||||
type: choice
|
||||
name: use gradient multicolor
|
||||
choice: yes
|
||||
choice: only for two color cards
|
||||
choice: no
|
||||
description: Use gradients on multicolor cards by default, you can always change it be clicking on the card border.
|
||||
initial: only for two color cards
|
||||
set field:
|
||||
type: boolean
|
||||
name: wedge mana costs
|
||||
description: Depreciated. Should three color mana costs sort in wedge order like in Khans block?
|
||||
initial: no
|
||||
set field:
|
||||
type: info
|
||||
name: Mainframe Template Options
|
||||
set field:
|
||||
type: text
|
||||
name: mainframe rarity name
|
||||
description: Use rarity symbols from magic-mainframe-extras.mse-include. Input NAME.png here, save the images as NAMEc.png, NAMEu.png, NAMEr.png, NAMEm.png, NAMEs.png, and NAMEmp.png
|
||||
set field:
|
||||
type: boolean
|
||||
name: use flavor bar
|
||||
description: Enables the flavor bar on Mainframe templates.
|
||||
set field:
|
||||
type: boolean
|
||||
name: auto legends
|
||||
description: Automatically apply the Legendary frame on Mainframe templates.
|
||||
set field:
|
||||
type: text
|
||||
name: custom index
|
||||
description: Order of card fields for the custom index sorting
|
||||
script: replace(value, match:"\n", replace:"")
|
||||
set field:
|
||||
type: text
|
||||
name: custom mana symbol name
|
||||
description: Use mana symbols from magic-mainframe-extras.mse-include. Input NAME.png here, check help below for file instructions.
|
||||
set field:
|
||||
type: multiple choice
|
||||
name: mana symbol options
|
||||
choice: enable in casting costs
|
||||
choice: enable in text boxes
|
||||
choice: colored mana symbols
|
||||
choice: hybrid with colors
|
||||
set field:
|
||||
type: choice
|
||||
name: mana symbol help
|
||||
choice: Click here for mana symbol help!
|
||||
choice: In your mainframe-extrasfolder, create folders named "large" and/or "small" depending on your usage
|
||||
choice: Large is for only mana costs, small for only text, create both if you use both
|
||||
choice: Additionally, you can create a "future" folder for M15 Future mana costs
|
||||
choice: Save NAME.png to the relevant folders. Remember that large symbols have dropshadows
|
||||
choice: For the name option above, set the address of the image, minus mainframe-extras and large/small/future
|
||||
choice: Ex: magic-mainframe-extras/cajun/large/hazard.png would use cajun/hazard.png
|
||||
choice: Standard size is 160x160 for small, 200x200 for small hybrid and future, 165x178 for large, 205x218 for large hybrid
|
||||
choice: If your symbol mixes with colors (such as Phyrexian mana): Save NAME_w.png, NAME_u.png, etc to those folders too.
|
||||
choice: If your symbol hybrids with colors (like 2/W): [Note, doesn't work on M15 Future mana costs.]
|
||||
choice: Save NAME_h.png to those folders too. See mana_bb.png and similar for how this image should look.
|
||||
choice: Your mana symbol will now be keyed to V (and V/W, V/U, etc. for colored/hybrid symbols).
|
||||
############################# Default style
|
||||
|
||||
default set style:
|
||||
title:
|
||||
padding left: 2
|
||||
font:
|
||||
size: 16
|
||||
symbol:
|
||||
max aspect ratio: 2.5
|
||||
variation:
|
||||
name: common
|
||||
border radius: 0.10
|
||||
fill type: solid
|
||||
fill color: rgb(0,0,0)
|
||||
border color: rgb(255,255,255)
|
||||
variation:
|
||||
name: uncommon
|
||||
border radius: 0.07
|
||||
fill type: linear gradient
|
||||
fill color 1: rgb(224,224,224)
|
||||
fill color 2: rgb(84, 84, 84)
|
||||
border color 1: rgb(0, 0, 0)
|
||||
border color 2: rgb(0, 0, 0)
|
||||
variation:
|
||||
name: rare
|
||||
border radius: 0.07
|
||||
fill type: linear gradient
|
||||
fill color 1: rgb(214,196,94)
|
||||
fill color 2: rgb(95, 84, 40)
|
||||
border color 1: rgb(0, 0, 0)
|
||||
border color 2: rgb(0, 0, 0)
|
||||
variation:
|
||||
name: mythic rare
|
||||
border radius: 0.07
|
||||
fill type: linear gradient
|
||||
fill color 1: rgb(245,148,31)
|
||||
fill color 2: rgb(186,45,38)
|
||||
border color 1: rgb(0, 0, 0)
|
||||
border color 2: rgb(0, 0, 0)
|
||||
variation:
|
||||
name: special
|
||||
border radius: 0.10
|
||||
fill type: linear gradient
|
||||
fill color 1: rgb(224,170,247)
|
||||
fill color 2: rgb(58,7,80)
|
||||
border color 1: rgb(255, 255, 255)
|
||||
border color 2: rgb(255, 255, 255)
|
||||
##purple
|
||||
##fill color 1: rgb(224,170,247)
|
||||
##fill color 2: rgb(58,7,80)
|
||||
##green
|
||||
##fill color 1: rgb(3,146,50)
|
||||
##fill color 2: rgb(114,252,158)
|
||||
##brown
|
||||
##fill color 1: rgb(177,150,131)
|
||||
##fill color 2: rgb(83,67,53)
|
||||
##border color 1: rgb(0, 0, 0)
|
||||
##border color 2: rgb(0, 0, 0)
|
||||
variation:
|
||||
name: watermark
|
||||
border radius: 0.10
|
||||
fill type: solid
|
||||
fill color: rgb(255,255,255)
|
||||
border color: rgba(0,0,0,0)
|
||||
masterpiece symbol:
|
||||
max aspect ratio: 2.5
|
||||
variation:
|
||||
name: common
|
||||
border radius: 0.10
|
||||
fill type: solid
|
||||
fill color: rgb(0,0,0)
|
||||
border color: rgb(255,255,255)
|
||||
variation:
|
||||
name: uncommon
|
||||
border radius: 0.07
|
||||
fill type: linear gradient
|
||||
fill color 1: rgb(224,224,224)
|
||||
fill color 2: rgb(84, 84, 84)
|
||||
border color 1: rgb(0, 0, 0)
|
||||
border color 2: rgb(0, 0, 0)
|
||||
variation:
|
||||
name: rare
|
||||
border radius: 0.07
|
||||
fill type: linear gradient
|
||||
fill color 1: rgb(214,196,94)
|
||||
fill color 2: rgb(95, 84, 40)
|
||||
border color 1: rgb(0, 0, 0)
|
||||
border color 2: rgb(0, 0, 0)
|
||||
variation:
|
||||
name: mythic rare
|
||||
border radius: 0.07
|
||||
fill type: linear gradient
|
||||
fill color 1: rgb(245,148,31)
|
||||
fill color 2: rgb(186,45,38)
|
||||
border color 1: rgb(0, 0, 0)
|
||||
border color 2: rgb(0, 0, 0)
|
||||
variation:
|
||||
name: special
|
||||
border radius: 0.10
|
||||
fill type: linear gradient
|
||||
fill color 1: rgb(224,170,247)
|
||||
fill color 2: rgb(58,7,80)
|
||||
border color 1: rgb(255,255,255)
|
||||
border color 2: rgb(255,255,255)
|
||||
variation:
|
||||
name: watermark
|
||||
border radius: 0.10
|
||||
fill type: solid
|
||||
fill color: rgb(255,255,255)
|
||||
border color: rgba(0,0,0,0)
|
||||
automatic reminder text:
|
||||
render style: checklist
|
||||
direction: vertical
|
||||
sort special rarity:
|
||||
render style: both
|
||||
choice images:
|
||||
with the rest: /magic.mse-game/icons/number_cards_mixed.png
|
||||
after other cards: /magic.mse-game/icons/number_cards_after.png
|
||||
separate numbering: /magic.mse-game/icons/number_cards_separate.png
|
||||
use gradient multicolor:
|
||||
render style: both
|
||||
choice images:
|
||||
yes: script: built_in_image("bool_yes")
|
||||
no: script: built_in_image("bool_no")
|
||||
card language:
|
||||
render style: both
|
||||
choice images:
|
||||
English: /magic.mse-game/icons/language-en.png
|
||||
Français: /magic.mse-game/icons/language-fr.png
|
||||
mana symbol options:
|
||||
render style: checklist
|
||||
direction: vertical
|
||||
Reference in New Issue
Block a user