diff options
author | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-07 15:49:27 +0000 |
---|---|---|
committer | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-07 15:49:27 +0000 |
commit | 79f357bf323dbd91529bafe78160149851902377 (patch) | |
tree | 83bb7a3edbb1257e697e36be95a14bba00a22fee /conf-tmpl | |
parent | 244f68ca1df53201fd1ddd4d6beaf17b0e13c0e0 (diff) | |
download | hercules-79f357bf323dbd91529bafe78160149851902377.tar.gz hercules-79f357bf323dbd91529bafe78160149851902377.tar.bz2 hercules-79f357bf323dbd91529bafe78160149851902377.tar.xz hercules-79f357bf323dbd91529bafe78160149851902377.zip |
Changed gvg_short_attack_damage_rate to 80, as leaked X.2 [Vicious]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8662 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/Changelog.txt | 2 | ||||
-rw-r--r-- | conf-tmpl/battle/guild.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index 5ce42ea75..43da8f25d 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,7 @@ Date Added
+2006/09/07
+ * Changed gvg_short_attack_damage_rate to 80, as leaked X.2 [Vicious]
2006/09/06
* Reverted back the default view/chase range of mobs to 100% since eA now
uses square view areas, like Aegis. [Skotlex]
diff --git a/conf-tmpl/battle/guild.conf b/conf-tmpl/battle/guild.conf index c63ca79ea..b5bb29ab9 100644 --- a/conf-tmpl/battle/guild.conf +++ b/conf-tmpl/battle/guild.conf @@ -40,7 +40,7 @@ guild_max_castles: 0 castle_defense_rate: 100
// Melee damage adjustments (non skills) for WoE battles (Guild Vs Guild) (Note 2)
-gvg_short_attack_damage_rate: 100
+gvg_short_attack_damage_rate: 80
// Ranged damage adjustments (non skills) for WoE battles (Guild Vs Guild) (Note 2)
gvg_long_attack_damage_rate: 75
|