mage/Utils/cardInfo.tmpl
jmlundeen 5bbcda3d4e Update card test generation and card info templating
* now accepts lower case name matching
* partial matching also works with confirmation with multiple matches
2025-10-26 16:25:45 -05:00

7 lines
No EOL
253 B
Cheetah

/*
[=$cardName=]
[=$manaCost=]
[=$typeLine=]
[=$abilities=][=$loyalty ? "\n Loyalty:$loyalty" : "" =][=$powerToughness ? "\n $powerToughness" : "" =]
*/
private static final String [=$classNameLower=] = "[=$cardName=]";