12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- # FightE2
- $resultUderDinE = {
- cls
- if Aktiv > Passiv:
- pointE += 1
- KuE += 1
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/f1u.jpg"></center>'
- '<<$nameE>> successfully captures you'
- act '...':stoper = 0 & gt 'fightE1'
- elseif Aktiv < Passiv:
- point += 1
- Kz += 1
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/f1u1.jpg"></center>'
- '<<$nameE>> you can not do anything and you turn.'
- act '...':stoper = 0 & gt 'fightE3'
- elseif Aktiv = Passiv:
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/f1u2.jpg"></center>'
- 'You have two little turns and you are struggling without success.'
- act '...':gt $curloc
- end
- }
- !!You from the bottom on the back after throwing -15%
- !!opponent top
- koef = 85
- koefE = 100
- rMin -= 1
- stoper += 1
- gs 'fightStat'
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/f1.jpg"></center>'
- 'You lie below a little stunned after throwing, and <<$nameE>> sits on you.'
- if endur <= 0 or lustw <= 0:gt 'SubLoss'
- if endurE <= 0 or lustwE <= 0:gt 'SubWin'
- if stoper < 3:
- if rMin > 0:
- dynamic $uderdinE
- dynamic $resultUderDinE
- exit
- else
- 'The referee blows a whistle and throws you. End of round.'
- act 'up':gt 'RoundEnd'
- end
- elseif stoper >= 3:
- point += 1
- 'The referee blows a whistle and throws you. Time rivals to attack happened. You get one point.'
- act 'up':gt 'RoundStop'
- end
- --- FightE2 ---------------------------------
|