diff options
-rw-r--r-- | world/map/db/params.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/db/params.txt b/world/map/db/params.txt index dae5a243..512d0ac8 100644 --- a/world/map/db/params.txt +++ b/world/map/db/params.txt @@ -83,8 +83,8 @@ bVit 15 // VIT + n bInt 16 // INT + n bDex 17 // DEX + n bLuk 18 // LUK + n -bMaxWeight 25 // Sets the maximum possible weight to carry to n (bMaxWeight,n;). Note: As a failsave 1000 is added to n, final weight is n + 1000. -bMaxWeightAdd 26 // Adds n to the maximum possible weight to carry (bMaxWeightAdd,n;). Note: As a failsave 1000 is added to n, final weight is MaxWeight + n + 1000. +bMaxWeight 25 // Sets the maximum possible weight to carry to n (bMaxWeight,n;). Note: As a failsafe 1000 is added to n, final weight is n + 1000. +bMaxWeightAdd 26 // Adds n to the maximum possible weight to carry (bMaxWeightAdd,n;). Note: As a failsafe 1000 is added to n, final weight is MaxWeight + n + 1000. bAtk 41 // ATK + n (Minimum attack power) bAtk2 42 // ATK2 + n (Maximum attack power) bMatk1 43 // MATK1 + n (Maximum magical attack power) |