예제 #1
0
def leia_deck():
    return [cd.atk_draw(7, 1, 7), cd.atk_draw(7, 1, 7), cd.heal(3),
            cd.heal(3)].append(strong_deck())
예제 #2
0
def padme_deck():
    return [cd.atk_disc_draw, cd.heal(4), cd.atk_move(6, 6)
            ].append(strong_deck())