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

15 lines
347 B
Plaintext

# Claw
{
".section buff" : {
"code": "
int change = 2;
hsl_buff_attack_expire(1, $ally_hero, change);
hsl_change_armor($ally_hero, change)
hsl_add_attachment($player, $attacker, $ally_hero, 1);
hsl_add_target($ally_hero, holder)
",
"target": "$auto"
}
}