# magik
!Выбор магической атаки
'Spells:'
if round >= 0:
if spelltuman > 0: 'Cover terrain fog create the spell'
if spellklon > 0: 'Substitute itself clone create the spell'
if spellstun > 0: 'Paralyze the enemy create the spell'
if spellweap > 0 and weapon > 0: 'Invest in energy weapons create the spell'
if spellwind > 0: 'Blow the mist create the spell'
if spellklon2 > 0: 'Substitute themselves clones (3 pieces) to create a spell'
if spellenergo > 0: 'Create weak energy shield create the spell'
if spellinit > 0: 'Create weak deceleration time create the spell'
if spellhel > 0: 'Treat yourself to create the spell'
if spellhand > 0: 'Striking hand create the spell'
if spellreset > 0 or spellunmat > 0: 'POWER Rikudo'
if spellreset > 0: 'Power Rikudo "podcherpnut collected energy" to create a spell'
if spellunmat > 0: 'Power Rikudo "not material" to create a spell'
if spellfire1 > 0: 'SCHOOL FIRE'
if spellfire1 > 0: 'The Flame create the spell'
if round >= 3:
if spellfire2 > 0: 'Release of fire create the spell'
if spellfire3 > 0: 'Fire barrier create the spell'
end
if round >= 6:
if spellfire4 > 0: 'Firestorm create the spell'
if spellfire5 > 0: 'Flame Shield create the spell'
end
if spellele1 > 0: 'SCHOOL OF ELECTRICITY'
if spellele1 > 0: 'Rank to create a spell'
if round >= 3:
if spellele2 > 0: 'Lightning create the spell'
if spellele3 > 0: 'Electric barrier create the spell'
end
if round >= 6:
if spellele4 > 0: 'Dance of thousands of birds create the spell'
if spellele5 > 0: 'Plyaschuschaya scope create the spell'
end
if spellert1 > 0: 'SCHOOL LAND'
if spellert1 > 0: 'Quicksand create the spell'
if round >= 3:
if spellert2 > 0: 'Active Protection create the spell'
if spellert3 > 0: 'The Abyss create the spell'
end
if round >= 6:
if spellert4 > 0: 'Absolute protection to create a spell'
if spellert5 > 0: 'Sando create the spell'
end
if spellwind1 > 0: 'SCHOOL WIND'
if spellwind1 > 0: 'Gust create the spell'
if round >= 3:
if spellwind2 > 0: 'Horrendous pressure create the spell'
if spellwind3 > 0: 'Vacuum protective sphere create the spell'
end
if round >= 6:
if spellwind4 > 0: 'Vacuum Rockets create the spell'
if spellwind5 > 0: 'Devouring vacuum create the spell'
end
if spellwater1 > 0: 'SCHOOL WATER'
if spellwater1 > 0: 'Creek manna create the spell'
if round >= 3:
if spellwater2 > 0: 'Flooding create the spell'
if spellwater3 > 0: 'Blister create the spell'
end
if round >= 6:
if spellwater4 > 0: 'Water shark missile create a spell'
if spellwater5 > 0: 'Great Flood create the spell'
end
end
act 'Physical Attack': gt 'boxing'
--- magik ---------------------------------