* Updated item_db and skill_cast_db
- fixed Sabbath giving 500 Crit instead of 50 Crit - updated the comment on Dragon Fear in skill_cast_db git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13798 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
64972e4b5a
commit
4c9d3d55eb
@ -38,6 +38,9 @@
|
||||
|
||||
=======================
|
||||
2009/05/19
|
||||
* Updated item_db and skill_cast_db [Playtester]
|
||||
- fixed Sabbath giving 500 Crit instead of 50 Crit
|
||||
- updated the comment on Dragon Fear in skill_cast_db
|
||||
* Fixed Coma chances being 10 times too high [Playtester]
|
||||
2009/05/18
|
||||
* NPC skills now use the official default durations for status changes [Playtester]
|
||||
|
@ -657,7 +657,7 @@
|
||||
1362,Two_Handed_Axe__,Two-Handed Axe,4,55000,,2500,185,,1,0,0x000444A2,7,2,34,3,30,1,7,{},{},{}
|
||||
1363,Brood_Axe,Bloody Axe,4,20,,4000,170,,1,0,0x000444A2,7,2,34,4,44,1,7,{ bonus bStr,10; bonus bSpeedRate,25; },{},{}
|
||||
1364,Great_Axe,Great Axe,4,20,,1800,187,,1,0,0x000444A2,7,2,34,4,44,1,7,{ bonus2 bAddSkillBlow,"MC_MAMMONITE",5; bonus2 bAddEff,Eff_Stun,1500; },{},{}
|
||||
1365,Sabbath,Sabbath,4,20,,2300,120,,1,0,0x000444A2,7,2,34,4,44,1,7,{ bonus bAtkEle,Ele_Dark; bonus2 bWeaponComaRace,RC_Demon,50; bonus2 bCriticalAddRace,RC_Undead,500; },{},{}
|
||||
1365,Sabbath,Sabbath,4,20,,2300,120,,1,0,0x000444A2,7,2,34,4,44,1,7,{ bonus bAtkEle,Ele_Dark; bonus2 bWeaponComaRace,RC_Demon,50; bonus2 bCriticalAddRace,RC_Undead,50; },{},{}
|
||||
1366,Right_Epsilon,Light Epsilon,4,20,,2300,180,,1,0,0x000444A2,7,2,34,4,44,1,7,{ bonus bAtkEle,Ele_Holy; skill "AL_HEAL",3; bonus2 bAddRace,RC_Demon,3; },{},{}
|
||||
1367,Slaughter,Slaughter,4,20,,2500,120,,1,0,0x000444A2,7,2,34,4,44,1,7,{ bonus bAtkEle,Ele_Earth; bonus bIgnoreDefRace,RC_Brute; bonus2 bWeaponComaRace,RC_Brute,40; },{},{}
|
||||
1368,Tomahawk,Tomahawk,4,20,,2500,165,,1,0,0x000444A2,7,2,34,4,44,1,7,{ bonus bAtkEle,Ele_Wind; skill "ITM_TOMAHAWK",1; },{},{}
|
||||
|
@ -930,7 +930,7 @@
|
||||
655,0,0,0,0,12000
|
||||
//-- NPC_ACIDBREATH
|
||||
657,0,0,0,0,60000
|
||||
//-- NPC_DRAGONFEAR (Upkeep2 times are duration of: Stun(lv1), Curse(lv2), Silence(lv3) and Bleeding (lv4))
|
||||
//-- NPC_DRAGONFEAR (Upkeep2 times are duration of: Stun(lv1), Silence(lv2), Confusion(lv3) and Bleeding(lv4))
|
||||
659,0,0,0,0,5000:30000:30000:120000
|
||||
//-- NPC_BLEEDING
|
||||
660,0,0,0,0,120000
|
||||
|
Loading…
x
Reference in New Issue
Block a user