From d8b14353734e38bbd2d6656d783c383092b511f3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 13 Apr 2021 19:38:34 -0300 Subject: Balance: Boost all Sulphur Powder sources in x4, nerf Flar attack from 110% to 80% --- npc/011-1/auldsbel.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/011-1/auldsbel.txt') diff --git a/npc/011-1/auldsbel.txt b/npc/011-1/auldsbel.txt index 32a9d135..f5931017 100644 --- a/npc/011-1/auldsbel.txt +++ b/npc/011-1/auldsbel.txt @@ -176,7 +176,7 @@ L_Ironpowder: L_Sulphur: mes "[Auldsbel the Wizard]"; @Cost = 400 - (@Q_component_quest * 30); - mes "\"Sulphur powder? Ah, so we have picked up a little offensive magic, haven't we? Good thinking, good thinking. And yes, of course I can transmute volcanic ashes into sulphur powder at a ratio of 1:5, for " + @Cost + " GP.\""; + mes "\"Sulphur powder? Ah, so we have picked up a little offensive magic, haven't we? Good thinking, good thinking. And yes, of course I can transmute volcanic ashes into sulphur powder at a ratio of 1:20, for " + @Cost + " GP.\""; next; if (@Q_main_status >= @Q_STATUS_STUDENT) menu @@ -202,7 +202,7 @@ L_Sulphur_buy: Zeny = Zeny - @Cost; delitem "PileOfAsh", 1; - getitem "SulphurPowder", 5; + getitem SulphurPowder, 20; mes "[Auldsbel the Wizard]"; mes "\"I shall transmute it later. Here, have five half-ounces from my own stock.\""; next; -- cgit v1.2.3-60-g2f50