summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-04-25 10:40:40 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-04-25 10:40:40 +0000
commit5328e63b9fb979e175f888e0b17f4c88ef9bb890 (patch)
tree712b11cd5dd8c6c6c06cf7934d3923a0d3a259a2 /Changelog-Trunk.txt
parentd68700b564d67f64ed4f75ca5d812f51855c6656 (diff)
downloadhercules-5328e63b9fb979e175f888e0b17f4c88ef9bb890.tar.gz
hercules-5328e63b9fb979e175f888e0b17f4c88ef9bb890.tar.bz2
hercules-5328e63b9fb979e175f888e0b17f4c88ef9bb890.tar.xz
hercules-5328e63b9fb979e175f888e0b17f4c88ef9bb890.zip
* First attempt to fix up the strip skills, please make sure these fixes work (bugreport:3011)
- the minimum rate of strip skills is now 5% for all levels - duration of strip skills depends on the dex difference between target and caster and can be reduced to 0 - strip skills can now affect bosses (if duration doesn't get reduced to 0 due to their high dex) - strip skills do a fixed -25% ATK, -15% DEF, -40% VIT or -40% INT independant of skill level - autocasting Full Strip has a duration now (if dex is high enough) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13701 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index ff85e5425..59079d046 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,13 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2009/04/25
+ * First attempt to fix up the strip skills, please make sure these fixes work (bugreport:3011) [Playtester]
+ - the minimum rate of strip skills is now 5% for all levels
+ - duration of strip skills depends on the dex difference between target and caster and can be reduced to 0
+ - strip skills can now affect bosses (if duration doesn't get reduced to 0 due to their high dex)
+ - strip skills do a fixed -25% ATK, -15% DEF, -40% VIT or -40% INT independant of skill level
+ - autocasting Full Strip has a duration now (if dex is high enough)
2009/04/20
* Fixed safestrncpy trashing the memory before dst when n == 0. (since r10667) [FlavioJS]
2009/04/15