home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910A.BIN / OLS / scia0130 / scia0130.lzh / Teki.dat < prev    next >
Text File  |  1999-04-02  |  1KB  |  24 lines

  1. // STORM CALIBER GAIDEN
  2. // COUNTER ATTACK OF VERRIER
  3. // ENEMY'S DATA
  4. // MADE BY SRX
  5. // level,blasttype,y,vx,vy,hx1,hy1,hx2,hy2,life,score
  6.  
  7. struct TEKISET tekiset[TEKITYPE_MAX]={
  8. {0,0, -32*16,0*12,12*12, 12, 31, 25, 16,   10,    30},
  9. {0,0, -32*16,0*12,12*12, 12, 31, 23, 16,   15,    40},
  10. {0,0, -32*16,0*12,10*12, 12, 31, 12, 31,    5,    20},
  11. {0,0, -32*16,0*12, 9*12, 12, 31, 24, 16,   20,    50},
  12. {0,1, -36*16,4*12, 4*12, 22, 35, 35, 22,  100,   100},//5*12
  13. {0,2, -60*16,2*12, 8*12, 27, 59, 51, 26,  300,   200},
  14. {0,3, -60*16,0*12, 8*12, 43, 51, 43, 51,  400,   300},
  15. {0,3, -60*16,2*12, 2*16, 17, 39, 63, 19, 1000,   500},//4*12
  16. {0,4, -60*16,0*12, 4*12, 32, 59, 63, 28,  500,   800},
  17. {0,5, -96*16,0*12, 8*12, 59, 39, 59, 39,  800,  1000},
  18. {0,5, -96*16,0*12, 8*12, 59, 39, 59, 39,  800,  1000},
  19. {1,6, -88*16,0*12, 3*16, 78, 50, 78, 50,18000, 20000},//5*12
  20. {1,6, 536*16,0*12,-4*16, 72, 52,122, 32,31800, 30000},//-5*12 27000
  21. {1,6,-113*16,0*12, 3*16, 78, 50, 78, 50,60000, 50000},//5*12 14000 21000 25000(42000)
  22. {1,7, -32*16,0*12, 0*12, 23, 31, 23, 31,60000,100000}//36000
  23. };
  24.