diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-07 03:36:14 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-07 03:36:14 +0000 |
commit | e08ebfb66b255385436786db6e95cf9089db25d2 (patch) | |
tree | 894241162d630c61618ceb3b7cc83783564d1025 /src/map/pc.h | |
parent | b4ae63a63186b89d9b4012b1bc4e802ca37cb74e (diff) | |
download | hercules-e08ebfb66b255385436786db6e95cf9089db25d2.tar.gz hercules-e08ebfb66b255385436786db6e95cf9089db25d2.tar.bz2 hercules-e08ebfb66b255385436786db6e95cf9089db25d2.tar.xz hercules-e08ebfb66b255385436786db6e95cf9089db25d2.zip |
Implemented "cooking exp" that increases the success chance of cooking by 0.05% per try and the max bonus is 20%.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13854 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 21ae9a094..df6f0ae93 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -177,6 +177,7 @@ struct map_session_data { short skillitem,skillitemlv; short skillid_old,skilllv_old; short skillid_dance,skilllv_dance; + short cooking_attempt; // max: 400 [Inkfish] unsigned char blockskill[MAX_SKILL]; int cloneskill_id; int menuskill_id, menuskill_val; |