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

11 lines
168 B
Plaintext

# Divine Spirit
{
".section buff" : {
"code": "
buff_health($defender, $defender->health * 2);
",
"target": "$minions"
}
}