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

15 lines
215 B
Plaintext

# Hex
{
".section attack" : {
"code" : "
hsl_attack($attacker, $defenders);
",
"target" : "$minions"
},
".section properties" : {
"all": [ "taunt" ]
}
}