diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-18 21:14:18 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-18 21:14:18 +0000 |
commit | eb5f477097d2af88c242d57ba73a5a96f5a3bf80 (patch) | |
tree | c3e153a72b23622fc191262189ada800c2a1df1f /conf-tmpl | |
parent | aa934a7bb6f0910b9edb53e4c711e2af97bbaf4e (diff) | |
download | hercules-eb5f477097d2af88c242d57ba73a5a96f5a3bf80.tar.gz hercules-eb5f477097d2af88c242d57ba73a5a96f5a3bf80.tar.bz2 hercules-eb5f477097d2af88c242d57ba73a5a96f5a3bf80.tar.xz hercules-eb5f477097d2af88c242d57ba73a5a96f5a3bf80.zip |
- Added 5 config settings to adjust damage in pk-mode servers (misc.conf)
- Corrected LoV's effect range for levels 11+ to range 8.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6646 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle/misc.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf-tmpl/battle/misc.conf b/conf-tmpl/battle/misc.conf index 6e1e7aaa8..2534f1ac8 100644 --- a/conf-tmpl/battle/misc.conf +++ b/conf-tmpl/battle/misc.conf @@ -45,6 +45,14 @@ pk_min_level: 55 // players to let them attack each other. 0 disables said limit.
pk_level_range: 0
+// For PK servers. Damage adjustment settings, these follow the same logic
+// as their WoE counterparts (see guild.conf)
+pk_short_attack_damage_rate: 80
+pk_long_attack_damage_rate: 70
+pk_weapon_attack_damage_rate: 60
+pk_magic_attack_damage_rate: 60
+pk_misc_attack_damage_rate: 60
+
// Allow muting of players?
muting_players: yes
|