diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-04 19:30:15 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-04 19:30:15 +0000 |
commit | bb78f61a194f92934784d108cb8e54e391c570aa (patch) | |
tree | 2e49643974eca093697308c944ff3ba0622922ea /db | |
parent | 06387a85ce94281d1652ab4bc61c5b9c0971832a (diff) | |
download | hercules-bb78f61a194f92934784d108cb8e54e391c570aa.tar.gz hercules-bb78f61a194f92934784d108cb8e54e391c570aa.tar.bz2 hercules-bb78f61a194f92934784d108cb8e54e391c570aa.tar.xz hercules-bb78f61a194f92934784d108cb8e54e391c570aa.zip |
- Removed settings enemy_critical_rate, homun_critical_rate. Added settings enable_critical (defaults to specify only players), mob_critical_rate and critical_rate. The last applies to all non-mobs and non-players (battle/battle.conf)
- Removed settings mob_npc_warp, mob_warpportal. Replaced with setting mob_warp which specifies which types of warp can a mob step into (battle/monster.conf)
- Updated status_calc_misc so that it also handles the BL_PC case, removed redundant info from status_calc_pc, and moving the SNovice Max Hp bonus to status_base_pc_maxhp
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8135 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/skill_unit_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/skill_unit_db.txt b/db/skill_unit_db.txt index 3fcb497ff..93c384340 100644 --- a/db/skill_unit_db.txt +++ b/db/skill_unit_db.txt @@ -87,7 +87,7 @@ 430,0x86, , 0, 1, 500,enemy, 0x000 //SG_STAR_WARM
484,0xb8, , 2, 0,1000,enemy, 0x808 //HW_GRAVITATION
488,0xb9, , 3, 0, -1,all, 0x200 //CG_HERMODE
-527,0xba, , -1, 0,2000,enemy, 0x000 //NJ_TATAMIGAESHI
+527,0xba, , -1, 0,2500,enemy, 0x000 //NJ_TATAMIGAESHI
535,0xbd, , 2, 0, 100,enemy, 0x008 //NJ_KAENSIN
541,0x86,,0,2:2:3:3:4,1000,enemy,0x000 //NJ_RAIGEKISAI
538,0xbb,,1:1:1:2:2:2:3:3:3:4,0,-1,all,0x002 //NJ_SUITON
|