magik.qsrc 4.3 KB

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