From 506e12a318f6ae2e04fd5d85450cc40372faaac6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 21 Jun 2018 01:00:51 -0300 Subject: Change weather randomness rules. Now weather changes are more possible --- npc/functions/weather.txt | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'npc/functions') diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index a4ff37054..5e789a6cf 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -83,21 +83,17 @@ OnMinute45: if (.@type$ == "desert") { if (.@r < 10) .@mk=MASK_RAIN; - else if (.@r < 100) + else if (.@r < 300) .@mk=MASK_SANDSTORM; } else if (.@type$ == "woodland") { - if (.@r < 100) + if (.@r < 300) .@mk=MASK_RAIN; - else if (.@r < 120) - .@mk=MASK_SANDSTORM; - else if (.@r < 140) - .@mk=MASK_SNOW; } else if (.@type$ == "iceland") { - if (.@r < 10) + if (.@r < 30) .@mk=MASK_RAIN; - else if (.@r < 100) + else if (.@r < 300) .@mk=MASK_SNOW; } else { -- cgit v1.2.3-60-g2f50