Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Fire Elemental
|
||||
{
|
||||
".section battlecry" : {
|
||||
"code" : "
|
||||
def(card_s, def)
|
||||
def = hsl_card($target);
|
||||
if(def) {
|
||||
hsl_attack_bc($attacker, def, 3)
|
||||
}
|
||||
",
|
||||
|
||||
"target": "$all"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user