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

17 lines
293 B
Plaintext

# Sacrificial Pact
{
".section spell_aoe" : {
"code": "
hsl_destroy($defender);
hsl_receive_heal($ally_hero, 5);
hsl_add_target($ally_hero, holder);
hsl_attack($attacker, $defenders)
",
"target": "$demon"
}
}