123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846 |
- # spell
- if $ARGS[0] = 'reset':
- cla
- !!Creating fog
- 'Accumulated manna <<mannaReset>> units.'
- act 'Absorb accumulated manna':
- cla
- *clr
- set manna += mannaReset
- set mannaReset = 0
- xgt 'fight', 'sta'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:act 'Magical attacks':gt 'magik'
- end
- if $ARGS[0] = 'unmat':
- cla
- !!Creating fog
- 'You can become incorporeal for 30 moves, in exchange for 3,000 units Rikudo forces. This part of the force will be lost to you forever after using spells.'
- 'Not materiality allows you to skip through your body without getting any impact damage, while slightly reduced longevity spells.'
- if rikudo >= 3000:
- act 'Become a disembodied':
- cla
- *clr
- set unmaterial = 31
- set rikudo += 3000
- set mannaReset = 0
- xgt 'fight', 'sta'
- end
- end
- if rikudo < 3000:'You have too little strength Rikudo for this spell.'
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'tuman':
- cla
- !!Creating fog
- if tumanV > 0:'It is not possible to impose your fog on the existing fog enemy.'
- if tumanV <= 0:
- 'Create a fog on the battlefield, the enemy closing review. Cost 10 mana.'
- act 'Create a fog (10 mana)':
- cla
- *clr
- set manna -= 10
- set tuman += 10
- gt 'fight', 'sta'
- end
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'klon':
- cla
- 'You can create a clone exactly copying you, and themselves to escape from the enemy. 15 mana cost 1 clone.'
- act 'Create a clone':
- cla
- *clr
- set manna -= 15
- set klon += 1
- gt 'fight', 'sta'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'stun':
- cla
- 'You need to touch up the enemy, then he will be paralyzed. Cost 20 mana.'
- act 'Paralytic stroke':
- cla
- *clr
- set manna -= 20
- set stunner = 1
- xgt 'atak', 'player'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'weap':
- cla
- 'You can invest in the magical power of the weapon increasing its damage. Cost 20 mana.'
- act 'Invest energy':
- cla
- *clr
- set manna -= 20
- set magweapbonus = weapbonus * 4
- xgt 'atak', 'player'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'wind':
- cla
- 'Corrupts wind that would blow away the fog. Cost 40 mana.'
- act 'Apply':
- cla
- *clr
- set manna -= 40
- set tumanV = 0
- set tuman = 0
- '<b><font color="green">You sent against the wind on the battlefield and destroyed fog.</font></b>'
- xgt 'fight', 'sta'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'klon2':
- cla
- 'You can create three clones exactly copying you, and themselves to escape from the enemy. 45 mana cost 3 clone.'
- act 'Create clones':
- cla
- *clr
- set manna -= 45
- set klon += 3
- gt 'fight', 'sta'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'energo':
- cla
- 'You can create an energy shield to protect against attacks on health. 100 units of protection costs 50 mana.'
- act 'Create energy shield':
- cla
- *clr
- set manna -= 50
- set defence += 100
- '<b><font color="green">You have imposed energy shield, you now have <<defence>> protection units.</font></b>'
- xgt 'fight', 'sta'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'init':
- cla
- 'You can create a slight slowing of time to get the advantage in speed of reaction and seize the initiative. Costs 60 mana.'
- act 'Create a slowdown':
- cla
- *clr
- set manna -= 60
- set initBonus = 120
- '<b><font color="green">You put the manna in the amplification reaction.</font></b>'
- xgt 'fight', 'sta'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'hel':
- cla
- !!Creating fog
- 'Cure yourself or add 400 units of health. 400 mana cost.'
- act 'Treated (400 mana)':
- cla
- *clr
- set manna -= 400
- set health += 400
- '<b><font color="green">You put the manna in the acceleration of regenerative processes in the body.</font></b>'
- gt 'fight', 'sta'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'hand':
- cla
- !!Creating fog
- 'Striking hand increases damage 10 times per attack. 100 mana cost.'
- act 'Striking hand (100 mana)':
- cla
- *clr
- set manna -= 100
- set strenK = stren * 20/100
- set magweapbonus = rand(stren * 10 - strenK, stren * 10 + strenK)
- '<b><font color="green">You put the manna in the palm for applying a devastating blow.</font></b>'
- xgt 'atak', 'player'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'fire1':
- cla
- !!Creating fog
- 'Flame. Cost 10 mana.'
- act 'Flame (10 mana)':
- cla
- *clr
- set manna -= 10
- set damTip = 250
- '<b><font color="green">You have created a torrent of flames pouring out of your hand.</font></b>'
- xgt 'atakA', 'atak'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'fire2':
- cla
- !!Creating fog
- 'Release of fire. 100 mana cost.'
- act 'Release of fire (100 mana)':
- cla
- *clr
- set manna -= 100
- set damTip = 2500
- '<b><font color="green">You have created a huge stream of fire pouring out of your hand.</font></b>'
- xgt 'atakA', 'atak'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'fire3':
- cla
- !!Creating fog
- 'Fire barrier, creates a shield of 750 units. 150 mana cost.'
- act 'Fire barrier (150 mana)':
- cla
- *clr
- set manna -= 150
- set defence += 750
- '<b><font color="green">You have created a fire barrier around him, now you <<defence>> protection units.</font></b>'
- xgt 'fight', 'sta'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'fire4':
- cla
- !!Creating fog
- 'Firestorm. Cost 250 mana.'
- act 'Firestorm (250 mana)':
- cla
- *clr
- set manna -= 250
- set damTip = 6250
- set bonusSh = 100
- '<b><font color="green">The air around you is red-hot and inflamed, a sea of fire fell upon the enemy.</font></b>'
- xgt 'atakA', 'atak'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'fire5':
- cla
- !!Creating fog
- 'Flame Shield creates a shield of 2,500 units. 500 mana cost.'
- act 'Flame Shield (500 mana)':
- cla
- *clr
- set manna -= 500
- set defence += 2500
- '<b><font color="green">You have created a wall of fire around it absorbs damage, you now have <<defence>> protection units.</font></b>'
- xgt 'fight', 'sta'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'ele1':
- cla
- !!Creating fog
- 'Discharge. Cost 10 mana.'
- act 'Discharge (10 mana)':
- cla
- *clr
- set manna -= 10
- set damTip = 150
- set eleSh = 1
- '<b><font color="green">You have created an electrical discharge pouring out of your hand.</font></b>'
- xgt 'atakA', 'atak'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'ele2':
- cla
- !!Creating fog
- 'Lightning. 100 mana cost.'
- act 'Lightning (100 mana)':
- cla
- *clr
- set manna -= 100
- set damTip = 1500
- set eleSh = 1
- '<b><font color="green">You have created a lightning rattled vystrelevshuyu from your hand.</font></b>'
- xgt 'atakA', 'atak'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'ele3':
- cla
- !!Creating fog
- 'Electrical barrier creates a shield of 1,500. 150 mana cost.'
- act 'Electric barrier (150 mana)':
- cla
- *clr
- set manna -= 150
- set defence += 1500
- '<b><font color="green">You have created a wall around himself dancing lightning, you now have <<defence>> protection units.</font></b>'
- xgt 'fight', 'sta'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'ele4':
- cla
- !!Creating fog
- 'Dance of thousands of birds. Cost 250 mana.'
- act 'Dance of thousands of birds (250 mana)':
- cla
- *clr
- set manna -= 250
- set damTip = 3750
- set bonusSh = 30
- set eleSh = 1
- '<b><font color="green">you have gathered the manna in the hand and danced around the palm of your hand lightning leaping through the air with shrieks.</font></b>'
- xgt 'atakA', 'atak'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'ele5':
- cla
- !!Creating fog
- 'Plyaschuschaya sphere creates a shield of 5,000 units. 500 mana cost.'
- act 'Plyaschuschaya sphere (500 mana)':
- cla
- *clr
- set manna -= 500
- set defence += 5000
- '<b><font color="green">you have created around him a large sphere of lightning dancing, you now have <<defence>> protection units.</font></b>'
- xgt 'fight', 'sta'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'ert1':
- cla
- !!Creating fog
- 'Quicksand trap catches the enemy in quicksand and inflicts 100 units. Cost 10 mana.'
- act 'Quicksand (10 mana)':
- cla
- *clr
- set manna -= 10
- set damTip = 100
- set eleSh = 5
- '<b><font color="green">you have created under enemy addictive quicksand.</font></b>'
- xgt 'atakA', 'atak'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'ert2':
- cla
- !!Creating fog
- 'Active protection, creates a protective sphere of earth, stone and sand 2,500 mana and health protection, this protection is self-healing in 10 moves absorbing units 20 mana per turn. 100 mana cost.'
- act 'Active Protection (100 mana)':
- cla
- *clr
- set manna -= 100
- set defence += 2500
- set defenceM += 2500
- set defenceActPar = 1000
- set defenceActParM = 1000
- set defenceAct = 10
- set defenceActM = 10
- '<b><font color="green">Land surrounded you, giving you protection.</font></b>'
- xgt 'fight', 'sta'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'ert3':
- cla
- !!Creating fog
- 'Abyss earth asunder underfoot enemy inflicting damage 1,500 and depriving him of the ability to move. 150 mana cost.'
- act 'Quicksand (150 mana)':
- cla
- *clr
- set manna -= 150
- set damTip = 1500
- set eleSh = 5
- '<b><font color="green">You are the earth underfoot opponents.</font></b>'
- xgt 'atakA', 'atak'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'ert4':
- cla
- !!Creating fog
- 'Absolute protection, creates a huge protective sphere of the earth, which regenerates itself every move and attack the enemy. Cost 250 mana.'
- act 'Absolute protection (250 mana)':
- cla
- *clr
- set manna -= 250
- set defence += 6250
- set defenceM += 6250
- set defenceW += 6250
- set defenceActPar = 1000
- set defenceActParM = 1000
- set defenceActParW = 1000
- set defenceAct = 15
- set defenceActM = 15
- set defenceActW = 15
- set defAtk = 15
- '<b><font color="green">Land surrounded you, giving you protection.</font></b>'
- xgt 'fight', 'sta'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'ert5':
- cla
- !!Creating fog
- 'Sando, two huge plates come out of the ground and collapse crushing the enemy inflicting damage to 5,000 units and depriving him of the ability to move. 500 mana cost.'
- act 'Sando (500 mana)':
- cla
- *clr
- set manna -= 500
- set damTip = 5000
- set bonusSh = 50
- set eleSh = 5
- '<b><font color="green">Two huge plate with a roar came from the earth and imploded.</font></b>'
- xgt 'atakA', 'atak'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'wind1':
- cla
- !!Creating fog
- 'A gust of wind, inflicts 100 units destroys clones and fog, it is very difficult to dodge. Cost 10 mana.'
- act 'Wind gusts (10 mana)':
- cla
- *clr
- set manna -= 10
- set damTip = 100
- set bonusSh = 50
- '<b><font color="green">You have created a gust of wind.</font></b>'
- if klonV > 0:set klonV = 0 & '<b><font color="green">Clone opponent turned into steam.</font></b>'
- if tumanV > 0:set tumanV = 0 & '<b><font color="green">Fog enemy torn to shreds by the wind.</font></b>'
- xgt 'atakA', 'atak'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'wind2':
- cla
- !!Creating fog
- 'Horrendous pressure inflicts 1,000 clones and destroys the fog is very difficult to dodge. 100 mana cost.'
- act 'Horrendous pressure (100 mana)':
- cla
- *clr
- set manna -= 100
- set damTip = 1000
- set bonusSh = 100
- '<b><font color="green">You are sharply raised air pressure.</font></b>'
- if klonV > 0:set klonV = 0 & '<b><font color="green">Clone the enemy broke and turned into steam.</font></b>'
- if tumanV > 0:set tumanV = 0 & '<b><font color="green">Fog enemy torn apart pressure.</font></b>'
- xgt 'atakA', 'atak'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'wind3':
- cla
- !!Creating fog
- 'Vacuum sphere, creates a shield of 1,500. 150 mana cost.'
- act 'Vacuum sphere (150 mana)':
- cla
- *clr
- set manna -= 150
- set defence += 1500
- '<b><font color="green">you have created around themselves the vacuum, you now have <<defence>> protection units.</font></b>'
- xgt 'fight', 'sta'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'wind4':
- cla
- !!Creating fog
- 'Vacuum shells cause damage destroys 2,500 clones and fog, it is very difficult to dodge. Cost 250 mana.'
- act 'Vacuum Rockets (250 mana)':
- cla
- *clr
- set manna -= 250
- set damTip = 2500
- set bonusSh = 100
- '<b><font color="green">you have created around themselves many areas and they vacuum at high speed with a whistle flew over the battlefield.</font></b>'
- if klonV > 0:set klonV = 0 & '<b><font color="green">Clone the enemy broke and turned into steam.</font></b>'
- if tumanV > 0:set tumanV = 0 & '<b><font color="green">Fog enemy torn apart pressure.</font></b>'
- xgt 'atakA', 'atak'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'wind5':
- cla
- !!Creating fog
- 'Devouring vacuum sucks shield enemy destroying it whatever strength he was not. 500 mana cost.'
- if defenceV > 0:
- act 'Devouring vacuum (500 mana)':
- cla
- *clr
- set manna -= 500
- set defenceV = 0
- set defenceMV = 0
- set defenceWV = 0
- set defenceActParV = 0
- set defenceActParMV = 0
- set defenceActV = 0
- set defenceActMV = 0
- set defAtkMV = 0
- '<b><font color="green">you have created around themselves the vacuum that sucked in the defense of the enemy to destroy it.</font></b>'
- xgt 'fight', 'sta'
- end
- end
- if defenceV <= 0:'The enemy is no shield that can destroy this spell.'
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'water1':
- cla
- !!Creating fog
- 'Creek manna, inflicts 100 units and 1,000 units absorbs manna. Cost 10 mana.'
- act 'Creek mana (10 mana)':
- cla
- *clr
- set manna -= 10
- set damTip = 100
- set damTipM = 1000
- '<b><font color="green">you have created in his hand a small stream of water which was shot at the enemy.</font></b>'
- xgt 'atakA', 'atak'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'water2':
- cla
- !!Creating fog
- 'Flooding, inflicts 1,000 units and absorbs 500 units of manna. 100 mana cost.'
- act 'Flooding (100 mana)':
- cla
- *clr
- set manna -= 100
- set damTip = 1000
- set damTipM = 500
- '<b><font color="green">From your mouth a flood of water flooded the countryside.</font></b>'
- xgt 'atakA', 'atak'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'water3':
- cla
- !!Creating fog
- 'Water bubble creates a protective sphere of water 1,500 protection from all influences, this protection is self-healing in 10 moves absorbing units 20 mana per turn. 150 mana cost.'
- act 'Blister (150 mana)':
- cla
- *clr
- set manna -= 150
- set defence += 1500
- set defenceM += 1500
- set defenceW += 1500
- set defenceActPar = 500
- set defenceActParM = 500
- set defenceAct = 10
- set defenceActM = 10
- '<b><font color="green">Water has created around you the scope of protection.</font></b>'
- xgt 'fight', 'sta'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'water4':
- cla
- !!Creating fog
- 'Water shark missile inflicts 1,500 units and 2,500 units consumes mana. Cost 250 mana.'
- act 'Water shark missile (250 mana)':
- cla
- *clr
- set manna -= 250
- set damTip = 1500
- set damTipM = 2500
- set bonusSh = 50
- '<b><font color="green">You released a pack of sharks consist of water flying towards the enemy like a torpedo.</font></b>'
- if klonV > 0:set klonV = 0 & '<b><font color="green">Clones enemy disappeared.</font></b>'
- xgt 'atakA', 'atak'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- if $ARGS[0] = 'water5':
- cla
- !!Creating fog
- 'Great flood, the water creates a huge sphere that absorbs enemy and deflating manna from it and handing it to provide increased protection. 500 mana cost.'
- act 'Great Flood (500 mana)':
- cla
- *clr
- set manna -= 500
- set defence += 5000
- set defenceM += 5000
- set defenceW += 5000
- set defenceActPar = 500
- set defenceActParM = 500
- set defenceAct = 10
- set defenceActM = 10
- set defAtkM = 10
- '<b><font color="green">you have filled out all the water district that protects you and devour enemy mana.</font></b>'
- if klonV > 0:set klonV = 0 & '<b><font color="green">Clones enemy disappeared.</font></b>'
- xgt 'fight', 'sta'
- end
- act 'Physical attacks':gt 'boxing'
- if magik > 0:
- act 'Magical attacks':gt 'magik'
- end
- end
- --- spell ---------------------------------
|