forked from External/mage
* now accepts lower case name matching * partial matching also works with confirmation with multiple matches
7 lines
No EOL
253 B
Cheetah
7 lines
No EOL
253 B
Cheetah
/*
|
|
[=$cardName=]
|
|
[=$manaCost=]
|
|
[=$typeLine=]
|
|
[=$abilities=][=$loyalty ? "\n Loyalty:$loyalty" : "" =][=$powerToughness ? "\n $powerToughness" : "" =]
|
|
*/
|
|
private static final String [=$classNameLower=] = "[=$cardName=]"; |