diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/party.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/battle/party.conf b/conf/battle/party.conf index 68df9088b..63fc3a94a 100644 --- a/conf/battle/party.conf +++ b/conf/battle/party.conf @@ -45,7 +45,7 @@ party_item_share_type: 0 idle_no_share: no // Give additional experience bonus per party-member involved on even-share parties (excluding youself)? -// ex. If set to 10, a even-share party of 5 people will receive +40% exp (4 members * 10% exp): +// ex. If set to 10, an even-share party of 5 people will receive +40% exp (4 members * 10% exp): // 140% party experience in total, so each member receives 140%/5 = 28% exp (instead of 20%). party_even_share_bonus: 0 |