summaryrefslogtreecommitdiff
path: root/conf-tmpl
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-07 17:40:46 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-07 17:40:46 +0000
commit8cf58f2846e8a701fe61a149c5bf532732572780 (patch)
tree6492a544f57cffc01af8cd22a0e96dfbc1fe020a /conf-tmpl
parent79f357bf323dbd91529bafe78160149851902377 (diff)
downloadhercules-8cf58f2846e8a701fe61a149c5bf532732572780.tar.gz
hercules-8cf58f2846e8a701fe61a149c5bf532732572780.tar.bz2
hercules-8cf58f2846e8a701fe61a149c5bf532732572780.tar.xz
hercules-8cf58f2846e8a701fe61a149c5bf532732572780.zip
- Removed the Warmth "stacking" code.
- Added back the effect of /doridori to skill-SP regen - Implemented a rough version of Angel of the Sun/Moon/Stars, it has a low chance of triggering on doridori-boosted SP-regen events. - Added sg_angel_skill_ratio to specify rate at which the Angel skill triggers. - Added unit_cancel_combo which takes care of ending a combo time and resuming normal attack 'inmediately' - Cleaned up some the SG_HATE code, you can't change hate targets anymore. - Increased duration of Miracle of the Sun/Moon/Stars to one hour. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8664 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r--conf-tmpl/Changelog.txt4
-rw-r--r--conf-tmpl/battle/skill.conf5
2 files changed, 8 insertions, 1 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt
index 43da8f25d..c7745e453 100644
--- a/conf-tmpl/Changelog.txt
+++ b/conf-tmpl/Changelog.txt
@@ -1,6 +1,10 @@
Date Added
2006/09/07
+ * Added sg_angel_skill_ratio to specify rate at which the Angel skill
+ triggers. [Skotlex]
+ * Increased duration of Miracle of the Sun/Moon/Stars to one hour.
+ [Skotlex]
* 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
diff --git a/conf-tmpl/battle/skill.conf b/conf-tmpl/battle/skill.conf
index 63bb739c7..9146101b8 100644
--- a/conf-tmpl/battle/skill.conf
+++ b/conf-tmpl/battle/skill.conf
@@ -262,4 +262,7 @@ allow_es_magic_player: no
sg_miracle_skill_ratio: 1
//Miracle of the Sun, Moon and Stars skill duration in milisecons
-sg_miracle_skill_duration: 600000
+sg_miracle_skill_duration: 3600000
+
+//Angel of the Sun, Moon and Stars skill ratio (100% = 10000)
+sg_angel_skill_ratio: 1