Files
WatermelonModders fc5cb0c32c Initial commit
2022-05-31 12:35:46 -04:00

12 lines
227 B
Plaintext

# Heroic Strike
{
".section buff" : {
"code": "
hsl_buff_attack_expire(1, $ally_hero, 4);
hsl_add_attachment($player, $attacker, $ally_hero, 1);
",
"target": "$auto"
}
}