summaryrefslogtreecommitdiff
path: root/world/map/npc/018-2
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2023-10-16 03:17:20 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-10-16 03:17:20 +0000
commit9584d85bc84fc367147f405403b16eb06daa1ac8 (patch)
treefb6de00b3eb982a9e7044fe84f2bcda9c32068c5 /world/map/npc/018-2
parented5b7c7df1a770d69c0f60463bd324f762daa078 (diff)
downloadserverdata-9584d85bc84fc367147f405403b16eb06daa1ac8.tar.gz
serverdata-9584d85bc84fc367147f405403b16eb06daa1ac8.tar.bz2
serverdata-9584d85bc84fc367147f405403b16eb06daa1ac8.tar.xz
serverdata-9584d85bc84fc367147f405403b16eb06daa1ac8.zip
Equipment stats use
Diffstat (limited to 'world/map/npc/018-2')
-rw-r--r--world/map/npc/018-2/caul.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/world/map/npc/018-2/caul.txt b/world/map/npc/018-2/caul.txt
index 4709cfc9..f01c6a9c 100644
--- a/world/map/npc/018-2/caul.txt
+++ b/world/map/npc/018-2/caul.txt
@@ -138,7 +138,7 @@ L_brew:
goto L_CraftLoop;
L_CraftLoop:
- set @throw, rand(Int);
+ set @throw, rand((Int+Int2));
set @result, 1;
if (@throw >= 5) set @result, 2;
if (@throw >= 15) set @result, 3;
@@ -426,7 +426,7 @@ L_mo_random_1: // mode 1: remove colour
return;
L_mo_pc_bad:
- if (rand(Int + 100) > 60)
+ if (rand((Int+Int2) + 100) > 60)
goto L_mo_pc_bad_ok;
if (@bubble_mode)
mes "As your leaf dissolves, the intensity of the bubbling increases.";
@@ -446,7 +446,7 @@ L_mo_pc_bad_ok:
L_mo_auto_bad:
if (rand(3) == 0)
goto L_Return;
- if (rand(Int + 100) > 70)
+ if (rand((Int+Int2) + 100) > 70)
goto L_Return;
mes "The brew begins to bubble more violently.";
set @bubble_mode, @bubble_mode + 1;
@@ -459,11 +459,11 @@ L_mo_auto_bad:
L_mo_explode:
mes "[Exploding monster oil]";
mes "Your brew explodes!";
- if (rand(Agi) > 40)
+ if (rand((Agi+Agi2)) > 40)
goto L_mo_explode_dodge;
mes "The burst of boiling monster brew hits you.";
next;
- heal (15 * rand(Vit)) - 1500, 0, 1;
+ heal (15 * rand((Vit+Vit2))) - 1500, 0, 1;
close;
L_mo_explode_dodge:
@@ -713,7 +713,7 @@ L_mopox_failed_hard:
mes "Suddenly, the thick mass bends outwards, a huge bubble bursting open right in your face!";
next;
- if (rand(Vit) < 40)
+ if (rand((Vit+Vit2)) < 40)
sc_start sc_poison, 1, 20;
mes "[Brewing Mopox Cure]";