123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259 |
- # atakA
- if $ARGS[0] = 'atak':
- cla
- !!payment hit dodge
- poSp = speed * 20 / 100
- uvAg = agilV * 20 / 100
- poBox = react * 20 / 100
- uvBox = reactV * 20 / 100
- popad = rand(react - poBox, react + poBox) + rand(speed - poSp, speed + poSp) + bonusSh
- uvorot = rand(reactV - uvBox, reactV + uvBox) + rand(agilV - uvAg, agilV + uvAg)
- uvorKoef = uvorot * 50 / 100
- popKoef = popad * 50 / 100
- if popad > uvorot:
- if popad >= uvorot + uvorKoef:
- !!Crete, very direct hit
- '<b><font color="green">critical hits</font></b>'
- xgt 'atakA', 'uronKrit'
- elseif popad < uvorot + uvorKoef:
- !!normal hit
- !!attack the enemy
- '<b><font color="green">Contact</font></b>'
- xgt 'atakA', 'uron'
- end
- else
- '<b><font color="red">is washed</font></b>'
- xgt 'fight', 'sta'
- end
- end
- if $ARGS[0] = 'uronKrit':
- cla
- damKoef = damTip * 20 / 100
- damage = rand(damTip + damKoef, damTip + damKoef * 2)
- if damTipM > 0:
- damKoefM = damTipM * 20 / 100
- damageM = rand(damTipM + damKoefM, damTipM + damKoefM * 2)
- end
- xgt 'atakA', 'damage'
- end
- if $ARGS[0] = 'uron':
- cla
- damKoef = damTip * 20 / 100
- damage = rand(damTip - damKoef, damTip + damKoef)
- if damTipM > 0:
- damKoefM = damTipM * 20 / 100
- damageM = rand(damTipM - damKoefM, damTipM + damKoefM)
- end
- xgt 'atakA', 'damage'
- end
- if $ARGS[0] = 'damage':
- cla
- if defenceV <= 0 and klonV <= 0 and unmaterialV <= 0 and barierV <= 0:
- if dospehV > 0:damageV -= dospehDefV & dospehEn -= 1
- if damage < 0:damage = 0
- healthV -= damage
- if damTipM > 0:
- mannaV -= damageM
- manna += damageM
- '<b><font color="green">you have ingested <<damageM>> units of manna from the enemy.</font></b>'
- end
- !!manna -= damageM
- if eleSh > 0:
- stunV = rand(eleSh, eleSh * 3)
- '<b><font color="green"><<$nameV>> paralyzed <<stunV>> rounds</font></b>'
- end
- '<b><font color="green">You have caused damage <<damage>> units</font></b>'
- !!'<b><font color="red">caused damage your manna <<damageM>> units</font></b>'
- if zerkaloV > 0:
- zerkaloV -= 1
- health -= damage
- '<b><font color="red"><<$nameV>> reflected the damage and you got <<damage>> points of damage</font></b>'
- end
- xgt 'fight', 'sta'
- end
- if defenceV > 0 and klonV <= 0 and unmaterialV <= 0:
- !!damSum = damage + damageM
- !!defence -= damSum
- defenceV -= damage
- '<b><font color="green">You have caused damage <<damage>> Protection of the enemy units</font></b>'
- xgt 'fight', 'sta'
- end
- if klonV > 0 and unmaterialV <= 0:
- klonV -= 1
- '<b><font color="green">Destroyed enemy clone</font></b>'
- xgt 'fight', 'sta'
- end
- if unmaterialV > 0:
- unmaterialV -= 1
- '<b><font color="red">Your shot went through the opponent''s body. Opponents do not materials</font></b>'
- xgt 'fight', 'sta'
- end
- if barierV > 0:
- !!imeniteta barrier for damage
- if barierV >= damage:
- '<b><font color="red"><<$nameV>> easily withstood your butt</font></b>'
- xgt 'fight', 'sta'
- else
- !!manna -= damageM
- !!health -= damage
- damage -= barierV
- healthV -= damage
- if damTipM > 0:
- mannaV -= damageM
- manna += damageM
- '<b><font color="green">you have ingested <<damageM>> units of manna from the enemy.</font></b>'
- end
- if eleSh > 0:
- stunV = rand(eleSh, eleSh * 3)
- '<b><font color="green"><<$nameV>> paralyzed <<stunV>> rounds</font></b>'
- end
- '<b><font color="green">You have caused damage <<damage>> units</font></b>'
- !!'<b><font color="red">caused damage your manna <<damageM>> units</font></b>'
- if zerkaloV > 0:
- zerkaloV -= 1
- health -= damage
- '<b><font color="red">Enemy reflected damage and you got <<damage>> points of damage</font></b>'
- end
- end
- xgt 'fight', 'sta'
- end
- end
- if $ARGS[0] = 'atakW':
- cla
- !!payment hit dodge
- poSp = speed * 20 / 100
- uvAg = agilV * 20 / 100
- poBox = react * 20 / 100
- uvBox = reactV * 20 / 100
- popad = rand(react - poBox, react + poBox) + rand(speed - poSp, speed + poSp)
- uvorot = rand(reactV - uvBox, reactV + uvBox) + rand(agilV - uvAg, agilV + uvAg)
- uvorKoef = uvorot * 50 / 100
- popKoef = popad * 50 / 100
- if popad > uvorot:
- if popad >= uvorot + uvorKoef:
- !!Crete, very direct hit
- '<b><font color="red">critical hits</font></b>'
- xgt 'atakA', 'uronKritW'
- else
- !!normal hit
- '<b><font color="red">Contact</font></b>'
- xgt 'atakA', 'uronW'
- end
- else
- '<b><font color="green">is washed</font></b>'
- xgt 'fight', 'sta'
- end
- end
- if $ARGS[0] = 'uronKritW':
- cla
- damKoef = damTip * 20 / 100
- damage = rand(damTip + damKoef, damTip + damKoef * 2)
- damKoefM = damTipM * 20 / 100
- damageM = rand(damTipM + damKoefM, damTipM + damKoefM * 2)
- xgt 'atakA', 'damageW'
- end
- if $ARGS[0] = 'uronW':
- cla
- damKoef = damTip * 20 / 100
- damage = rand(damTip - damKoef, damTip + damKoef)
- damKoefM = damTipM * 20 / 100
- damageM = rand(damTipM - damKoefM, damTipM + damKoefM)
- xgt 'atakA', 'damageW'
- end
- if $ARGS[0] = 'damageW':
- cla
- if defenceV <= 0 and klonV <= 0 and unmaterialV <= 0 and barierV <= 0:
- if dospehV > 0:damageV -= dospehDefV & dospehEn -= 1
- if damage < 0:damage = 0
- healthV -= damage
- mannaV -= damageM
- '<b><font color="green">You are harmed <<damage>> units</font></b>'
- '<b><font color="green">You have caused damage to the enemy manna <<damageM>> units</font></b>'
- if zerkaloV > 0:
- zerkaloV -= 1
- health -= damage
- '<b><font color="red"><<$nameV>> reflected the damage and you got <<damage>> points of damage</font></b>'
- end
- xgt 'fight', 'sta'
- end
- if defenceV > 0 and klonV <= 0 and unmaterialV <= 0:
- damSum = damage + damageM
- defenceV -= damSum
- !!defenceV -= damage
- '<b><font color="green">You have caused damage <<damSum>> Protection of the enemy units</font></b>'
- xgt 'fight', 'sta'
- end
- if klonV > 0 and unmaterialV <= 0:
- klonV -= 1
- '<b><font color="green">Destroyed enemy clone</font></b>'
- xgt 'fight', 'sta'
- end
- if unmaterialV > 0:
- unmaterialV -= 1
- '<b><font color="red">Your shot went through the opponent''s body. Opponents do not materials</font></b>'
- xgt 'fight', 'sta'
- end
- if barierV > 0:
- !!imeniteta barrier for damage
- if barierV >= damage:
- '<b><font color="red"><<$nameV>> easily withstood your butt</font></b>'
- xgt 'fight', 'sta'
- else
- mannaV -= damageM
- healthV -= damage
- !!healthV -= damage
- '<b><font color="green">You have caused damage <<damage>> units</font></b>'
- '<b><font color="green">You have caused damage to the enemy manna <<damageM>> units</font></b>'
- if zerkaloV > 0:
- zerkaloV -= 1
- health -= damage
- '<b><font color="red">Enemy reflected damage and you got <<damage>> points of damage</font></b>'
- end
- end
- xgt 'fight', 'sta'
- end
- end
- --- atakA ---------------------------------
|