summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-04 19:00:02 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-04 19:00:02 +0000
commit925974d3452293164ea62ca474182a87d5e3517d (patch)
treecd6ed15288e43afb305b76a2f180cf0df9825d1d /Changelog-Trunk.txt
parentd181277287d7ee065ce8d07322477f449846249d (diff)
downloadhercules-925974d3452293164ea62ca474182a87d5e3517d.tar.gz
hercules-925974d3452293164ea62ca474182a87d5e3517d.tar.bz2
hercules-925974d3452293164ea62ca474182a87d5e3517d.tar.xz
hercules-925974d3452293164ea62ca474182a87d5e3517d.zip
- Implemented cooking chances. Chance of success is 70% - 7*(dish-lv)% + 12*(cooking set-lv)%. Exception: When using the legendary cooking set, success chance is 100% regardless of dish.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7518 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index e4559c39a..c4229465a 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,9 @@ 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/07/04
+ * Implemented cooking chances. Chance of success is 70% - 7*(dish-lv)% +
+ 12*(cooking set-lv)%. Exception: When using the legendary cooking set,
+ success chance is 100% regardless of dish. [Skotlex]
* Added battle config setting emergency_recall, specifies behaviour of that
skill (skill.conf): 0 - Disabled. 1 - can't be used in nowarpto maps. 2 -
Can be used everywhere. [Skotlex]