From 6e497ff1289ff218f9c50e7d4e20aa37dbd2a713 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Fri, 23 Feb 2018 14:19:56 -0300 Subject: Every new attacker grants +35% extra exp, capped at 315% total extra exp. --- conf/map/battle/exp.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/map/battle/exp.conf b/conf/map/battle/exp.conf index d1c296f92..01c9364d1 100644 --- a/conf/map/battle/exp.conf +++ b/conf/map/battle/exp.conf @@ -57,11 +57,12 @@ exp_calc_type: 0 // Experience increase per attacker. That is, every additional attacker to the // monster makes it give this much more experience // (eg: 5 people attack with 25 here, +(25*4)% -> +100% exp) -exp_bonus_attacker: 25 +exp_bonus_attacker: 35 // Max number of attackers at which exp bonus is capped // (eg: if set at 5, the max bonus is 4*bonus-per-char regardless of attackers) -exp_bonus_max_attacker: 12 +// It is set at 10, that is, maximum of 315% bonus EXP. +exp_bonus_max_attacker: 10 // MVP bonus exp rate. (Note 2) mvp_exp_rate: 100 -- cgit v1.2.3-60-g2f50