summaryrefslogtreecommitdiff
path: root/db/Changelog.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-10-23 16:06:01 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-10-23 16:06:01 +0000
commit179bc795036bed253d82ab406db0cbf39cf28908 (patch)
treeb0e3124b6e13c6f48647812981cdcc152d1933c0 /db/Changelog.txt
parentc61ca3727be3a366a593248a862f37063937fda2 (diff)
downloadhercules-179bc795036bed253d82ab406db0cbf39cf28908.tar.gz
hercules-179bc795036bed253d82ab406db0cbf39cf28908.tar.bz2
hercules-179bc795036bed253d82ab406db0cbf39cf28908.tar.xz
hercules-179bc795036bed253d82ab406db0cbf39cf28908.zip
- Modified the meaning of the third column in the skill_require_db. Instead of MaxHP, this is now called MaxHPTrigger. This column (which was previously unused by all skills) signals the limit HP% that you can have to be able to use the skill. For example, setting it to 20 means the skill is unusable if you have more than 20% life (not that this is merely a threshold setting, it won't actually substract HP when used!)
- Adjusted LK_BERSERK so you can only use it when you have 20% or less life. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9045 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/Changelog.txt')
-rw-r--r--db/Changelog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt
index 8b724944b..d0c1925e4 100644
--- a/db/Changelog.txt
+++ b/db/Changelog.txt
@@ -19,6 +19,9 @@
-----
========================
+10/23
+ * Adjusted LK_BERSERK so you can only use it when you have 20% or less
+ life. [Skotlex]
10/20
* Official Muscipular drops [Playtester]
10/19