random pack generation works

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1045 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-08-04 01:38:46 +00:00
parent 0cb872a0d3
commit 04a040dc29
8 changed files with 189 additions and 47 deletions
+1
View File
@@ -753,6 +753,7 @@ error:
It is recommended that you upgrade to the latest version.
Visit http:://magicseteditor.sourceforge.net/
word list type not found: The word list type "%s" was not found (from a <word-list> tag)
pack item not found: The pack item "%s" was not found (from a pack type)
# Update checking
checking updates failed: Checking updates failed.
+21 -21
View File
@@ -1836,16 +1836,16 @@ auto replace:
############################################################## Card packs
pack item:
name: Common
name: common
filter: card.rarity == "common"
pack item:
name: Uncommon
name: uncommon
filter: card.rarity == "uncommon"
pack item:
name: Rare
name: rare
filter: card.rarity == "rare"
pack item:
name: Basic Land
name: basic land
filter: card.type == "Plains"
filter: card.type == "Island"
filter: card.type == "Swamp"
@@ -1855,46 +1855,46 @@ pack item:
#type: cyclic
pack type:
name: Tournament pack
name: tournament pack
item:
name: Rare
name: rare
amount: 3
item:
name: Uncommon
name: uncommon
amount: 9
item:
name: Common
name: common
amount: 33
item:
name: Basic Land
name: basic land
amount: 30
pack type:
name: Booster pack
name: booster pack
item:
name: Rare
name: rare
amount: 1
item:
name: Uncommon
name: uncommon
amount: 3
item:
name: Common
name: common
amount: 11
pack type:
name: Additional common
name: additional common
item:
name: Common
name: common
pack type:
name: Additional uncommon
name: additional uncommon
item:
name: Uncommon
name: uncommon
pack type:
name: Additional rare
name: additional rare
item:
name: Rare
name: rare
pack type:
name: Additional special
name: additional special
item:
name: Special
name: special