diff options
Diffstat (limited to 'world/map/db')
-rw-r--r-- | world/map/db/const.txt | 7 |
1 files changed, 4 insertions, 3 deletions
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 |