- dulinfan2024's blog
mc #4 (3001-4003)
- 2024-11-2 11:01:30 @
drop("远古蜘蛛1");
break;
case 2:
fight("远古蜘蛛",22,7+rand()%3,0,-6+rand()%4,4,8+rand()%4,2,450,4);
drop("远古蜘蛛2");
break;
case 3:
fight("远古蜘蛛",24+rand()%3,9+rand()%3,0,4+rand()%4,5,9+rand()%4,2,750,6);
drop("远古蜘蛛3");
break;
case 4:
fight("远古蜘蛛",28+rand()%7,11+rand()%2,0,10+rand()%6,5,8+rand()%3,2,1000,8);
drop("远古蜘蛛4");
break;
case 5:
fight("远古蜘蛛",36+rand()%9,14+rand()%3,0,20+rand()%4,6,8+rand()%3,3,1400,11);
drop("远古蜘蛛5");
break;
}
if(!dead){
say("你的意识渐渐模糊...",100);
getch();
return;
}else{
map[x][y]='0';
if(maxhealth-health>0){
cout<<"你原地休息片刻,恢复了10%的生命!"<<endl;
health+=min(maxhealth/10,maxhealth-health);
getch();
}
}
break;
}
}
if(map[x][y]=='2'){
cout<<"你在原地休息了一会儿,恢复了50%生命值!"<<endl;
health+=min(maxhealth/2,maxhealth-health);
getch();
system("cls");
Sleep(1000);
say("你走进神庙的中心,发现了一个巨大的雕像。\n",60);
getch();
say("你走上前查看时,雕像突然震动起来!",60);
getch();
system("cls");
Sleep(1000);
say("“是谁,唤醒了我...?!”\n",50);
getch();
say("巨大的雕像从一片废墟中爬起,雕像的双眼赫然发出诡异的绿光!\n",50);
getch();
say("“人类...擅闯丛林神庙,丛林守护者将会把你粉碎!!!”\n",50);
Sleep(1000);
say("“你,将为此付出代价!!!”",50);
getch();
system("cls");
getch();
cout<<"身后大门突然关上,";
say("你已无路可退。\n",50);
Sleep(1000);
say("咆哮着的远古雕像向你袭来,势必要将你粉碎!",80);
getch();
system("cls");
cout<<"战斗!"<<endl;
Sleep(1000);
switch(hard){
case 1:
enemyskill[2]=1;
enemyskill[42]=1;
enemyskill[43]=1;
fight("丛林守护者",75,9,101,20,3,8,2,1500,10);
drop("丛林守护者1");
if(dead){
getch();
system("cls");
cout<<"你从废墟中爬起,看向战斗后破败的丛林神庙..."<<endl;
getch();
cout<<"丛林守护者已被你杀死...快离开吧。"<<endl;
getch();
}else{
say("你的意识渐渐模糊...",100);
getch();
return;
}
break;
case 2:
enemyskill[2]=2;
enemyskill[42]=1;
enemyskill[43]=1;
fight("丛林守护者",85,10,101,25,3,8,2,2000,15);
drop("丛林守护者2");
if(dead){
getch();
system("cls");
cout<<"你从废墟中爬起,看向战斗后破败的丛林神庙..."<<endl;
getch();
cout<<"丛林守护者已被你杀死...快离开吧。"<<endl;
getch();
}else{
say("你的意识渐渐模糊...",100);
getch();
return;
}
break;
case 3:
enemyskill[2]=3;
enemyskill[42]=1;
enemyskill[43]=1;
fight("丛林守护者",100,12,101,32,3,8,2,2750,20);
drop("丛林守护者3");
if(dead){
getch();
system("cls");
cout<<"你从废墟中爬起,看向战斗后破败的丛林神庙..."<<endl;
getch();
cout<<"丛林守护者已被你杀死...快离开吧。"<<endl;
getch();
}else{
say("你的意识渐渐模糊...",100);
getch();
return;
}
break;
case 4:
enemyskill[2]=3;
enemyskill[42]=1;
enemyskill[43]=1;
fight("丛林守护者",140,14,101,40,3,8,2,5500,30);
drop("丛林守护者4");
if(dead){
getch();
system("cls");
cout<<"你从废墟中爬起,看向战斗后破败的丛林神庙..."<<endl;
getch();
cout<<"丛林守护者已被你杀死...快离开吧。"<<endl;
getch();
}else{
say("你的意识渐渐模糊...",100);
getch();
return;
}
break;
case 5:
enemyskill[2]=5;
enemyskill[42]=1;
enemyskill[43]=1;
fight("丛林守护者",200,20,101,56,4,8,2,10000,60);
drop("丛林守护者5");
if(dead){
getch();
system("cls");
cout<<"你从废墟中爬起,看向战斗后破败的丛林神庙..."<<endl;
getch();
cout<<"丛林守护者已被你杀死...快离开吧。"<<endl;
getch();
}else{
say("你的意识渐渐模糊...",100);
getch();
return;
}
break;
}
map[x][y]='0';
}
if(map[x][y]=='3'){
cout<<"你发现了宝藏!"<<endl;
getch();
cout<<"你原地休息了一会,恢复了25%的生命!"<<endl;
health+=min(maxhealth/4,maxhealth-health);
getch();
system("cls");
cout<<"你走进内部,发现了一些财宝!"<<endl;
getch();
switch(hard){
case 1:
choose=3+rand()%4;
cout<<"你获得了 "<<choose<<" 个绿宝石!"<<endl;
money+=choose;
choose=1001+rand()%2;
getch();
cout<<"你获得了 "<<itemname[choose]<<" x1!"<<endl;
getch();
bag[choose]++;
drop("远古僵尸1");
drop("远古僵尸1");
drop("远古骷髅1");
drop("远古骷髅1");
getch();
break;
case 2:
choose=5+rand()%4;
cout<<"你获得了 "<<choose<<" 个绿宝石!"<<endl;
money+=choose;
choose=1003+rand()%2;
getch();
cout<<"你获得了 "<<itemname[choose]<<" x1!"<<endl;
getch();
bag[choose]++;
drop("远古僵尸2");
drop("远古僵尸2");
drop("远古骷髅2");
drop("远古骷髅2");
getch();
break;
case 3:
choose=8+rand()%5;
cout<<"你获得了 "<<choose<<" 个绿宝石!"<<endl;
money+=choose;
choose=1003+rand()%2;
getch();
cout<<"你获得了 "<<itemname[choose]<<" x1!"<<endl;
getch();
bag[choose]++;
drop("远古僵尸3");
drop("远古僵尸3");
drop("远古骷髅3");
drop("远古骷髅3");
getch();
break;
case 4:
choose=12+rand()%5;
cout<<"你获得了 "<<choose<<" 个绿宝石!"<<endl;
money=choose;
choose+1005+rand()%2;
getch();
cout<<"你获得了 "<<itemname[choose]<<" x2!"<<endl;
getch();
bag[choose]++;
drop("远古僵尸4");
drop("远古僵尸4");
drop("远古骷髅4");
drop("远古骷髅4");
getch();
break;
case 5:
choose=18+rand()%4;
cout<<"你获得了 "<<choose<<" 个绿宝石!"<<endl;
money+=choose;
choose=1005+rand()%2;
getch();
cout<<"你获得了 "<<itemname[choose]<<" x3!"<<endl;
getch();
bag[choose]++;
drop("远古僵尸5");
drop("远古僵尸5");
drop("远古骷髅5");
drop("远古骷髅5");
getch();
break;
}
map[x][y]='0';
}
system("cls");
if(x==1) cout<<"你现在位于神庙尽头。"<<endl;
if(map[x][y]=='0') cout<<"你现在位于丛林神庙内部。";
if(map[x][y-1]!='#') cout<<"你的左侧有一条岔道。";
if(map[x][y+1]!='#') cout<<"你的右侧有一条岔道。";
cout<<endl;
//cout<<x<<" "<<y<<endl;
sc(4);
cout<<"血量:"<<health<<"/"<<maxhealth<<endl;
sc(1);
cout<<"魔力:"<<magic<<"/"<<maxmagic<<endl;
sc(7);
cout<<"攻击:"<<attack<<endl;
cout<<"防御:"<<defense<<endl;
cout<<"速度:"<<speed<<endl;
cout<<"绿宝石:"<<money<<endl;
cout<<"等级:"<<level;
sc(2);
cout<<" 经验:"<<experience<<"/"<<level*100<<endl;
sc(7);
cout<<"-----------------------------------" <<endl;
cout<<"你要做什么?"<<endl;
cout<<"0,离开副本 ";
if(map[x-1][y]!='#') cout<<"1,前进 ";
if(map[x][y-1]!='#') cout<<"2,向左走 ";
if(map[x][y+1]!='#') cout<<"3,向右走 ";
cout<<endl;
cin>>choose;
switch(choose){
case 0:
cout<<"你确定要退出副本吗?"<<endl;
cout<<"0,不 1,确定"<<endl;
cin>>choose;
if(choose==0) continue;
else{
cout<<"你扭回头,缓缓离开了神庙..."<<endl;
getch();
return;
}
break;
case 1:
if(map[x-1][y]=='#'){
cout<<"请勿乱输!"<<endl;
getch();
continue;
}else{
cout<<"你向着前方走去..."<<endl;
x--;
getch();
continue;
}
break;
case 2:
if(map[x][y-1]=='#'){
cout<<"请勿乱输!"<<endl;
getch();
continue;
}else{
cout<<"你向着左边走去..."<<endl;
y--;
getch();
continue;
}
break;
case 3:
if(map[x][y+1]=='#'){
cout<<"请勿乱输!"<<endl;
getch();
continue;
}else{
cout<<"你向着右边走去..."<<endl;
y++;
getch();
continue;
}
break;
}
}
}
}
}
if(place=="沙漠神殿"){
time_now=time(0);
if(time_now-time_last[2]<1800){
cout<<"副本冷却中!"<<endl;
if(1800-(time_now-time_last[2])>=60) cout<<"请等待 "<<30-(time_now-time_last[2])/60<<" 分钟后再进入!"<<endl;
else cout<<"请等待 "<<1800-(time_now-time_last[2])<<" 秒后再进入!"<<endl;
getch();
return;
}else{
cout<<"你确定要进入沙漠神殿?!"<<endl;
cout<<"\n0,返回 1,确定"<<endl;
cin>>choose;
if(choose==0) return;
else{
time_last[2]=time(0);
cout<<"选择难度:"<<endl;
cout<<"1,简单 ";
if(hard_max[1]>=2)cout<<"2,普通 ";//所以什么时候才会有...?
if(hard_max[1]>=3)cout<<"3,困难 ";
if(hard_max[1]>=4)cout<<"4,地狱 ";
if(hard_max[1]>=5)cout<<"5,炼狱";
cout<<endl;
cin>>hard;
switch(hard){
case 1:
map[0]="#####";
map[1]="##2##";
map[2]="#311#";
map[3]="##1##";
map[4]="##11#";
map[5]="##0##";
cout<<"祝你好运..."<<endl;
x=4,y=2;
break;
case 2:
if(hard_max[1]<2) return;
map[0]="#####";
map[1]="##2##";
map[2]="#11##";
map[3]="##1##";
map[4]="##13#";
map[5]="##0##";
cout<<"祝你好运..."<<endl;
x=4,y=2;
break;
case 3:
if(hard_max[1]<3) return;
map[0]="#####";
map[1]="#####";
map[2]="##2##";
map[3]="311##";
map[4]="##1##";
map[5]="##113";
map[6]="##1##";
map[7]="##0##";
cout<<"当心危险..."<<endl;
x=5,y=2;
break;
case 4:
if(hard_max[1]<4) return;
map[0]="#####";
map[1]="##2##";
map[2]="311##";
map[3]="##1##";
map[4]="##113";
map[5]="#11##";
map[6]="##1##";
map[7]="##0##";
cout<<"感受地狱吧..."<<endl;
x=6,y=2;
break;
case 5:
if(hard_max[1]<5) return;
map[0]="#####";
map[1]="##2##";
map[2]="311##";
map[3]="##1##";
map[4]="##113";
map[5]="#11##";
map[6]="##3##";
map[7]="##1##";
map[8]="##1##";
map[9]="##0##";
cout<<"你会后悔的..."<<endl;
x=8,y=2;
break;
default:
return;
break;
}
getch();
say("你缓缓走进沙漠神殿,等待你的会是什么呢...",50);
Sleep(1000);
while(1){
reset();//重置
system("cls");
levelup(experience);
if(map[x][y]=='1'){
cout<<"你走进内部,发现了一些怪物!"<<endl;
getch();
switch(1+rand()%3){
case 1:
cout<<"你遇见了一只尸壳!"<<endl;
getch();
switch(hard){
case 1:
fight("尸壳",20,4+rand()%2,0,6+rand()%5,3,4+rand()%3,2,200,1);
drop("尸壳1");
break;
case 2:
fight("尸壳",24,5+rand()%2,0,10+rand()%6,3,4+rand()%3,2,300,2);
drop("尸壳2");
break;
case 3:
fight("尸壳",30,7+rand()%2,0,18+rand()%6,4,4+rand()%3,2,450,3);
drop("尸壳3");
break;
case 4:
fight("尸壳",34+rand()%7,8+rand()%4,0,24+rand()%6,4,5+rand()%2,2,700,5);
drop("尸壳4");
break;
case 5:
fight("尸壳",48+rand()%9,10+rand()%3,0,30+rand()%10,5,6+rand()%3,3,1000,8);
drop("尸壳5");
break;
}
if(!dead){
say("你的意识渐渐模糊...",100);
getch();
return;
}else{
map[x][y]='0';
if(maxhealth-health>0){
cout<<"你原地休息片刻,恢复了10%的生命!"<<endl;
health+=min(maxhealth/10,maxhealth-health);
getch();
}
}
break;
case 2:
cout<<"你遇见了一只被沙裹住的骷髅!"<<endl;
getch();
switch(hard){
case 1:
fight("沙骷",20,3+rand()%2,0,0+rand()%5,2,7+rand()%5,8,300,2);
drop("沙骷1");
break;
case 2:
fight("沙骷",20+rand()%3,4+rand()%2,0,4+rand()%5,2,8+rand()%5,9,450,3);
drop("沙骷2");
break;
case 3:
fight("沙骷",26+rand()%5,6+rand()%2,0,12+rand()%6,3,10+rand()%4,10,700,5);
drop("沙骷3");
break;
case 4:
fight("沙骷",30+rand()%8,8+rand()%2,0,18+rand()%6,3,12+rand()%3,10,900,7);
drop("沙骷4");
break;
case 5:
fight("沙骷",42+rand()%9,10+rand()%2,0,22+rand()%10,4,14+rand()%5,12,1200,10);
drop("沙骷5");
break;
}
if(!dead){
say("你的意识渐渐模糊...",100);
getch();
return;
}else{
map[x][y]='0';
if(maxhealth-health>0){
cout<<"你原地休息片刻,恢复了10%的生命!"<<endl;
health+=min(maxhealth/10,maxhealth-health);
getch();
}
}
break;
case 3:
cout<<"你遇见了一只身上满是沙尘的蜘蛛!"<<endl;
getch();
switch(hard){
case 1:
fight("沙尘蜘蛛",20,6+rand()%3,0,-12+rand()%4,4,8+rand()%4,2,300,2);
drop("沙尘蜘蛛1");
break;
case 2:
fight("沙尘蜘蛛",22,7+rand()%3,0,-6+rand()%4,4,8+rand()%4,2,450,4);
drop("沙尘蜘蛛2");
break;
case 3:
fight("沙尘蜘蛛",24+rand()%3,9+rand()%3,0,4+rand()%4,5,9+rand()%4,2,750,6);
drop("沙尘蜘蛛3");
break;
case 4:
fight("沙尘蜘蛛",28+rand()%7,11+rand()%2,0,10+rand()%6,5,8+rand()%3,2,1000,8);
drop("沙尘蜘蛛4");
break;
case 5:
fight("沙尘蜘蛛",36+rand()%9,14+rand()%3,0,20+rand()%4,6,8+rand()%3,3,1400,11);
drop("沙尘蜘蛛5");
break;
}
if(!dead){
say("你的意识渐渐模糊...",100);
getch();
return;
}else{
map[x][y]='0';
if(maxhealth-health>0){
cout<<"你原地休息片刻,恢复了10%的生命!"<<endl;
health+=min(maxhealth/10,maxhealth-health);
getch();
}
}
break;
}
}
if(map[x][y]=='2'){
cout<<"你在原地休息了一会儿,恢复了50%生命值!"<<endl;
health+=min(maxhealth/2,maxhealth-health);
getch();
system("cls");
Sleep(1000);
say("你走进神殿的中心,忽然一阵猛烈的狂风向你卷来!\n",60);
getch();
say("你连忙用手挡住风沙......",60);
getch();
system("cls");
Sleep(1000);
say("沙尘中,一个若隐若现的身影闪烁着......\n",50);
getch();
say("在那身影的周围,黄沙席卷,将其围绕在中央,宛若暴风!\n",50);
getch();
say("“沙暴之神...再次苏醒了...”\n",50);
Sleep(1000);
say("“不知死活的人类...”",50);
getch();
system("cls");
getch();
say("沙似利剑,随怒风划过你的全身。\n",50);
getch();
say("在漫天黄沙之中,",50);
sc(6);
say("你已难以辨别方向与位置...\n",80);
sc(7);
getch();
say("而此刻,沙尘暴中央的身影向你袭来!\n",80);
Sleep(1000);
system("cls");
cout<<"战斗!"<<endl;
Sleep(1000);
switch(hard){
case 1:
enemyskill[46]=1;//黄沙 - 无法看见位置
enemyskill[47]=1;//远程抗性1
fight("沙暴之神",70,11,103,10,4,11,3,1800,12);
drop("沙暴之神1");
if(dead){
getch();
system("cls");
cout<<"你从废墟中爬起,看向战斗后破败的沙漠神殿..."<<endl;
getch();
cout<<"狂风渐渐平息..."<<endl;
getch();
cout<<"沙暴之神已被你杀死...快离开吧。"<<endl;
getch();
}else{
say("你的意识渐渐模糊...",100);
getch();
return;
}
break;
case 2:
enemyskill[2]=2;
enemyskill[42]=1;
enemyskill[43]=1;
fight("丛林守护者",85,10,101,25,3,8,2,2000,15);
drop("丛林守护者2");
if(dead){
getch();
system("cls");
cout<<"你从废墟中爬起,看向战斗后破败的丛林神庙..."<<endl;
getch();
cout<<"丛林守护者已被你杀死...快离开吧。"<<endl;
getch();
}else{
say("你的意识渐渐模糊...",100);
getch();
return;
}
break;
case 3:
enemyskill[2]=3;
enemyskill[42]=1;
enemyskill[43]=1;
fight("丛林守护者",100,12,101,32,3,8,2,2750,20);
drop("丛林守护者3");
if(dead){
getch();
system("cls");
cout<<"你从废墟中爬起,看向战斗后破败的丛林神庙..."<<endl;
getch();
cout<<"丛林守护者已被你杀死...快离开吧。"<<endl;
getch();
}else{
say("你的意识渐渐模糊...",100);
getch();
return;
}
break;
case 4:
enemyskill[2]=3;
enemyskill[42]=1;
enemyskill[43]=1;
fight("丛林守护者",140,14,101,40,3,8,2,5500,30);
drop("丛林守护者4");
if(dead){
getch();
system("cls");
cout<<"你从废墟中爬起,看向战斗后破败的丛林神庙..."<<endl;
getch();
cout<<"丛林守护者已被你杀死...快离开吧。"<<endl;
getch();
}else{
say("你的意识渐渐模糊...",100);
getch();
return;
}
break;
case 5:
enemyskill[2]=5;
enemyskill[42]=1;
enemyskill[43]=1;
fight("丛林守护者",200,20,101,56,4,8,2,10000,60);
drop("丛林守护者5");
if(dead){
getch();
system("cls");
cout<<"你从废墟中爬起,看向战斗后破败的丛林神庙..."<<endl;
getch();
cout<<"丛林守护者已被你杀死...快离开吧。"<<endl;
getch();
}else{
say("你的意识渐渐模糊...",100);
getch();
return;
}
break;
}
map[x][y]='0';
}
if(map[x][y]=='3'){
cout<<"你发现了宝藏!"<<endl;
getch();
cout<<"你原地休息了一会,恢复了25%的生命!"<<endl;
health+=min(maxhealth/4,maxhealth-health);
getch();
system("cls");
cout<<"你走进内部,发现了一些财宝!"<<endl;
getch();
switch(hard){
case 1:
choose=3+rand()%4;
cout<<"你获得了 "<<choose<<" 个绿宝石!"<<endl;
money+=choose;
choose=1001+rand()%2;
getch();
cout<<"你获得了 "<<itemname[choose]<<" x1!"<<endl;
getch();
bag[choose]++;
drop("尸壳1");
drop("尸壳1");
drop("沙骷1");
drop("沙骷1");
getch();
break;
case 2:
choose=5+rand()%4;
cout<<"你获得了 "<<choose<<" 个绿宝石!"<<endl;
money+=choose;
choose=1003+rand()%2;
getch();
cout<<"你获得了 "<<itemname[choose]<<" x1!"<<endl;
getch();
bag[choose]++;
drop("远古僵尸2");
drop("远古僵尸2");
drop("远古骷髅2");
drop("远古骷髅2");
getch();
break;
case 3:
choose=8+rand()%5;
cout<<"你获得了 "<<choose<<" 个绿宝石!"<<endl;
money+=choose;
choose=1003+rand()%2;
getch();
cout<<"你获得了 "<<itemname[choose]<<" x1!"<<endl;
getch();
bag[choose]++;
drop("远古僵尸3");
drop("远古僵尸3");
drop("远古骷髅3");
drop("远古骷髅3");
getch();
break;
case 4:
choose=12+rand()%5;
cout<<"你获得了 "<<choose<<" 个绿宝石!"<<endl;
money=choose;
choose+1005+rand()%2;
getch();
cout<<"你获得了 "<<itemname[choose]<<" x2!"<<endl;
getch();
bag[choose]++;
drop("远古僵尸4");
drop("远古僵尸4");
drop("远古骷髅4");
drop("远古骷髅4");
getch();
break;
case 5:
choose=18+rand()%4;
cout<<"你获得了 "<<choose<<" 个绿宝石!"<<endl;
money+=choose;
choose=1005+rand()%2;
getch();
cout<<"你获得了 "<<itemname[choose]<<" x3!"<<endl;
getch();
bag[choose]++;
drop("远古僵尸5");
drop("远古僵尸5");
drop("远古骷髅5");
drop("远古骷髅5");
getch();
break;
}
map[x][y]='0';
}
system("cls");
if(x==1) cout<<"你现在位于神殿尽头。"<<endl;
if(map[x][y]=='0') cout<<"你现在位于沙漠神殿内部。";
if(map[x][y-1]!='#') cout<<"你的左侧有一条岔道。";
if(map[x][y+1]!='#') cout<<"你的右侧有一条岔道。";
cout<<endl;
//cout<<x<<" "<<y<<endl;
sc(4);
cout<<"血量:"<<health<<"/"<<maxhealth<<endl;
sc(1);
cout<<"魔力:"<<magic<<"/"<<maxmagic<<endl;
sc(7);
cout<<"攻击:"<<attack<<endl;
cout<<"防御:"<<defense<<endl;
cout<<"速度:"<<speed<<endl;
cout<<"绿宝石:"<<money<<endl;
cout<<"等级:"<<level;
sc(2);
cout<<" 经验:"<<experience<<"/"<<level*100<<endl;
sc(7);
cout<<"-----------------------------------" <<endl;
cout<<"你要做什么?"<<endl;
cout<<"0,离开副本 ";
if(map[x-1][y]!='#') cout<<"1,前进 ";
if(map[x][y-1]!='#') cout<<"2,向左走 ";
if(map[x][y+1]!='#') cout<<"3,向右走 ";
cout<<endl;
cin>>choose;
switch(choose){
case 0:
cout<<"你确定要退出副本吗?"<<endl;
cout<<"0,不 1,确定"<<endl;
cin>>choose;
if(choose==0) continue;
else{
cout<<"你扭回头,缓缓离开了神殿..."<<endl;
getch();
return;
}
break;
case 1:
if(map[x-1][y]=='#'){
cout<<"请勿乱输!"<<endl;
getch();
continue;
}else{
cout<<"你向着前方走去..."<<endl;
x--;
getch();
continue;
}
break;
case 2:
if(map[x][y-1]=='#'){
cout<<"请勿乱输!"<<endl;
getch();
continue;
}else{
cout<<"你向着左边走去..."<<endl;
y--;
getch();
continue;
}
break;
case 3:
if(map[x][y+1]=='#'){
cout<<"请勿乱输!"<<endl;
getch();
continue;
}else{
cout<<"你向着右边走去..."<<endl;
y++;
getch();
continue;
}
break;
}
}
}
}
}
if(place=="寒冰洞窟"){
map[0]="#####";
map[1]="##2##";
map[2]="##1##";
map[3]="##1##";
map[4]="##1##";
map[5]="##0##";
if(help){//通过任务进入
cout<<"男人带着你,跟着一群全副武装的士兵,在雪地中行走着。"<<endl;
Sleep(1000);
getch();
cout<<"很快,你们到了一个洞窟前,入口是一块巨大的寒冰,洞窟的上方布满冰刺。"<<endl;
getch();
say("“到了...”\n",40);
getch();
cout<<"祝你好运..."<<endl;
}
x=4,y=2;
getch();
say("你缓缓走进洞窟,等待你的会是什么呢...",50);
Sleep(1000);
while(1){
reset();//重置
system("cls");
levelup(experience);
if(map[x][y]=='1'){
cout<<"你走进内部,发现了一些怪物!"<<endl;
getch();
switch(1+rand()%3){
case 1:
cout<<"你遇见了寒冰僵尸!"<<endl;
getch();
fight("寒冰僵尸",20,5+rand()%2,0,6+rand()%5,3,4+rand()%3,2,200,1);
drop("寒冰僵尸");
if(!dead){
say("你的意识渐渐模糊...",100);
getch();
return;
}else{
map[x][y]='0';
if(maxhealth-health>0){
cout<<"你原地休息片刻,恢复了10%的生命!"<<endl;
health+=min(maxhealth/10,maxhealth-health);
getch();
}
}
break;
case 2:
cout<<"你遇见了寒冰骷髅!"<<endl;
getch();
enemyskill[41]=1;
fight("寒冰骷髅",20,4+rand()%2,0,0+rand()%5,2,7+rand()%5,8,300,2);
drop("寒冰骷髅");
enemyskill[41]=0;
if(!dead){
say("你的意识渐渐模糊...",100);
getch();
return;
}else{
map[x][y]='0';
if(maxhealth-health>0){
cout<<"你原地休息片刻,恢复了10%的生命!"<<endl;
health+=min(maxhealth/10,maxhealth-health);
getch();
}
}
break;
case 3:
cout<<"你遇见了寒冰蜘蛛!"<<endl;
getch();
fight("寒冰蜘蛛",20,6+rand()%3,0,-8+rand()%4,4,8+rand()%4,2,300,2);
drop("寒冰蜘蛛");
if(!dead){
say("你的意识渐渐模糊...",100);
getch();
return;
}else{
map[x][y]='0';
if(maxhealth-health>0){
cout<<"你原地休息片刻,恢复了10%的生命!"<<endl;
health+=min(maxhealth/10,maxhealth-health);
getch();
}
}
break;
}
}
if(map[x][y]=='2'){
cout<<"你在原地休息了一会儿,恢复了50%生命值!"<<endl;
health+=min(maxhealth/2,maxhealth-health);
getch();
system("cls");
Sleep(1000);
say("你走进洞穴的中心,四处都是巨大的坚冰。\n",60);
getch();
say("你走上前时,发现了一块毛茸茸的地毯...?",60);
getch();
system("cls");
Sleep(1000);
say("“唔哇啊啊啊啊!!!”\n",50);
getch();
say("“地毯”忽然动了起来!\n",50);
getch();
say("原来那不是地毯,是一只巨型雪怪!!\n",50);
Sleep(1000);
say("雪怪看到你。咆哮着向你袭来!!!",50);
getch();
system("cls");
system("cls");
cout<<"战斗!"<<endl;
Sleep(1000);
enemyskill[2]=1;
enemyskill[33]=1;
enemyskill[43]=1;
fight("巨型雪怪",80,9,102,12,3,11,2,2000,10);
drop("巨型雪怪");
if(dead){
say("雪怪被你击杀了!...\n",50);
getch();
if(help){
cout<<"男人带着你上前查看,发现了一个冰封的箱子!"<<endl;
getch();
say("“宝箱!!!”",30);
getch();
say("男人打开宝箱,在里面挑了些东西。\n",60);
getch();
say("“剩下的给你。”",50);
say("说完,男人就带着人离开了。\n",80);
getch();
cout<<"你获得了 15 个绿宝石!"<<endl;
money+=15;
}else{
cout<<"你上前查看,发现了一个冰封的箱子!"<<endl;
getch();
cout<<"你获得了 20 个绿宝石!"<<endl;
money+=20;
getch();
}
int x=10+rand()%5;
cout<<"获得"<<item[161].itemname<<" x"<<x<<" !"<<endl;
bag[161]+=x;
getch();
cout<<"你获得了 "<<itemname[97]<<" x1!"<<endl;
bag[97]++;
getch();
}else{
say("你的意识渐渐模糊...",100);
getch();
return;
}
}