|
@@ -1,10 +1,10 @@
|
|
|
# initKik
|
|
|
init = pcs_agil + pcs_react
|
|
|
initKoef = init * 20 / 100
|
|
|
-initi = rand(initi - initKoef, initi + initKoef)
|
|
|
+initi = rand(init - initKoef, init + initKoef)
|
|
|
initV = speedV + reactV
|
|
|
initKoefV = initV * 20 / 100
|
|
|
-initiV = rand(initiV - initKoefV, initiV + initKoefV)
|
|
|
+initiV = rand(initV - initKoefV, initV + initKoefV)
|
|
|
|
|
|
if initi > initiV and hodtime < 3 and ionce = 0 or hodtimeV >= 3 and ionce = 0:
|
|
|
hod = 0
|