123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349 |
- # fight
- if $ARGS[0] = 'start':
- cla
- inFight = 1
- fcolor = rgb(0, 0, 0)
- bcolor = rgb(255, 255, 255)
- lcolor = rgb(106, 90, 205)
- gs 'defence'
- gs 'statBat'
- if SasoriBody > 2 and healthV <= 0 or SasoriBody > 2 and mannaV <= 0 or SasoriBody > 2 and willpowerV <= 0:
- set SasoriBody -= 1
- gs 'priziv', 'sasori'
- '<b><font color="red">Doll crumbled into parts, and immediately entered into battle other doll Sasori.</font></b>'
- '<b><font color="red">You´ve heard the sonorous voice Sasori "I have a lot of dolls, you can not win."</font></b>'
- end
- if SasoriBody = 2 and healthV <= 0 or SasoriBody = 2 and mannaV <= 0 or SasoriBody = 2 and willpowerV <= 0:
- set SasoriBody -= 1
- gs 'priziv', 'sasori1'
- '<b><font color="red">Last doll crumbled into pieces and entered the fight Sasori himself.</font></b>'
- end
- if stunV > 0 and SasoriBody > 1:
- set stunV = 0
- '<b><font color="red">Doll began to move again.</font></b>'
- end
- if stunV > 0 and SasoriBody = 1:
- set stunV = 0
- '<b><font color="red">again moves Sasori.</font></b>'
- end
- if GedoMazo = 1 and healthV <= 0 or GedoMazo = 1 and mannaV <= 0 or GedoMazo = 1 and willpowerV <= 0:
- set GedoMazo = 2
- set barierV = 0
- '<b><font color="green"><<$nameV>> fell to the ground turning into ashes</font></b>'
- gs 'priziv', 'tobi'
- '<b><font color="green"><<$nameV>> attacked you</font></b>'
- end
- if health <= 0 and heart = 0 and izanagi = 0:
- '<b><font color="red">you lose</font></b>'
- xgt 'ender', 'loss'
- exit
- end
- if healthV <= 0 and heartV = 0 and izanagiV = 0:
- '<b><font color="green"><<$nameV>> lost</font></b>'
- xgt 'ender', 'win'
- exit
- end
- if manna <= 0 and heart = 0 and izanagi = 0:
- '<b><font color="red">you lose</font></b>'
- xgt 'ender', 'loss'
- exit
- end
- if mannaV <= 0 and heartV = 0 and izanagiV = 0:
- '<b><font color="green"><<$nameV>> lost</font></b>'
- xgt 'ender', 'win'
- exit
- end
- if willpower <= 0 and heart = 0 and izanagi = 0:
- '<b><font color="red">you lose</font></b>'
- xgt 'ender', 'loss'
- exit
- end
- if willpowerV <= 0 and heartV = 0 and izanagiV = 0:
- '<b><font color="green"><<$nameV>> lost</font></b>'
- xgt 'ender', 'win'
- exit
- end
- if izanagiV > 0 and healthV <= 0 or izanagiV > 0 and mannaV <= 0 or izanagiV > 0 and willpowerV <= 0:
- set izanagiV -= 1
- '<b><font color="red"><<$nameV>> simply disappeared</font></b>'
- set healthV = vitalV * 10 + strenV * 5
- set mannaV = intelV * magikV + magikV * 100 + vitalV * 10
- set willpowerV = willV * 10
- set stunV = 0
- if program = 6 and izanagiOnce = 0:set izanagiOnce = 1 & set unmaterialV = 40 & set tobizanagi = 0
- '<b><font color="red"><<$nameV>> was in front of you completely healthy. He folded his hands and Arcanum said Izanagi - perfect illusion.</font></b>'
- '<b><font color="red">One of his eyes closed for ever, paying for it with a spell.</font></b>'
- end
- if heartV > 0 and healthV <= 0 or heartV > 0 and mannaV <= 0 or heartV > 0 and willpowerV <= 0:
- set heartV -= 1
- '<b><font color="red"><<$nameV>> staggered and his heart burst</font></b>'
- set healthV = vitalV * 10 + strenV * 5
- set mannaV = intelV * magikV + magikV * 100 + vitalV * 10
- set willpowerV = willV * 10
- set stunV = 0
- '<b><font color="red"><<$nameV>> stood up and rushed into the fray. He has run another heart.</font></b>'
- end
- if izanagi > 0 and health <= 0 or izanagi > 0 and manna <= 0 or izanagi > 0 and willpower <= 0:
- set izanagi -= 1
- '<b><font color="green">You are gone</font></b>'
- set health = vital * 10 + stren * 5
- set willpower = intel * 5 + will * 5
- set manna = intel * magik + magik * 100 + vital * 10 + rikudo
- set stun = 0
- set zerkaloV = 0
- set poisonV = 0
- set bloodV = 0
- '<b><font color="green">Immediately before the enemy appeared completely healthy.</font></b>'
- end
- if heart > 0 and health <= 0 or heart > 0 and manna <= 0 or heart > 0 and willpower <= 0:
- set heart -= 1
- set zerkaloV = 0
- set poisonV = 0
- set bloodV = 0
- '<b><font color="green">Your heart gave out and snapped.</font></b>'
- set health = vital * 10 + stren * 5
- set willpower = intel * 5 + will * 5
- set manna = intel * magik + magik * 100 + vital * 10 + rikudo
- set stun = 0
- '<b><font color="green">You´re not dead, you run another heart.</font></b>'
- end
- gs 'before'
- '<b>=============================================== ===========</b>'
- '<b>======================== (ROUND <<round>>) ================= ==========</b>'
- '<b>=============================================== ===========</b>'
- '<b><<$nameV>></b> Life <b><font color="red"><<healthV>></font></b>, manna <b><font color="blue"><<mannaV>></font></b>, the force will <b>(9 )<<willpowerV>></font></b>'
- if defenceV > 0:'<b><font color="red">Protection <<defenceV>> units</font></b>'
- if defenceMV > 0:'<b><font color="red">Protection of manna <<defenceMV>> units</font></b>'
- if defenceWV > 0:'<b><font color="red">will protection <<defenceWV>> units</font></b>'
- 'Your life <b><font color="red"><<health>></font></b>, the manna <b><font color="blue"><<manna>></font></b>, willpower <b><font color="green"><<willpower>></font> ( 5)'
- if defence > 0:'<b><font color="green">Protection <<defence>> units</font></b>'
- if defenceM > 0:'<b><font color="green">Protection from the effects of manna <<defenceM>> units</font></b>'
- if defenceW > 0:'<b><font color="green">Protection from the effects at will <<defenceW>> units</font></b>'
- if defenceAct > 0:'<b><font color="green"><<defenceAct>> moves the regeneration of protection</font></b>'
- if defenceActM > 0:'<b><font color="green"><<defenceActM>> moves the protection from the effects of regeneration manna</font></b>'
- if unmaterial > 0:'<b><font color="green">, Left <<unmaterial>> moves not materiality.</font></b>'
- '<b>=============================================== ===========</b>'
- gs 'init'
- if hod = 0:
- !Player attacks
- '<font color="green">You can attack</font>'
- if gun > 0:
- !Boomstick
- if bulletIn > 0:
- '<<bulletIn>> load cartridges in gun'
- act 'Shoot a gun':
- cla
- bulletIn -= 1
- gunpower = 150
- buu = 1
- gunpricel = 1
- Gcrime += 1
- gt 'strelba'
- end
- end
- if bulletIn <= 0:
- if bullet = 0:'Ammunition for the gun ran.'
- if bullet > 0:
- '<<bullet>> ammunition for the pistol'
- act 'Reload':
- cla
- if bullet < 7:
- bulletIn = bullet
- bullet = 0
- 'You loaded any remaining bullets in the gun.'
- end
- if bullet >= 7:
- bullet -= 7
- bulletIn = 7
- 'You loaded 7m rounds in the gun.'
- end
- act 'Further':gt 'fight', 'sta'
- end
- end
- end
- end
- if Mgun > 0:
- !Boomstick
- if mbulletIn > 0:
- '<<mbulletIn>> load cartridges in the machine'
- act 'Of single machine':
- cla
- mbulletIn -= 1
- buu = 1
- gunpower = 300
- gunpricel = 2
- Gcrime += 1
- gt 'strelba'
- end
- if mbulletIn >= 3:
- act 'A short burst of machine':
- cla
- mbulletIn -= 3
- buu = 3
- gunpower = 300
- gunpricel = 1
- Gcrime += buu
- gt 'strelba'
- end
- end
- if mbulletIn >= 3:
- act 'Long queue of machine':
- cla
- buu = mbulletIn
- mbulletIn = 0
- gunpower = 300
- gunpricel = 0
- Gcrime += buu
- gt 'strelba'
- end
- end
- end
- if mbulletIn <= 0:
- if mbullet = 0:'Chucks for machine ran.'
- if mbullet > 0:
- '<<mbullet>> ammunition for the machine'
- act 'Reload':
- cla
- if mbullet < 7:
- mbulletIn = mbullet
- mbullet = 0
- 'You loaded any remaining ammunition into the machine.'
- end
- if mbullet >= 30:
- mbullet -= 30
- mbulletIn = 30
- 'You loaded the 30 rounds in the machine.'
- end
- act 'Further':gt 'fight', 'sta'
- end
- end
- end
- end
- if tragun > 0:
- !Travmatik
- if tbulletIn > 0:
- 'travmatik loaded'
- act 'Shoot a gun':
- cla
- tbulletIn -= 1
- gunpower = 50
- buu = 1
- gunpricel = 0
- gt 'strelba'
- end
- end
- if tbulletIn <= 0:
- if tbullet = 0:'Cartridges ran travmatika.'
- if tbullet > 0:
- '<<tbullet>> cartridges for travmatika'
- act 'Reload':
- cla
- if tbullet >= 1:
- tbullet -= 1
- tbulletIn = 1
- 'You loaded the cartridge in travmatik.'
- end
- act 'Further':gt 'fight', 'sta'
- end
- end
- end
- end
- act 'Physical Attack':xgt 'boxing'
- if magik > 0:
- act 'Magical Attack':gt 'magik'
- end
- end
- if hod = 1:
- !Enemy attacks
- '<font color="red"><<$nameV>> attacks</font>'
- act 'Further':xgt 'enemy', 'start'
- end
- end
- if $ARGS[0] = 'sta':
- cla
- set damTip = 0
- set damTipM = 0
- set damTipV = 0
- set damTipMV = 0
- set magweapbonus = 0
- set magweapbonusV = 0
- set bonusSh = 0
- set bonusShV = 0
- set eleSh = 0
- set eleShV = 0
- set poisonAV = 0
- set hidanAtk = 0
- '<b>=============================================== ===========</b>'
- '<b><<$nameV>></b> Life <b><font color="red"><<healthV>></font></b>, manna <b><font color="blue"><<mannaV>></font></b>, the force will <b>(9 )<<willpowerV>></font></b>'
- if defenceV > 0:'<b><font color="red">Protection <<defenceV>> units</font></b>'
- if defenceMV > 0:'<b><font color="red">Protection of manna <<defenceMV>> units</font></b>'
- if defenceWV > 0:'<b><font color="red">will protection <<defenceWV>> units</font></b>'
- 'Your life <b><font color="red"><<health>></font></b>, the manna <b><font color="blue"><<manna>></font></b>, willpower <b><font color="green"><<willpower>></font> ( 5)'
- if defence > 0:'<b><font color="green">Protection <<defence>> units</font></b>'
- if defenceM > 0:'<b><font color="green">Protection from the effects of manna <<defenceM>> units</font></b>'
- if defenceW > 0:'<b><font color="green">Protection from the effects at will <<defenceW>> units</font></b>'
- if defenceAct > 0:'<b><font color="green"><<defenceAct>> moves the regeneration of protection</font></b>'
- if defenceActM > 0:'<b><font color="green"><<defenceActM>> moves the protection from the effects of regeneration manna</font></b>'
- '<b>=============================================== ===========</b>'
- act 'Further':gt 'fight', 'start'
- end
- --- fight ---------------------------------
|