050_magik 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # magik
  2. !Выбор магической атаки
  3. 'Spells:'
  4. if round >= 0:
  5. if spelltuman > 0: 'Cover terrain fog <a href="exec: GT ''spell'',''tuman''">create the spell</a>'
  6. if spellklon > 0: 'Substitute itself clone <a href="exec: GT ''spell'',''klon''">create the spell</a>'
  7. if spellstun > 0: 'Paralyze the enemy <a href="exec: GT ''spell'',''stun''">create the spell</a>'
  8. if spellweap > 0 and weapon > 0: 'Invest in energy weapons <a href="exec: GT ''spell'',''weap''">create the spell</a>'
  9. if spellwind > 0: 'Blow the mist <a href="exec: GT ''spell'',''wind''">create the spell</a>'
  10. if spellklon2 > 0: 'Substitute themselves clones (3 pieces) <a href="exec: GT ''spell'',''klon2''">to create a spell</a>'
  11. if spellenergo > 0: 'Create weak energy shield <a href="exec: GT ''spell'',''energo''">create the spell</a>'
  12. if spellinit > 0: 'Create weak deceleration time <a href="exec: GT ''spell'',''init''">create the spell</a>'
  13. if spellhel > 0: 'Treat yourself to <a href="exec: GT ''spell'',''hel''">create the spell</a>'
  14. if spellhand > 0: 'Striking hand <a href="exec: GT ''spell'',''hand''">create the spell</a>'
  15. if spellreset > 0 or spellunmat > 0: '<B><font color = red>POWER Rikudo</font></B>'
  16. if spellreset > 0: 'Power Rikudo "podcherpnut collected energy" <a href="exec: GT ''spell'',''reset''">to create a spell</a>'
  17. if spellunmat > 0: 'Power Rikudo "not material" <a href="exec: GT ''spell'',''unmat''">to create a spell</a>'
  18. if spellfire1 > 0: '<B><font color = red>SCHOOL FIRE</font></B>'
  19. if spellfire1 > 0: 'The Flame <a href="exec: GT ''spell'',''fire1''">create the spell</a>'
  20. if round >= 3:
  21. if spellfire2 > 0: 'Release of fire <a href="exec: GT ''spell'',''fire2''">create the spell</a>'
  22. if spellfire3 > 0: 'Fire barrier <a href="exec: GT ''spell'',''fire3''">create the spell</a>'
  23. end
  24. if round >= 6:
  25. if spellfire4 > 0: 'Firestorm <a href="exec: GT ''spell'',''fire4''">create the spell</a>'
  26. if spellfire5 > 0: 'Flame Shield <a href="exec: GT ''spell'',''fire5''">create the spell</a>'
  27. end
  28. if spellele1 > 0: '<B><font color = red>SCHOOL OF ELECTRICITY</font></B>'
  29. if spellele1 > 0: 'Rank <a href="exec: GT ''spell'',''ele1''">to create a spell</a>'
  30. if round >= 3:
  31. if spellele2 > 0: 'Lightning <a href="exec: GT ''spell'',''ele2''">create the spell</a>'
  32. if spellele3 > 0: 'Electric barrier <a href="exec: GT ''spell'',''ele3''">create the spell</a>'
  33. end
  34. if round >= 6:
  35. if spellele4 > 0: 'Dance of thousands of birds <a href="exec: GT ''spell'',''ele4''">create the spell</a>'
  36. if spellele5 > 0: 'Plyaschuschaya scope <a href="exec: GT ''spell'',''ele5''">create the spell</a>'
  37. end
  38. if spellert1 > 0: '<B><font color = red>SCHOOL LAND</font></B>'
  39. if spellert1 > 0: 'Quicksand <a href="exec: GT ''spell'',''ert1''">create the spell</a>'
  40. if round >= 3:
  41. if spellert2 > 0: 'Active Protection <a href="exec: GT ''spell'',''ert2''">create the spell</a>'
  42. if spellert3 > 0: 'The Abyss <a href="exec: GT ''spell'',''ert3''">create the spell</a>'
  43. end
  44. if round >= 6:
  45. if spellert4 > 0: 'Absolute protection <a href="exec: GT ''spell'',''ert4''">to create a spell</a>'
  46. if spellert5 > 0: 'Sando <a href="exec: GT ''spell'',''ert5''">create the spell</a>'
  47. end
  48. if spellwind1 > 0: '<B><font color = red>SCHOOL WIND</font></B>'
  49. if spellwind1 > 0: 'Gust <a href="exec: GT ''spell'',''wind1''">create the spell</a>'
  50. if round >= 3:
  51. if spellwind2 > 0: 'Horrendous pressure <a href="exec: GT ''spell'',''wind2''">create the spell</a>'
  52. if spellwind3 > 0: 'Vacuum protective sphere <a href="exec: GT ''spell'',''wind3''">create the spell</a>'
  53. end
  54. if round >= 6:
  55. if spellwind4 > 0: 'Vacuum Rockets <a href="exec: GT ''spell'',''wind4''">create the spell</a>'
  56. if spellwind5 > 0: 'Devouring vacuum <a href="exec: GT ''spell'',''wind5''">create the spell</a>'
  57. end
  58. if spellwater1 > 0: '<B><font color = red>SCHOOL WATER</font></B>'
  59. if spellwater1 > 0: 'Creek manna <a href="exec: GT ''spell'',''water1''">create the spell</a>'
  60. if round >= 3:
  61. if spellwater2 > 0: 'Flooding <a href="exec: GT ''spell'',''water2''">create the spell</a>'
  62. if spellwater3 > 0: 'Blister <a href="exec: GT ''spell'',''water3''">create the spell</a>'
  63. end
  64. if round >= 6:
  65. if spellwater4 > 0: 'Water shark missile <a href="exec: GT ''spell'',''water4''">create a spell</a>'
  66. if spellwater5 > 0: 'Great Flood <a href="exec: GT ''spell'',''water5''">create the spell</a>'
  67. end
  68. end
  69. act 'Physical Attack': gt 'boxing'
  70. --- magik ---------------------------------