summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/magic/level1-transmutations.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/magic/level1-transmutations.txt b/npc/magic/level1-transmutations.txt
index 88e916fc..ef2723c4 100644
--- a/npc/magic/level1-transmutations.txt
+++ b/npc/magic/level1-transmutations.txt
@@ -22,7 +22,7 @@ function script SK_Transmute {
setarray .@failure, WarpedLog, WarpedLog;
break;
case SKILL_ZUKMINBIRF:
- .@prize = IronPowder; .@pc = 1+AdjustSpellpower(@skillLv*5);
+ .@prize = IronPowder; .@pc = 1+(AdjustSpellpower(@skillLv*5)/3);
.@mexp = 2; .@fx = FX_MAGIC_IRON_CAST;
setarray .@component, IronOre;
setarray .@co_amount, 1;
@@ -50,7 +50,7 @@ function script SK_Transmute {
setarray .@failure, CottonCloth, CottonCloth;
break;
case SKILL_GOLE:
- .@prize = SulphurPowder; .@pc = 1+AdjustSpellpower(@skillLv*20);
+ .@prize = SulphurPowder; .@pc = 1+(AdjustSpellpower(@skillLv*20)/3);
.@mexp = 1; .@fx = FX_MAGIC_SULPHUR_CAST;
setarray .@component, PileOfAsh;
setarray .@co_amount, 1;