From 9584d85bc84fc367147f405403b16eb06daa1ac8 Mon Sep 17 00:00:00 2001 From: HoraK-FDF Date: Mon, 16 Oct 2023 03:17:20 +0000 Subject: Equipment stats use --- world/map/npc/018-2/caul.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'world/map/npc/018-2') 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]"; -- cgit v1.2.3-60-g2f50