From 5177e77a22b9b67f87d80539903eea694a2b81b7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Jan 2021 16:57:41 -0300 Subject: As Ihclot is deemed to be perfect, they get yet another grace reroll. --- npc/craft/options.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/craft') diff --git a/npc/craft/options.txt b/npc/craft/options.txt index b023a1e19..8909045a0 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -525,6 +525,11 @@ function script csys_BonusCalc { if (.@base >= (.@avg+1)*7/10) .@base=rand2(1, .@avg+1); + // Bonus grace reroll if crafting is maxed at 10 (SCRIPT only) + if (.@craft >= 10 && .@base < (.@avg+1)*.@eqlv/500) { + .@base=rand2(1, .@avg+1); + } + //////////////////////////////////// // Legendary Weapon? Effects +50% if (@csysArmor & CSYS_LEGENDARY) -- cgit v1.2.3-60-g2f50