diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-13 22:45:57 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-13 22:45:57 +0000 |
commit | 5021e16d2bd968ad3ea0649cdee6eb7884efe65f (patch) | |
tree | 50d462c88cf60861ba6726b4cf1fdf6341b15dc4 /conf-tmpl/battle/skill.conf | |
parent | 4ba94b1074c913fc61678d06cc0e1779b7046cee (diff) | |
download | hercules-5021e16d2bd968ad3ea0649cdee6eb7884efe65f.tar.gz hercules-5021e16d2bd968ad3ea0649cdee6eb7884efe65f.tar.bz2 hercules-5021e16d2bd968ad3ea0649cdee6eb7884efe65f.tar.xz hercules-5021e16d2bd968ad3ea0649cdee6eb7884efe65f.zip |
- Corrected SG Miracle to trigger per attack, not per walked tile. Trigger rate is now 0.02%
- Corrected the warmth skills not clearing up correctly the previous field when you place another one down.
- Corrected vit not affecting the HP bonus that Super Novices, Ninjas and Gunslingers get.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11193 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle/skill.conf')
-rw-r--r-- | conf-tmpl/battle/skill.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf-tmpl/battle/skill.conf b/conf-tmpl/battle/skill.conf index e6827b796..a7ddc3cac 100644 --- a/conf-tmpl/battle/skill.conf +++ b/conf-tmpl/battle/skill.conf @@ -260,7 +260,7 @@ allow_skill_without_day: no allow_es_magic_player: no // Miracle of the Sun, Moon and Stars skill ratio (100% = 10000) -sg_miracle_skill_ratio: 1 +sg_miracle_skill_ratio: 2 // Miracle of the Sun, Moon and Stars skill duration in milliseconds sg_miracle_skill_duration: 3600000 |