您需要 登录 才可以下载或查看,没有账号?立即注册
label hit:[/size] $ critroll = renpy.random.randint(1, 5) $ missroll = renpy.random.randint(1, 5) if missroll == 1: "你失手了。" elif critroll == 5: $ dmg = atk - defe $ dmg = (2 * dmg) + renpy.random.randint(0, lvl) if dmg <= 0: $ dmg = 0 $ hpe = hpe - dmg if hpe <= 0: $ hpe = 0 "命中造成{color=#00ff00}[dmg]{/color} 伤害 ." else: $ dmg = atk + renpy.random.randint(0, lvl) $ dmg = dmg - defe if dmg <= 0: $ dmg = 0 $ hpe = hpe - dmg if hpe <= 0: $ hpe = 0 "命中造成{color=#00ff00}[dmg]{/color} 伤害。" call poisondmg from _call_poisondmg return
使用道具 举报
763003211 发表于 2020-3-23 10:47 回合制么? 1v1还是1v多还是多人对多人的? 只有攻击还是还有别的选项?
本版积分规则 发表回复 回帖后跳转到最后一页
相关侵权、举报、投诉及建议等,欢迎加入QQ交流群:1028986456
Powered by Discuz! X5.0 © 2001-2026 Discuz! Team.|苏ICP备17067825号