神罰「雷 雷 雷」

アバター
Tatu
記事: 445
登録日時: 14年前
住所: 北海道

神罰「雷 雷 雷」

投稿記事 by Tatu » 14年前

今回の弾幕は神罰「雷 雷 雷」です。どのへんが神罰なんでしょうね。

[nico]http://www.nicovideo.jp/watch/sm13304970[/nico]

CODE:

void boss_shot_bulletT191(){
	int i;
	double *cnt=&boss_shot.base_angle[0];

	if(boss_shot.cnt==0){
		boss.hp_max=35000;
		boss.hp=boss.hp_max;
	}

	if(*cnt==0.0){
		boss_bullet_on(1,10,3,1,ch.x,1,PI/2,0,5,1,0,0,0);
	}
	if(*cnt==-180.0){
		boss_bullet_on(1,10,3,1,ch.x,1,PI/2,0,5*1.732,2,0,0,0);
	}
	if(*cnt==-360.0){
		boss_bullet_on(1,10,3,1,ch.x,1,PI/2,0,5*3,3,0,0,0);
		*cnt=360.0;
	}
	*cnt-=1.0;

	for(i=0;i0){
			if(boss_shot.bullet[i].stateFMX) boss_shot.bullet[i].x-=FMX;
					if(boss_shot.bullet[i].y>FMY) boss_shot.bullet[i].flag=0;
					break;
				case 4:
					if(boss_shot.bullet[i].cnt>120){
						boss_shot.bullet[i].spd+=0.01;
					}
					break;
			}
		}
	}
}
龍神録EXはあれから3回ぐらいラストまで行ったけどやられました。

コメントはまだありません。