summaryrefslogtreecommitdiff
path: root/npc/items
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-10-10 21:15:30 -0300
committerJesusaves <cpntb1@ymail.com>2021-10-10 21:15:30 -0300
commitc3ba2133726e9da04566ea6bc97c9ad2cc622272 (patch)
tree00dd7fbf5d76de96338a5365dd5ce0352bd89225 /npc/items
parent9b4d8de98ae57757018ddcf7cf07ca5c736b481b (diff)
downloadserverdata-c3ba2133726e9da04566ea6bc97c9ad2cc622272.tar.gz
serverdata-c3ba2133726e9da04566ea6bc97c9ad2cc622272.tar.bz2
serverdata-c3ba2133726e9da04566ea6bc97c9ad2cc622272.tar.xz
serverdata-c3ba2133726e9da04566ea6bc97c9ad2cc622272.zip
Raise chance to get Speed / Reflect / Power / Wall Cards from Arcmage Boxset
Diffstat (limited to 'npc/items')
-rw-r--r--npc/items/arcmage.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/arcmage.txt b/npc/items/arcmage.txt
index 486db2661..d2cd59921 100644
--- a/npc/items/arcmage.txt
+++ b/npc/items/arcmage.txt
@@ -19,7 +19,7 @@ function script MakeRandomArcmageCard {
// 5% chances of a rare card
// Actually only 1/3 of this rate is effective
// Therefore real chances are of about 1.67%
- if (.@r < 500+JobLevel) {
+ if (.@r < 500+(JobLevel*2)) {
array_push(.@arcmagecards, SpeedCard);
array_push(.@arcmagecards, ReflectCard);
array_push(.@arcmagecards, PowerCard);