diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-07-19 23:48:21 +0000 |
---|---|---|
committer | Hello TMW <hello@themanaworld.org> | 2024-07-19 23:48:21 +0000 |
commit | 3cff6e2a77e5f2aeba13156d939c122b5c0cb501 (patch) | |
tree | a69a5fcc50d660d8db8c671be77c2e4ef106a41f | |
parent | 56df7a28b777487680eff7d756a77a45fca3ddb4 (diff) | |
download | serverdata-3cff6e2a77e5f2aeba13156d939c122b5c0cb501.tar.gz serverdata-3cff6e2a77e5f2aeba13156d939c122b5c0cb501.tar.bz2 serverdata-3cff6e2a77e5f2aeba13156d939c122b5c0cb501.tar.xz serverdata-3cff6e2a77e5f2aeba13156d939c122b5c0cb501.zip |
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: HoraK-FDF <horak-fdf@web.de>
-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) |