Files
hsmod_original/hm_gameserver/script/mechanics/cards/CS2_026.card
T
WatermelonModders fc5cb0c32c Initial commit
2022-05-31 12:35:46 -04:00

16 lines
294 B
Plaintext

# Frost Nova
{
".section spell_aoe" : {
"code" : "
def(card_list_s, e)
e = hsl_board_enemy_cards($attacker, $heroes_excluded);
hsl_attack_aoe($attacker, e)
hsl_link_target($attacker, e)
",
"target": "$auto"
}
}