mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Adding add_multiple_cards script for group of basic snow-covered lands.
Changed default settings for Magic to more closely match real Magic sets. Minor adjustments to magic-new-split. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1339 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 916 B After Width: | Height: | Size: 403 B |
@@ -1,4 +1,4 @@
|
||||
mse version: 0.3.7
|
||||
mse version: 0.3.8
|
||||
game: magic
|
||||
short name: Future Splits
|
||||
full name: Futureshift Splits
|
||||
@@ -6,7 +6,7 @@ installer group: magic/Future/Split cards
|
||||
icon: card-sample.png
|
||||
position hint: 053
|
||||
|
||||
version: 2008-08-05
|
||||
version: 2009-01-09
|
||||
depends on:
|
||||
package: magic.mse-game
|
||||
version: 2008-06-02
|
||||
|
||||
@@ -12,6 +12,19 @@ add cards script:
|
||||
, new_card([name: "Forest", super_type: "Basic Land", sub_type: "Forest", rarity: "basic land", watermark: "mana symbol green"])
|
||||
]
|
||||
|
||||
add cards script:
|
||||
name: &Basic Snow-Covered Lands
|
||||
description: Adds 5 basic snow-covered lands to the set (Plains, Island, Swamp, Mountain, Forest)
|
||||
script:
|
||||
# TODO:
|
||||
#show_yes_no_dialog("This set already contains basic snow-covered lands, do you want to add more?")
|
||||
[ new_card([name: "Snow-Covered Plains", super_type: "Basic Snow Land", sub_type: "Plains", rarity: "common", watermark: "mana symbol white"])
|
||||
, new_card([name: "Snow-Covered Island", super_type: "Basic Snow Land", sub_type: "Island", rarity: "common", watermark: "mana symbol blue"])
|
||||
, new_card([name: "Snow-Covered Swamp", super_type: "Basic Snow Land", sub_type: "Swamp", rarity: "common", watermark: "mana symbol black"])
|
||||
, new_card([name: "Snow-Covered Mountain", super_type: "Basic Snow Land", sub_type: "Mountain", rarity: "common", watermark: "mana symbol red"])
|
||||
, new_card([name: "Snow-Covered Forest", super_type: "Basic Snow Land", sub_type: "Forest", rarity: "common", watermark: "mana symbol green"])
|
||||
]
|
||||
|
||||
#add cards script:
|
||||
# name: &Many Empty Cards
|
||||
# script:
|
||||
@@ -33,5 +46,5 @@ add cards script:
|
||||
, new_card([card_color: "green"])
|
||||
]
|
||||
|
||||
#TODO: Vertical Cycle
|
||||
#TODO: Vertical Cycle; needs text dialog for setting color
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ set field:
|
||||
choice: action
|
||||
choice: custom
|
||||
choice: lower case
|
||||
initial: old, core, expert, pseudo, action, custom
|
||||
initial: old, expert, pseudo, action, custom
|
||||
# Convert from older mse versions
|
||||
script:
|
||||
if value = "yes" then "old, core, expert, custom"
|
||||
@@ -88,7 +88,7 @@ set field:
|
||||
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: no
|
||||
initial: only for two color cards
|
||||
|
||||
############################# Default style
|
||||
|
||||
|
||||
Reference in New Issue
Block a user