|
@@ -76,12 +76,12 @@ end
|
|
|
if cheatNosweat = 1 and sweat ! -3:sweat = -3
|
|
|
|
|
|
if cheatNoEat = 1:
|
|
|
- if energy ! 19:energy = 19
|
|
|
- if water ! 19:water = 19
|
|
|
+ if energy ! 100:energy = 100
|
|
|
+ if water ! 100:water = 100
|
|
|
end
|
|
|
|
|
|
if CheatNoSleep = 1:
|
|
|
- son = 24
|
|
|
+ if son > 20: son = 20
|
|
|
end
|
|
|
|
|
|
!!!!!!!!!!!!
|
|
@@ -457,9 +457,9 @@ if minut >= 60:
|
|
|
if nerdism < 0:nerdism = 0
|
|
|
if obkvsdam > 0:obkvsdam = rand(2, 5)
|
|
|
hour += 1
|
|
|
- energy -= 1
|
|
|
- water -= 1
|
|
|
- son -= 1
|
|
|
+ energy -= 4
|
|
|
+ water -= 4
|
|
|
+ son -= 4
|
|
|
minut -= 60
|
|
|
gs 'femcyc'
|
|
|
|
|
@@ -526,9 +526,9 @@ if minut >= 60:
|
|
|
manna -= 5
|
|
|
end
|
|
|
|
|
|
- if energy > 25:
|
|
|
- fat += (energy - 25) / 2
|
|
|
- energy = 25
|
|
|
+ if energy > 100:
|
|
|
+ fat += (energy - 100) / 2
|
|
|
+ energy = 100
|
|
|
end
|
|
|
|
|
|
if mosol > 0:
|
|
@@ -1040,12 +1040,12 @@ end
|
|
|
|
|
|
if energy < 0:
|
|
|
energy = 0
|
|
|
- health -= 1
|
|
|
+ health -= 5
|
|
|
|
|
|
if fat = 0 and stren + vital > 0:
|
|
|
stren -= 1
|
|
|
vital -= 1
|
|
|
- energy += 2
|
|
|
+ energy += 8
|
|
|
elseif fat = 0 and stren + vital <= 0:
|
|
|
if Enable_nogameover = 0 :
|
|
|
over = 3
|
|
@@ -1057,13 +1057,13 @@ if energy < 0:
|
|
|
end
|
|
|
elseif fat > 0:
|
|
|
fat -= 1
|
|
|
- energy += 2
|
|
|
+ energy += 8
|
|
|
end
|
|
|
end
|
|
|
|
|
|
if water < 0:
|
|
|
water = 1
|
|
|
- health -= 5
|
|
|
+ health -= 10
|
|
|
willpower -= 1
|
|
|
end
|
|
|
|
|
@@ -1163,22 +1163,34 @@ else
|
|
|
$manna = '<font color="red">Your mood is stuck in the gutter.</font>'
|
|
|
end
|
|
|
|
|
|
-if energy >= 20:$energy = '<font color="green">You couldn''t eat one more bite.</font>'
|
|
|
- elseif energy < 20 and energy >= 10:$energy = '<font color="blue">You''re not really hungry, but a small snack would be very welcome.</font>'
|
|
|
- elseif energy < 10 and energy >= 2:$energy = '<font color="brown">You are hungry.</font>'
|
|
|
- elseif energy < 2:$energy = '<font color="red">You are very hungry.</font>'
|
|
|
+if energy >= 80:
|
|
|
+ $energy = '<font color="green">You couldn''t eat one more bite.</font>'
|
|
|
+elseif energy >= 40:
|
|
|
+ $energy = '<font color="blue">You''re not really hungry, but a small snack would be very welcome.</font>'
|
|
|
+elseif energy >= 8:
|
|
|
+ $energy = '<font color="brown">You are hungry.</font>'
|
|
|
+else
|
|
|
+ $energy = '<font color="red">You are very hungry.</font>'
|
|
|
end
|
|
|
|
|
|
-if water >= 20:$water = '<font color="green">You are not thirtsy at all.</font>'
|
|
|
- elseif water < 20 and water >= 10:$water = '<font color="blue">You are slightly thirsty.</font>'
|
|
|
- elseif water < 10 and water >= 2:$water = '<font color="brown">You are thirsty.</font>'
|
|
|
- elseif water < 2:$water = '<font color="red">You are very thirsty.</font>'
|
|
|
+if water >= 80:
|
|
|
+ $water = '<font color="green">You are not thirtsy at all.</font>'
|
|
|
+elseif water >= 40:
|
|
|
+ $water = '<font color="blue">You are slightly thirsty.</font>'
|
|
|
+elseif water >= 8:
|
|
|
+ $water = '<font color="brown">You are thirsty.</font>'
|
|
|
+else
|
|
|
+ $water = '<font color="red">You are very thirsty.</font>'
|
|
|
end
|
|
|
|
|
|
-if son >= 20:$son = '<font color="green">You are well rested.</font>'
|
|
|
- elseif son < 20 and son >= 10:$son = '<font color="blue">You are slightly tired.</font>'
|
|
|
- elseif son < 10 and son >= 2:$son = '<font color="brown">You are tired.</font>'
|
|
|
- elseif son < 2:$son = '<font color="red">You are very tired.</font>'
|
|
|
+if son >= 80:
|
|
|
+ $son = '<font color="green">You are well rested.</font>'
|
|
|
+elseif son >= 40:
|
|
|
+ $son = '<font color="blue">You are slightly tired.</font>'
|
|
|
+elseif son >= 8:
|
|
|
+ $son = '<font color="brown">You are tired.</font>'
|
|
|
+else
|
|
|
+ $son = '<font color="red">You are very tired.</font>'
|
|
|
end
|
|
|
|
|
|
!$din_shame = {
|
|
@@ -1308,13 +1320,13 @@ else
|
|
|
end
|
|
|
pl '<<$ind>> Mood'
|
|
|
|
|
|
- gs 'indik', '1', energy * 4, energy
|
|
|
+ gs 'indik', '1', energy, energy
|
|
|
pl '<<$ind>> Hunger'
|
|
|
|
|
|
- gs 'indik', '1', water * 5, water
|
|
|
+ gs 'indik', '1', water, water
|
|
|
pl '<<$ind>> Thirst'
|
|
|
|
|
|
- gs 'indik', '1', son * 4, son
|
|
|
+ gs 'indik', '1', son, son
|
|
|
pl '<<$ind>> Sleep'
|
|
|
end
|
|
|
pl
|
|
@@ -1441,7 +1453,7 @@ $smoker = {
|
|
|
fbreath = 0
|
|
|
manna += 100
|
|
|
wipo += 100
|
|
|
- if energy < 20:energy += 3
|
|
|
+ if energy < 80:energy += 4
|
|
|
gs 'stat'
|
|
|
}
|
|
|
|