mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
slightly different stats icons for creature race and class
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1074 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -81,7 +81,7 @@ statistics dimension:
|
||||
statistics dimension:
|
||||
name: race
|
||||
position hint: 32
|
||||
icon: stats/creature_type.png
|
||||
icon: stats/creature_race.png
|
||||
description: Race of creatures and tribal cards
|
||||
script:
|
||||
if is_creature(card.super_type) or is_tribal(card.super_type) then
|
||||
@@ -91,7 +91,7 @@ statistics dimension:
|
||||
statistics dimension:
|
||||
name: creature class
|
||||
position hint: 33
|
||||
icon: stats/creature_type.png
|
||||
icon: stats/creature_class.png
|
||||
description: Class of creature cards
|
||||
script:
|
||||
if is_creature(card.super_type) then
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 672 B |
Binary file not shown.
|
After Width: | Height: | Size: 706 B |
Reference in New Issue
Block a user