admin 管理员组

文章数量: 1184232


2024年1月18日发(作者:android重启怎么抓日志)

代码:

import r;

public class MyWorldPokemonMovesetTutorial

{

public static void main(String[] args)

{

Scanner input = new Scanner();

n("欢迎来到我的世界宝可梦招式教学狂!");

n("请问你想教学哪个宝可梦的招式呢?");

String pokemon = ne();

n("好的,我们来教你" + pokemon + "的招式吧!");

n("首先,请输入" + pokemon + "的种族值。");

int baseStats = t();

n("其次,请输入" + pokemon + "的能力值。");

int ability = t();

n("最后,请输入" + pokemon + "的特性。");

String characteristic = ne();

n("根据" + pokemon + "的种族值、能力值和特性,它可以学习以下招式:");

if (baseStats == 50 && ability == 100 && ("焦躁"))

{

n("招式一:火焰旋风");

n("招式二:旋风");

n("招式三:火花");

n("招式四:风刃");

}

else if (baseStats == 70 && ability == 130 && ("精神力"))

{

n("招式一:超级飞弹");

n("招式二:高级飞弹");

n("招式三:火焰旋风");

n("招式四:旋风");

}

else

{

n("你输入的种族值、能力值或特性有误,请重新输入。");

}

}

}


本文标签: 招式 重启 能力