diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-13 21:37:10 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-13 21:37:10 +0000 |
commit | a92c2e8b2d21660dea89d6c21cc33b5d11744c4f (patch) | |
tree | 32b60e479fd9f10785e48d0b953fee6469ba84d6 /conf-tmpl | |
parent | 4cbf988c6707a3cfee4376acad2f96c118fbe149 (diff) | |
download | hercules-a92c2e8b2d21660dea89d6c21cc33b5d11744c4f.tar.gz hercules-a92c2e8b2d21660dea89d6c21cc33b5d11744c4f.tar.bz2 hercules-a92c2e8b2d21660dea89d6c21cc33b5d11744c4f.tar.xz hercules-a92c2e8b2d21660dea89d6c21cc33b5d11744c4f.zip |
- Added battle config sc_def_rate which adjusts natural defense of characters against status changes.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5275 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle/battle.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf-tmpl/battle/battle.conf b/conf-tmpl/battle/battle.conf index 07c4ef1be..c812a133f 100644 --- a/conf-tmpl/battle/battle.conf +++ b/conf-tmpl/battle/battle.conf @@ -152,3 +152,7 @@ mob_ghostring_fix: yes // 1 - 100 - percentage of magic damage reduced only during pvp (or gvg) gtb_pvp_only: no +// Adjustment for the natural rate of resistance from status changes. +// If 50, status defense is halved, and you need twice as much stats to block +// poison/silence/etc (eg: 200 vit to block poison/stun) +status_def_rate: 100 |