diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-21 19:53:03 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-21 19:53:03 +0000 |
commit | bdfb9e2e0ecd034ef1d1ceab426bdafea028f3b3 (patch) | |
tree | edbcdc5aa20485fd0621228c6de62d31c4bcec3f /db/skill_db.txt | |
parent | 02f26bfab461a31f5890b4ab2f58b77f5404abf5 (diff) | |
download | hercules-bdfb9e2e0ecd034ef1d1ceab426bdafea028f3b3.tar.gz hercules-bdfb9e2e0ecd034ef1d1ceab426bdafea028f3b3.tar.bz2 hercules-bdfb9e2e0ecd034ef1d1ceab426bdafea028f3b3.tar.xz hercules-bdfb9e2e0ecd034ef1d1ceab426bdafea028f3b3.zip |
- Homun saving won't cap hp/sp to max hp/sp since a homun can have higher hp/sp than the one stated in the db (due to skill bonuses or status changes)
- Increased splash range of HVAN_EXPLOSION to 4.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8411 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_db.txt')
-rw-r--r-- | db/skill_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/skill_db.txt b/db/skill_db.txt index 0580e1b8c..39d9ce965 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -606,7 +606,7 @@ 8013,9,6,1,0,0,0,5,1:2:3:4:5,no,0,0,0,magic,0 //HVAN_CAPRICE
8014,0,6,4,0,1,0,5,0,no,0,0,0,none,0 //HVAN_CHAOTIC
8015,0,0,0,0,1,0,5,0,no,0,0,0,none,0 //HVAN_INSTRUCT
-8016,0,6,4,-1,2,2,3,1,no,0,0,0,misc,0 //HVAN_EXPLOSION
+8016,0,6,4,-1,2,4,3,1,no,0,0,0,misc,0 //HVAN_EXPLOSION
//id,range,hit,inf,pl,nk,splash,max,list_num,castcancel,cast_defence_rate,inf2,maxcount,skill_type,blow_count
10000,0,0,0,0,0,0,1,0,no,0,16,0,none,0 //GD_APPROVAL#Approval#
|