过不去的看看这个
脚色
装备
方针
默认代码
代码
# 逃离右边的地图
# 为了逃走的雪人,你必需让本身更快。
# 利用resetCooldown来施法更频仍
# manaBlast能帮我们清理道路
while True:
if hero.canCast("haste", hero):
hero.cast("haste", hero)
else:
cooldown = hero.getCooldown("haste")
if cooldown!=0:
hero.resetCooldown("haste")
hero.move({'x': hero.pos.x+100, 'y': hero.pos.y})
if hero.pos.x>107:
hero.manaBlast()
过关
0 篇文章
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!