diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-14 20:10:36 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-14 20:10:36 +0000 |
commit | 848708ccba75077e519c745cf036f5ddb594ad50 (patch) | |
tree | 4b5bcfda86a688b29f6bdddb7c8c5f1be9bbbf63 /Changelog-Trunk.txt | |
parent | 1f9da81c0d78cebcc74a189c97b2350ae01bf621 (diff) | |
download | hercules-848708ccba75077e519c745cf036f5ddb594ad50.tar.gz hercules-848708ccba75077e519c745cf036f5ddb594ad50.tar.bz2 hercules-848708ccba75077e519c745cf036f5ddb594ad50.tar.xz hercules-848708ccba75077e519c745cf036f5ddb594ad50.zip |
- Modified how luk reduces status changes by reducing the gap. Eg: resist = vit; resist += (max - resist)*luk/300;
- Added battle settings pc_max_sc_luk/mob_max_sc_luk to handle which is the luk threshold at which you gain inmunity (defaults to 300).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7168 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index bad21b6fe..7ba4921b2 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,10 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/06/14
+ * Modified how luk reduces status changes by reducing the gap. Eg: resist =
+ vit; resist += (max - resist)*luk/300; [Skotlex]
+ * Added battle settings pc_max_sc_luk/mob_max_sc_luk to handle which is the
+ luk threshold at which you gain inmunity (defaults to 300). [Skotlex]
* Fixed buildin_getmobdata. It was trying to handle the first parameter as the
array to fill in. [blackhole89]
* Blocked again skill usage during marionette. [Skotlex]
|