mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
while there is still time to make changes to the file format: s/probability/weight/
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1338 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -91,10 +91,10 @@ pack type:
|
||||
select: proportional
|
||||
item:
|
||||
name: mythic rare
|
||||
probability: 1
|
||||
weight: 1
|
||||
item:
|
||||
name: rare
|
||||
probability: 2
|
||||
weight: 2
|
||||
|
||||
pack type:
|
||||
name: shifted uncommon or rare
|
||||
@@ -102,10 +102,10 @@ pack type:
|
||||
select: nonempty
|
||||
item:
|
||||
name: shifted uncommon
|
||||
probability: 3
|
||||
weight: 3
|
||||
item:
|
||||
name: shifted rare
|
||||
probability: 1
|
||||
weight: 1
|
||||
|
||||
############################################################## Common proportions of cards
|
||||
|
||||
|
||||
Reference in New Issue
Block a user