diff --git a/data/magic-future-split.mse-style/costmask.png b/data/magic-future-split.mse-style/costmask.png index eafd942f..640d80de 100644 Binary files a/data/magic-future-split.mse-style/costmask.png and b/data/magic-future-split.mse-style/costmask.png differ diff --git a/data/magic-future-split.mse-style/style b/data/magic-future-split.mse-style/style index 3a1c67c7..ac4f3300 100644 --- a/data/magic-future-split.mse-style/style +++ b/data/magic-future-split.mse-style/style @@ -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 diff --git a/data/magic.mse-game/add_cards_scripts b/data/magic.mse-game/add_cards_scripts index 460d8dc9..87aa42d1 100644 --- a/data/magic.mse-game/add_cards_scripts +++ b/data/magic.mse-game/add_cards_scripts @@ -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 diff --git a/data/magic.mse-game/set_fields b/data/magic.mse-game/set_fields index c823381a..4a7631cb 100644 --- a/data/magic.mse-game/set_fields +++ b/data/magic.mse-game/set_fields @@ -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