From 2dc34d78a7653959711064f4a89d381dc032a71e Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Mon, 21 Jan 2013 21:41:47 +0100 Subject: Reorganization of global variables: reduce number of entries in Fluffy Hunting list. The entries in the later positions of the array aren't cleared yet. This will be done in a later commit. --- world/map/db/const.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'world/map/db/const.txt') diff --git a/world/map/db/const.txt b/world/map/db/const.txt index 268fdcda..6e5f4803 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -115,10 +115,10 @@ bAddSize 1009 // +x% physical damage against a n size (bAddSize, bSubEle 1010 // +x% damage reduction against a n element (bSubEle,n,x;). bSubRace 1011 // +x% damage reduction against race n (bSubRace,n,x;). bAddEff 1012 // Adds a 1/100x% chance to cause effect e to the target when attacking (bAddEff,e,x;). -bResEff 1013 // Adds a 1/100x% tolerance to an effect (bResEff,e,x;). +bResEff 1013 // Adds a 1/100x% tolerance to an effect (bResEff,e,x;). bBaseAtk 1014 // A n bonus to the basic attack power (bBaseAtk,n;). bAspdRate 1015 // +n% attack speed (bAspdRate,n;). -bHPrecovRate 1016 // Natural HP recovery ratio increased of n% (bHPrecovRate,n;). +bHPrecovRate 1016 // Natural HP recovery ratio increased of n% (bHPrecovRate,n;). bSPrecovRate 1017 // Natural SP recovery ratio increased of n% (bSPrecovRate,n;). bSpeedRate 1018 // Moving speed increased of n% and only the highest among all is applied (bSpeedRate,n;). bCriticalDef 1019 // Decreases the chance of being hit by critical hits of n% (bCriticalDef,n;). @@ -632,4 +632,5 @@ OPT_STORAGE_CLOSE 1 OPT_BANK_CLOSE 2 // Currently used by the fluffy hunt (033-1). -MAX_HIGH_SCORES 10 +// starts counting with 0 +MAX_HIGH_SCORES 4 -- cgit v1.2.3-60-g2f50