diff options
Diffstat (limited to 'world/map/db/params.txt')
-rw-r--r-- | world/map/db/params.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/db/params.txt b/world/map/db/params.txt index dce59466..62592a09 100644 --- a/world/map/db/params.txt +++ b/world/map/db/params.txt @@ -4,6 +4,7 @@ // TODO finish that list and add comments // TODO refactor: make the names match their SP:: counterpart <== halfway done +SPEED 0 1 BASEEXP 1 1 JOBEXP 2 1 Hp 5 1 @@ -173,3 +174,4 @@ bSPDrainRate 1062 // Adds a n/10% chance to receive x% of dealed dam //bAgiVit 1071 // Adds a n number in Agility and Vitality (bAgiVit,n;). //bAgiDexStr 1072 // Adds a n number in Agility, Dexterity and Strengh (bAgiDexStr,n;). //bPerfectHide 1073 // A hidden character is no longer detected by monsters with 'detector' mode (bPerfectHide,1;). +bSpeedCap 1087 // Caps speed to a certain value, faster is not posible but slower yes, if this bonus is on multiple items the highest value (slowest speed) is used |