summaryrefslogtreecommitdiff
path: root/npc/functions/news.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-04 16:55:47 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-04 16:55:47 -0300
commit56ac02e00bda3bb7883ee64681675b402d012c4f (patch)
tree5b0e36b496907d7b3e77027f0bc369cd2de296af /npc/functions/news.txt
parent03dcb5c1f2703d8f05170634fc127c06f994999c (diff)
downloadserverdata-56ac02e00bda3bb7883ee64681675b402d012c4f.tar.gz
serverdata-56ac02e00bda3bb7883ee64681675b402d012c4f.tar.bz2
serverdata-56ac02e00bda3bb7883ee64681675b402d012c4f.tar.xz
serverdata-56ac02e00bda3bb7883ee64681675b402d012c4f.zip
Change Act 3 duration from a fixed 500 to a 'flexible' 1000
Can be easily changed on constant files
Diffstat (limited to 'npc/functions/news.txt')
-rw-r--r--npc/functions/news.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt
index 7f7152d41..877dc323c 100644
--- a/npc/functions/news.txt
+++ b/npc/functions/news.txt
@@ -304,7 +304,7 @@ function script Journalman {
mesc l("The Monster King Army left the cities! What will happen next? Anxiety grows!");
break;
case 2:
- .@def=100-(($MK_TEMPVAR+rand2(-1,1))/5);
+ .@def=100-(($MK_TEMPVAR+rand2(-1,1))*100/MK_SIEGE_TOTALPOWER);
if ($@MK_AGGRO >= 300)
.@st$=col(b(l("very mad")), 1);
else if ($@MK_AGGRO >= 200)