示例#1
0
文件: group.py 项目: yozoraxsx/PY
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()
示例#2
0
文件: group.py 项目: yozoraxsx/PY
        def fight2():
            boost(1)
            graze(1)
            card(3)

            boost(1)
            graze(1)
            card(1)
示例#3
0
文件: group.py 项目: yozoraxsx/PY
        def fight3():
            boost(1)
            graze(1)
            card(2)

            boost(1)
            graze(1)
            card(2)
            return 1
示例#4
0
文件: group.py 项目: yozoraxsx/PY
        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)
示例#5
0
文件: group.py 项目: yozoraxsx/PY
 def fight1():
     skill(1.2)
     graze(1)
     boost(1)
     card(1)
     return ex1
示例#6
0
文件: group.py 项目: yozoraxsx/PY
 def fight3():
     skill(1.1)
     graze(1)
     boost(1)
     card(5)
     return 1
示例#7
0
文件: group.py 项目: yozoraxsx/PY
 def fight2():
     graze(1)
     boost(1)
     card(4)
     return 1
示例#8
0
文件: group.py 项目: Democrazy1884/PY
 def ex2():
     boost(1)
     graze(1)
     card(3)
     return ex3
示例#9
0
 def fight3():
     boost(1)
     graze(1)
     attack(2)
     return fight3
示例#10
0
 def fight1():
     skill([1.1, 1.2, 1.3])
     boost(2)
     graze(1)
     card(1)
     return 2
示例#11
0
文件: group.py 项目: yozoraxsx/PY
 def fight3():
     skill([1.1, 1.2, 1.3])
     boost(3)
     graze(1)
     card(5)
     return extra
示例#12
0
文件: group.py 项目: yozoraxsx/PY
 def ex2():
     boost(1)
     card(4)
     return 1
示例#13
0
文件: group.py 项目: yozoraxsx/PY
 def fight2():
     graze(1)
     boost(2)
     card(3)
     return ex2
示例#14
0
文件: group.py 项目: yozoraxsx/PY
 def ex1():
     boost(1)
     card(2)
     return 1
示例#15
0
 def fight1():
     boost(1)
     card(5)
     attack(2)
     attack(2)
     return 1
示例#16
0
文件: group.py 项目: yozoraxsx/PY
 def fight1():
     skill([1.1, 1.2])
     boost(1)
     graze(1)
     card(1)
示例#17
0
 def fight1():
     skill([1.1, 1.2, 1.3])
     boost(1)
     card(5)
     return 2
示例#18
0
文件: group.py 项目: yozoraxsx/PY
 def fight4():
     boost(3)
     graze(1)
     card(2)
     return extra
示例#19
0
 def fight2():
     boost(2)
     graze(1)
     card(3)
     return 2
示例#20
0
文件: group.py 项目: yozoraxsx/PY
 def extra():
     graze(1)
     boost(1)
     attack(2)
     return extra
示例#21
0
    def fight3():

        boost(3)
        card(5)
        return 2
示例#22
0
文件: group.py 项目: Democrazy1884/PY
 def ex1():
     boost(1)
     graze(1)
     card(1)
     return ex3