summaryrefslogtreecommitdiff
path: root/npc/011-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-13 19:38:34 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-13 19:38:34 -0300
commitd8b14353734e38bbd2d6656d783c383092b511f3 (patch)
tree4fef2d03989eb3abd8b879d7f249c0efb190b8bd /npc/011-1
parent7f06e200dbb80d7ea9ad753675769b0ba14ca2b2 (diff)
downloadserverdata-d8b14353734e38bbd2d6656d783c383092b511f3.tar.gz
serverdata-d8b14353734e38bbd2d6656d783c383092b511f3.tar.bz2
serverdata-d8b14353734e38bbd2d6656d783c383092b511f3.tar.xz
serverdata-d8b14353734e38bbd2d6656d783c383092b511f3.zip
Balance: Boost all Sulphur Powder sources in x4, nerf Flar attack from 110% to 80%
Diffstat (limited to 'npc/011-1')
-rw-r--r--npc/011-1/alchemist.txt4
-rw-r--r--npc/011-1/auldsbel.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/011-1/alchemist.txt b/npc/011-1/alchemist.txt
index 5b2b44ac..5f915236 100644
--- a/npc/011-1/alchemist.txt
+++ b/npc/011-1/alchemist.txt
@@ -185,7 +185,7 @@ L_Iron_powder_full:
L_Sulphur:
mes "[Rauk the Alchemist]";
- mes "\"Oh, that is easy. Bring me three piles of volcanic ash and three mauve leaves, and I will extract twelve piles of sulphur ash for you.\"";
+ mes "\"Oh, that is easy. Bring me three piles of volcanic ash and three mauve leaves, and I will extract forty eight piles of sulphur ash for you.\"";
next;
menu
"I will be back.", L_Abort,
@@ -206,7 +206,7 @@ L_Next1:
delitem "PileOfAsh", 3;
delitem "MauveHerb", 3;
- getitem "SulphurPowder", 12;
+ getitem "SulphurPowder", 48;
mes "[Rauk the Alchemist]";
mes "You watch Rauk burn the mauve leaves in the midst of the ashes. He then dissolves the result and pours it through a filter, finally heating up the residual liquid.";
next;
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;