* Reverted Berzebub card to reduce casting rate
* Corrected some item effects git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1359 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
05e31aee3c
commit
4be31a176a
@ -9,6 +9,8 @@
|
||||
Skill databases == celest working on them i believe.
|
||||
|
||||
03/31
|
||||
* Reverted Berzebub card to reduce casting rate
|
||||
* Corrected some item effects, thanks to digigp and htm
|
||||
* Updated some cards effects from 3/25 patch [DracoRPG]
|
||||
* Updated freeze time for Frost Diver and Frost Nova
|
||||
* Updated cast time for Preserve, thanks to Neko2
|
||||
|
@ -161,7 +161,7 @@
|
||||
681,Wedding_Photo_Album,Wedding Photo Album,2,20,0,10,,,,,0,3,,,,,{},{} //should call wedding effect
|
||||
682,Realgar_Wine,Realgar Wine,2,20,0,100,,,,,10477567,2,,,,,{ sc_start SC_ATKPOT,60,30; },{}
|
||||
683,Exorcize_Herb,Exorcize Herb,2,20,0,50,,,,,10477567,2,,,,,{ sc_start SC_MATKPOT,60,30; },{}
|
||||
684,Durian,Durian,2,20,0,30,,,,,0,3,,,,,{},{ sc_start SC_ATKPOT,60,10; sc_start SC_MATKPOT,60,10; }
|
||||
684,Durian,Durian,2,20,0,30,,,,,0,3,,,,,{ sc_start SC_ATKPOT,60,10; sc_start SC_MATKPOT,60,10; },{}
|
||||
685,Ramadan,Ramadan,2,20,10,300,,,,,0,3,,,,,{},{}
|
||||
|
||||
// Scrolls
|
||||
@ -1179,7 +1179,7 @@
|
||||
4142,Doppelganger_Card,Doppelganger Card,6,20,0,10,,,,,,,2,,,,{},{ bonus bAspdRate,15; }
|
||||
4143,Orc_Hero_Card,Orc Hero Card,6,20,0,10,,,,,,,769,,,,{},{ bonus bVit,3; bonus2 bResEff,Eff_Stan,10000; }
|
||||
4144,Osiris_Card,Osiris Card,6,20,0,10,,,,,,,136,,,,{},{ bonus bRestartFullRecover,0; }
|
||||
4145,Berzebub_Card,Berzebub Card,6,20,0,10,,,,,,,136,,,,{},{ bonus bDelayrate,-30; bonus bMaxSPrate,-15; bonus bMaxHPrate,-5; }
|
||||
4145,Berzebub_Card,Berzebub Card,6,20,0,10,,,,,,,136,,,,{},{ bonus bCastrate,-30; bonus bMaxSPrate,-15; bonus bMaxHPrate,-5; } // bCastrate in description, but bDelayrate in Aegis?
|
||||
4146,Maya_Card,Maya Card,6,20,0,10,,,,,,,32,,,,{},{ bonus bMagicDamageReturn,30; }
|
||||
4147,Baphomet_Card,Baphomet Card,6,20,0,10,,,,,,,2,,,,{},{ bonus bHit,-10; bonus bSplashRange,1; }
|
||||
4148,Pharaoh_Card,Pharaoh Card,6,20,0,10,,,,,,,769,,,,{},{ bonus bUseSPrate,-30; }
|
||||
@ -1483,7 +1483,7 @@
|
||||
5101,Takius_Blindfold,Takius' Blindfold,5,20,0,100,,,,0,10477567,2,512,,,184,{},{}
|
||||
5102,Round_Eyes,Round Eyes,5,20,0,100,,,,0,10477567,2,512,,,185,{},{}
|
||||
5103,Sunflower_Pin,Sunflower Hairpin,5,20,0,600,,,,0,2088958,2,256,,30,186,{},{ bonus bAgi,2; bonus bCriticalRate,5; } //Not refinable
|
||||
5104,Black_Blindfold,Black Blindfold,5,20,0,100,,,,0,208895,2,512,,,184,{},{ bonus2 bResEff,Eff_Blind,10000; bonus2 bResEff,Eff_Stan,200; }
|
||||
5104,Black_Blindfold,Black Blindfold,5,20,0,100,,,,0,2088958,2,512,,,184,{},{ bonus2 bResEff,Eff_Blind,10000; bonus2 bResEff,Eff_Stan,200; }
|
||||
|
||||
// Misc items
|
||||
//===================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user