From 3cff6e2a77e5f2aeba13156d939c122b5c0cb501 Mon Sep 17 00:00:00 2001 From: HoraK-FDF Date: Fri, 19 Jul 2024 23:48:21 +0000 Subject: Apply 1 suggestion(s) to 1 file(s) Co-authored-by: HoraK-FDF --- world/map/db/params.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world') 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) -- cgit v1.2.3-70-g09d2