update sister games (#52)
Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
@@ -261,8 +261,8 @@ set field:
|
||||
initial: old, pseudo, custom
|
||||
# Convert from older mse versions
|
||||
script:
|
||||
if value = "yes" then "old, core, expert, custom"
|
||||
else if value = "no" then ""
|
||||
if value == "yes" then "old, core, expert, custom"
|
||||
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:
|
||||
@@ -270,6 +270,9 @@ set field:
|
||||
name: automatic card numbers
|
||||
initial: no
|
||||
description: Should card numbers be shown on the cards?
|
||||
set field:
|
||||
type: info
|
||||
name: custom mana
|
||||
set field:
|
||||
type: text
|
||||
name: custom mana symbol name
|
||||
@@ -281,11 +284,15 @@ set field:
|
||||
choice: enable in text boxes
|
||||
choice: colored mana symbols
|
||||
choice: hybrid with colors
|
||||
set field:
|
||||
type: text
|
||||
name: number hybrid variants
|
||||
description: Change each number hybrid (0/X, 1/X, 2/X ... 11/X) up to this number to a specific variant instead of a hybrid symbol.
|
||||
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: In your mainframe-extras folder, 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
|
||||
@@ -296,6 +303,8 @@ set field:
|
||||
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).
|
||||
choice: You can change number hybrids (2/V etc) to different mana symbols for even more custom symbols.
|
||||
choice: Put the highest number to change (from 0 to 11) in "number hybrid variants" and save as NAME_0.png etc.
|
||||
|
||||
############################# Default style
|
||||
default set style:
|
||||
|
||||
Reference in New Issue
Block a user