diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-31 17:06:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-31 17:10:09 +0300 |
commit | cbce2426ffca559c79e321d1a972d4d34c29e502 (patch) | |
tree | 92d34084b4f84648e4d5c9fb46ab45bc78c93c65 | |
parent | c280812bc022eae3e5c99cb2e591c74f58fcd41d (diff) | |
download | clientdata-cbce2426ffca559c79e321d1a972d4d34c29e502.tar.gz clientdata-cbce2426ffca559c79e321d1a972d4d34c29e502.tar.bz2 clientdata-cbce2426ffca559c79e321d1a972d4d34c29e502.tar.xz clientdata-cbce2426ffca559c79e321d1a972d4d34c29e502.zip |
double max hp coefficient for players.
see http://wiki.evolonline.org/db/job_db1.txt
-rw-r--r-- | db/job_db1.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/db/job_db1.txt b/db/job_db1.txt index 2eca971e..3e0e7560 100644 --- a/db/job_db1.txt +++ b/db/job_db1.txt @@ -1,11 +1,11 @@ -//weight, hp, hp2, sp, aspd, walk speed -20000, 0, 500, 100, 650, 700, 750, 600, 2000, 2000, 800, 2000, 700, 700, 650, 900, 2000, 2000, 2000, 2000, 2000, 200 -20000, 0, 500, 100, 650, 700, 750, 600, 2000, 2000, 800, 2000, 700, 700, 650, 900, 2000, 2000, 2000, 2000, 2000, 200 -20000, 0, 500, 100, 650, 700, 750, 600, 2000, 2000, 800, 2000, 700, 700, 650, 900, 2000, 2000, 2000, 2000, 2000, 200 -20000, 0, 500, 100, 650, 700, 750, 600, 2000, 2000, 800, 2000, 700, 700, 650, 900, 2000, 2000, 2000, 2000, 2000, 200 -20000, 0, 500, 100, 650, 700, 750, 600, 2000, 2000, 800, 2000, 700, 700, 650, 900, 2000, 2000, 2000, 2000, 2000, 200 -20000, 0, 500, 100, 650, 700, 750, 600, 2000, 2000, 800, 2000, 700, 700, 650, 900, 2000, 2000, 2000, 2000, 2000, 200 -20000, 0, 500, 100, 650, 700, 750, 600, 2000, 2000, 800, 2000, 700, 700, 650, 900, 2000, 2000, 2000, 2000, 2000, 200 +//weight, hp, hp2, sp, aspd, walk speed +20000, 0, 1000, 100, 650, 700, 750, 600, 2000, 2000, 800, 2000, 700, 700, 650, 900, 2000, 2000, 2000, 2000, 2000, 200 +20000, 0, 1000, 100, 650, 700, 750, 600, 2000, 2000, 800, 2000, 700, 700, 650, 900, 2000, 2000, 2000, 2000, 2000, 200 +20000, 0, 1000, 100, 650, 700, 750, 600, 2000, 2000, 800, 2000, 700, 700, 650, 900, 2000, 2000, 2000, 2000, 2000, 200 +20000, 0, 1000, 100, 650, 700, 750, 600, 2000, 2000, 800, 2000, 700, 700, 650, 900, 2000, 2000, 2000, 2000, 2000, 200 +20000, 0, 1000, 100, 650, 700, 750, 600, 2000, 2000, 800, 2000, 700, 700, 650, 900, 2000, 2000, 2000, 2000, 2000, 200 +20000, 0, 1000, 100, 650, 700, 750, 600, 2000, 2000, 800, 2000, 700, 700, 650, 900, 2000, 2000, 2000, 2000, 2000, 200 +20000, 0, 1000, 100, 650, 700, 750, 600, 2000, 2000, 800, 2000, 700, 700, 650, 900, 2000, 2000, 2000, 2000, 2000, 200 28000,150, 500,300, 400, 500, 500,550,600, 600, 700, 700, 650, 700,2000,2000,2000,2000,2000,2000,2000,200 26000, 75,500,800, 400,2000,2000,2000,2000,2000,2000,2000, 600, 600, 600,2000,2000,2000,2000, 600,2000,200 24000, 55,500,900, 500, 575,2000,2000,2000,2000,2000,2000,2000,2000, 625,2000,2000,2000,2000,2000,2000,200 |