From 14c118e86e6cb2754823c9eac1ea8848d4972d3b Mon Sep 17 00:00:00 2001 From: pichoro Date: Sat, 10 Jan 2009 21:58:47 +0000 Subject: [PATCH] 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 --- data/magic-future-split.mse-style/costmask.png | Bin 916 -> 403 bytes data/magic-future-split.mse-style/style | 4 ++-- data/magic.mse-game/add_cards_scripts | 15 ++++++++++++++- data/magic.mse-game/set_fields | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/data/magic-future-split.mse-style/costmask.png b/data/magic-future-split.mse-style/costmask.png index eafd942f580dbcf20746a2c5b811e9d6ceb25e1d..640d80de864ee965816410560206eda1ce6d524b 100644 GIT binary patch delta 388 zcmV-~0ek+G2a^Mk7=Hu<00016+)q6K000|MOjJbx002KfKluLs`u_g?{r&s?{{8;` z{{H^||Nj%#j~oC10W(QNK~#9!?b$JI!!Qg5Q2wc1Ik{_(kW*yN5qg9I0i?B)eC!q( zlDJir-$28m*5-7OQ(s9}soIOHQt7wZ zRU%|3sUiDF+=*;<&!uejufOITPtsL-Zgu&)+)E)thKv&-PJ}oSLWT_apXHE$XJ1`; zpEx;}QcQDVM14tC2|A~|&z){LB&4lGNK+}}NsoDl$6V$YQ=wDR!>#@sCBJ{&U!0vC za=y~Cl~WdS(~>xsJ6bkZ7xsxx@>-RS%m0{t+-3%SX_u^$!b>B@p+~oWz$VX+*<8cx3)fc-f+dE7fIXpoF`waY=24L zdt2Od=hBG_{I(av+}i4PIxxL-irdLL)p@N&4_u3h(G_il#yO&OZbp+P`n|m%#_+Rr z!uH#_u1Cr%)s^?>rMzg}Em8LEc}j|h08m|Nd8&%CWF*LxxqEl1*zqrM%Sw4F7Q#0* zdCNSyR= z3(IqS8lb%{+97KRge@icN_2w5IWBu;$&((-%QCndSc<~@Bz7M0_^B!``4GvPuD+Z#_a&16OopQDRU>z{-4-8vDB@NEvitme&6JY zifllKX3s`)ivuCIz?`l3WMLd5=aV%bjDc}plGVPA0qCu#EfafEz`^;{Ne-)5hMD%F caOHYNOOXrB>zX85f!T_|)78&qol`;+0RGN^p#T5? 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