mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 05:57:00 -04:00
Adding magic-new-textless-land template.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1421 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -152,7 +152,6 @@ card field:
|
||||
name: super type
|
||||
icon: stats/card_type.png
|
||||
position hint: 30
|
||||
editable: false
|
||||
script: super_type_filter(value)
|
||||
card field:
|
||||
type: text
|
||||
@@ -160,7 +159,6 @@ card field:
|
||||
icon: stats/creature_type.png
|
||||
position hint: 31
|
||||
script: sub_type_filter(value, type:card.super_type)
|
||||
editable: false
|
||||
card field:
|
||||
type: text
|
||||
name: type
|
||||
@@ -420,14 +418,12 @@ card field:
|
||||
type: text
|
||||
name: super type 2
|
||||
icon: stats/creature_type.png
|
||||
editable: false
|
||||
show statistics: false
|
||||
script: super_type_filter(value)
|
||||
card field:
|
||||
type: text
|
||||
name: sub type 2
|
||||
icon: stats/creature_type.png
|
||||
editable: false
|
||||
show statistics: false
|
||||
script: sub_type_filter(value, type:card.super_type_2)
|
||||
card field:
|
||||
|
||||
Reference in New Issue
Block a user