- C++
建议添加亿点角色
- @ 2026-7-25 21:22:27
#include<bits/stdc++.h>
#include <windows.h>
using namespace std;
int main(){
cout<<"Loading character..."<<endl;
Sleep(1);
cout<<"Loading scene..."<<endl;
Sleep(1);
cout<<"The author is currently unavailable..."<<endl;
Sleep(1);
cout<<"OK! Let's play the game!"<<endl;
cout<<endl;
cout<<"本游戏为RPG游戏,若有不适缴费10000000人民币"<<endl<<"创作不易,看到的玩一玩,给作者点信心吧"<<endl;
cout<<"接下来来游戏吧"<<endl;
cout<<"啊 批 寄"<<endl<<" ?暂定?";
cout<<endl;
cout<<endl;
cout<<endl;
cout<<endl;
cout<<endl;
cout<<endl;
cout<<endl;
cout<<endl;
cout<<endl;
int i,ws,fs,sm,fy,bj0,bj1,ys;
cout<<"选择身份:1.战士: 物伤:180 法伤:30 生命值:58000 防御:15 暴击率:%25 暴击:100 移速:80"<<endl;
cout<<"选择身份:2.弓手: 物伤:270 法伤:15 生命值:56700 防御:8 暴击率:%45 暴击:150 移速:150"<<endl;
cout<<"选择身份:3.法师: 物伤:20 法伤:280 生命值:55802 防御:10 暴击率:%10 暴击:50 移速:100"<<endl;
cout<<"选择身份:4.肉盾: 物伤:150 法伤:10 生命值:60000 防御:20 暴击率:%20 暴击:30 移速:20"<<endl;
cin>>i;
if(i==1){
ws=180;
fs=30;
sm=58000;
fy=15;
bj0=25;
bj1=10;
ys=80;
cout<<"初始身份:战士"<<endl;
}
else if(i==2){
ws=270;
fs=15;
sm=56700;
fy=8;
bj0=10;
bj1=150;
ys=800;
cout<<"初始身份:弓手"<<endl;
}
else if(i==3){
ws=20;
fs=300;
sm=55802;
fy=10;
bj0=25;
bj1=50;
ys=100;
cout<<"初始身份:法师"<<endl;
}
else if(i==4){
ws=150;
fs=10;
sm=60000;
fy=20;
bj0=20;
bj1=30;
ys=20;
cout<<"初始身份:肉盾"<<endl;
}**
2 comments
-
ALT_fanzequn LV 6 @ 2026-7-25 21:27:18做完了,给你们玩,教程也会发
-
@ 2026-7-25 21:25:12有啥往评论里说,之后必须给大家安排上!
- 1