Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #TouhouDanmakufu
- #Title[Spell Card 1] #Text[7 Chaos Emeralds
- "Can You Feel The Sunshine"] #BackGround[Default] #BGM[.\music.ogg]
- #PlayLevel[Normal] #Player[MARISA] #ScriptVersion[2]
- script_enemy_main {
- SetLife(1000); SetDamageRate(25, 30); SetTimer(75);
- #include_function ".\bossinclude.txt"
- task TMain {
- SetMovePosition02(GetCenterX, GetCenterY-75, 1);
- CutinL("7カオスエメラルズ「太陽光感じことでき」", 500000, false, false); waitI(120);
- SetShotAutoDeleteClip(200, 200, 200, 200);
- loop {
- ascent(i in 0..7) { ascent(j in -1..2) { ascent(k in -3..4) { ascent(l in -3..4) {
- CreateShotA(0, GetX, GetY, 0);
- SetShotDataA(0, 0, 3, GetAngleToPlayer+i*360/7, 1/2, 0, 0, 96);
- SetShotDataA(0, 45, 0, NULL, 180+j*19, 0, 0, 99);
- SetShotDataA(0, 46, 5/2, NULL, -2*j, 0, 0, NULL);
- SetShotDataA(0, 90, 0, NULL, 105+k*17, 0, 0, 98);
- SetShotDataA(0, 91, 2, NULL, -3/2*k, 0, 0, NULL);
- SetShotDataA(0, 135, 0, NULL, 165+l*39, 0, 0, 107);
- SetShotDataA(0, 136, 3-absolute(l)*1/2, NULL, -l, -((3-absolute(l)*1/2)-(-2))/120, -2, NULL);
- SetShotDataA(0, 136+120, -2, NULL, 0, 0, 0, NULL);
- FireShot(0);
- } } } }
- loop(3) { wait(30); ExMove; } wait(120);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment