Example #1
0
def extra(s):
    """残血操作"""
    # print('extra:%d' % s)
    if isinstance(s, int):
        if s == 1:
            """全集中"""
            attack(2)
            attack(2)
            attack(2)
        elif s == 2:
            """全分散"""
            attack(1)
            attack(1)
            attack(1)
        elif s == 3:
            """一半集中一半分散"""
            attack(1)
            attack(2)
            attack(1)
        elif s == 4:
            """有什么符卡放什么"""
            graze(1)
            boost(1)
            card(4)
            card(3)
            card(2)
            card(1)
            click(79, 593)
            attack(2)
        return s
    else:
        return s()
Example #2
0
        def fight2():
            boost(1)
            graze(1)
            card(3)

            boost(1)
            graze(1)
            card(1)
Example #3
0
        def fight3():
            boost(1)
            graze(1)
            card(2)

            boost(1)
            graze(1)
            card(2)
            return 1
Example #4
0
        def fight1():
            skill([1.1, 1.2, 2.1, 2.2, 2.3])
            boost(1)
            graze(1)
            card(1)

            boost(1)
            graze(1)
            card(3)
Example #5
0
 def fight1():
     skill(1.2)
     graze(1)
     boost(1)
     card(1)
     return ex1
Example #6
0
 def fight3():
     skill(1.1)
     graze(1)
     boost(1)
     card(5)
     return 1
Example #7
0
 def fight2():
     graze(1)
     boost(1)
     card(4)
     return 1
Example #8
0
 def ex2():
     boost(1)
     graze(1)
     card(3)
     return ex3
Example #9
0
 def fight3():
     boost(1)
     graze(1)
     attack(2)
     return fight3
Example #10
0
 def fight1():
     skill([1.1, 1.2, 1.3])
     boost(2)
     graze(1)
     card(1)
     return 2
Example #11
0
 def fight3():
     skill([1.1, 1.2, 1.3])
     boost(3)
     graze(1)
     card(5)
     return extra
Example #12
0
 def ex2():
     boost(1)
     card(4)
     return 1
Example #13
0
 def fight2():
     graze(1)
     boost(2)
     card(3)
     return ex2
Example #14
0
 def ex1():
     boost(1)
     card(2)
     return 1
Example #15
0
 def fight1():
     boost(1)
     card(5)
     attack(2)
     attack(2)
     return 1
Example #16
0
 def fight1():
     skill([1.1, 1.2])
     boost(1)
     graze(1)
     card(1)
Example #17
0
 def fight1():
     skill([1.1, 1.2, 1.3])
     boost(1)
     card(5)
     return 2
Example #18
0
 def fight4():
     boost(3)
     graze(1)
     card(2)
     return extra
Example #19
0
 def fight2():
     boost(2)
     graze(1)
     card(3)
     return 2
Example #20
0
 def extra():
     graze(1)
     boost(1)
     attack(2)
     return extra
Example #21
0
    def fight3():

        boost(3)
        card(5)
        return 2
Example #22
0
 def ex1():
     boost(1)
     graze(1)
     card(1)
     return ex3