21 lines
452 B
Plaintext
21 lines
452 B
Plaintext
# Dread Infernal
|
|
{
|
|
".section battlecry" : {
|
|
"code" : "
|
|
def(card_list_s, allcards)
|
|
allcards = hsl_board_all_cards($attacker, $heroes_included);
|
|
|
|
def(card_list_s, cl)
|
|
foreach(cl, allcards) {
|
|
cl->card->receive.damage = 1;
|
|
}
|
|
|
|
hsl_attack_aoe(attacker, allcards)
|
|
|
|
hsl_link_target(attacker, allcards)
|
|
",
|
|
|
|
"target": "$auto"
|
|
}
|
|
}
|