Commit 7cd24d39 authored by pichoro's avatar pichoro

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.
parent a24df85a
mse version: 0.3.7 mse version: 0.3.8
game: magic game: magic
short name: Future Splits short name: Future Splits
full name: Futureshift Splits full name: Futureshift Splits
...@@ -6,7 +6,7 @@ installer group: magic/Future/Split cards ...@@ -6,7 +6,7 @@ installer group: magic/Future/Split cards
icon: card-sample.png icon: card-sample.png
position hint: 053 position hint: 053
version: 2008-08-05 version: 2009-01-09
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2008-06-02
......
...@@ -12,6 +12,19 @@ add cards script: ...@@ -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"]) , 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: #add cards script:
# name: &Many Empty Cards # name: &Many Empty Cards
# script: # script:
...@@ -33,5 +46,5 @@ add cards script: ...@@ -33,5 +46,5 @@ add cards script:
, new_card([card_color: "green"]) , new_card([card_color: "green"])
] ]
#TODO: Vertical Cycle #TODO: Vertical Cycle; needs text dialog for setting color
...@@ -51,7 +51,7 @@ set field: ...@@ -51,7 +51,7 @@ set field:
choice: action choice: action
choice: custom choice: custom
choice: lower case choice: lower case
initial: old, core, expert, pseudo, action, custom initial: old, expert, pseudo, action, custom
# Convert from older mse versions # Convert from older mse versions
script: script:
if value = "yes" then "old, core, expert, custom" if value = "yes" then "old, core, expert, custom"
...@@ -88,7 +88,7 @@ set field: ...@@ -88,7 +88,7 @@ set field:
choice: only for two color cards choice: only for two color cards
choice: no choice: no
description: Use gradients on multicolor cards by default, you can always change it be clicking on the card border. 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 ############################# Default style
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment