diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-11 04:46:11 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-11 04:46:11 +0000 |
commit | 59b2e5148808fe98af7c6d9753c4e285b7a38d33 (patch) | |
tree | 93fb4391a05388eb89529bec01e79c6f3c4f8580 /conf | |
parent | bc7a40f6a18298faeb4973fc6b3e5c62146b717b (diff) | |
download | hercules-59b2e5148808fe98af7c6d9753c4e285b7a38d33.tar.gz hercules-59b2e5148808fe98af7c6d9753c4e285b7a38d33.tar.bz2 hercules-59b2e5148808fe98af7c6d9753c4e285b7a38d33.tar.xz hercules-59b2e5148808fe98af7c6d9753c4e285b7a38d33.zip |
* Cleaning of script_commands.txt, with db paths updated to reflect pre-re/re changes.
* Follow-up r16905, clarified documentation.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16909 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/monster.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/conf/battle/monster.conf b/conf/battle/monster.conf index cb53078ec..fa9947ec5 100644 --- a/conf/battle/monster.conf +++ b/conf/battle/monster.conf @@ -202,9 +202,8 @@ mob_slave_keep_target: yes // See http://irowiki.org/wiki/MVP#Gravestone mvp_tomb_enabled: yes -// Whether or not mob size influences on experience earned, drop rates, monster status. (Note 1) -// If the monster is big, it will give two times the experience, increase the drop rates by twice -// and double all status (hp, str, agi etc). But if the monster is small everything will be divided -// by two (experience, drop rates and status). +// Whether or not the size of specially summoned mobs influences experience, drop rates, +// and stats. The rates will be doubled for large mobs, and halved for small ones. +// This is only invoked under the 'monster' command, @monsterbig, and @monstersmall. (Note 1) // Default: no mob_size_influence: no |