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

18 lines
392 B
Plaintext

# Mirror Image
{
".section spell_aoe" : {
"code": "
int i;
for(i = 0; i < 2; i++) {
hsl_summon_card($deck_player, \"CS2_mirror\", cardholder)
}
/* this just does the routine (destroying it etc..) with a played card */
hsl_attack_aoe($attacker, $defenders)
",
"target": "$auto"
}
}