diff options
Diffstat (limited to 'world/map/db/const.txt')
-rw-r--r-- | world/map/db/const.txt | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt index 37788571..af5cc476 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -26,16 +26,22 @@ Weight 24 1 MaxWeight 25 1 //JobLevel 55 1 //Upper 56 1 +Str 13 1 +Agi 14 1 +Vit 15 1 +Int 16 1 +Dex 17 1 +Luk 18 1 // BEFORE UNCOMMENTING ANYTHING, TALK TO o11c! -bMaxHP 6 1 -bMaxSP 8 1 -bStr 13 1 -bAgi 14 1 -bVit 15 1 -bInt 16 1 -bDex 17 1 -bLuk 18 1 +bMaxHP 6 +bMaxSP 8 +bStr 13 +bAgi 14 +bVit 15 +bInt 16 +bDex 17 +bLuk 18 //bAtk 41 //bAtk2 42 //bMatk1 43 |