diff options
author | Akkarinage <mike.langford@live.co.uk> | 2013-06-14 21:27:02 +0100 |
---|---|---|
committer | Akkarinage <mike.langford@live.co.uk> | 2013-06-14 21:27:02 +0100 |
commit | 3136a514a17ff9874b458673ca3f89bad8e75ce8 (patch) | |
tree | ae8b5eb6ef53d5de6cbdb217d89d823c75bf52a0 /conf/battle/party.conf | |
parent | 634bcc63b7adff53d817c19195c4060170eeecfc (diff) | |
download | hercules-3136a514a17ff9874b458673ca3f89bad8e75ce8.tar.gz hercules-3136a514a17ff9874b458673ca3f89bad8e75ce8.tar.bz2 hercules-3136a514a17ff9874b458673ca3f89bad8e75ce8.tar.xz hercules-3136a514a17ff9874b458673ca3f89bad8e75ce8.zip |
Whitespace, TABs & Spellings
Replaced indents using spaces with tabs, reducing file sizes and
conforming to standards.
Diffstat (limited to 'conf/battle/party.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 7339b2e3c..14d5f47c8 100644 --- a/conf/battle/party.conf +++ b/conf/battle/party.conf @@ -44,7 +44,7 @@ party_item_share_type: 0 // A character's idle status is reset upon item use/skill use/attack (auto attack counts too)/movement. idle_no_share: no -// Give additional experience bonus per party-member involved on even-share parties (excluding youself)? +// Give additional experience bonus per party-member involved on even-share parties (excluding yourself)? // 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 |