mirror of
https://github.com/magefree/mage.git
synced 2025-12-19 18:20:13 -08:00
* 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=]"; |