summaryrefslogtreecommitdiff
path: root/npc/042-10
diff options
context:
space:
mode:
Diffstat (limited to 'npc/042-10')
-rw-r--r--npc/042-10/ctrl.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/042-10/ctrl.txt b/npc/042-10/ctrl.txt
index 3e5368ce4..2d6084b34 100644
--- a/npc/042-10/ctrl.txt
+++ b/npc/042-10/ctrl.txt
@@ -290,8 +290,8 @@ OnKillMob:
// Handle Dark Petal
// XXX: How MX/PC should affect drop rates?
- // I imagine a higher MX will increase DR.... (Right now, level 100 = +20% DR)
- .@r=rand2(500);
+ // I imagine a higher MX will increase DR.... (Right now, level 100 = +50% DR)
+ .@r=rand2(250);
if (.@r < 100+$KAMELOT_MX[.@g]) {
getmapxy(.@m$, .@x, .@y, 0);
makeitem(DarkPetal, 1, .@m$, rand2(.@x-1, .@x+1), rand2(.@y-1, .@y+1));