From 9d2966cd099b99f5318bce0b4737b8201086dfde Mon Sep 17 00:00:00 2001 From: protimus Date: Wed, 29 Feb 2012 06:12:12 +0000 Subject: Fixed Bradium Brooch ASPD bonus. Added town mapflag to brasilis. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15639 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf/mapflag/town.txt | 1 + db/re/item_db.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/mapflag/town.txt b/conf/mapflag/town.txt index 162f27eba..8419998e2 100644 --- a/conf/mapflag/town.txt +++ b/conf/mapflag/town.txt @@ -31,3 +31,4 @@ louyang mapflag town hugel mapflag town rachel mapflag town veins mapflag town +brasilis mapflag town \ No newline at end of file diff --git a/db/re/item_db.txt b/db/re/item_db.txt index 0dd6d5e4d..afaff5c5b 100644 --- a/db/re/item_db.txt +++ b/db/re/item_db.txt @@ -1803,7 +1803,7 @@ 2787,Waterdrop_Brooch,Waterdrop Brooch,5,20,,200,,0,,1,0xFFFFFFFF,2,2,136,,0,0,0,{ bonus bMdef,2; bonus bMaxHPrate,1; bonus2 bSubEle,Ele_Water,5; },{},{} 2788,Bradium_Earing,Bradium Earring,5,20,,200,,0,,1,0xFFFFFFFF,2,2,136,,0,0,0,{ /* bonus bEquipmentMatk,5; */ bonus bInt,1; bonus bDex,1; },{},{} 2789,Bradium_Ring,Bradium Ring,5,20,,200,,0,,1,0xFFFFFFFF,2,2,136,,0,0,0,{ bonus bBaseAtk,5; bonus bStr,1; bonus bVit,1; },{},{} -2790,Bradium_Brooch,Bradium Brooch,5,20,,200,,0,,1,0xFFFFFFFF,2,2,136,,0,0,0,{ bonus bFlee,4; bonus bAgi,1; if(readparam(bAgi) >= 120) { bonus bCritical,4; } },{},{} +2790,Bradium_Brooch,Bradium Brooch,5,20,,200,,0,,1,0xFFFFFFFF,2,2,136,,0,0,0,{ bonus bAgi,1; bonus bAspdRate,2; bonus bFlee,4; if(readparam(bAgi)>=120){ bonus bCritical,4; } },{},{} 2791,Just_Got_Fish,Fresh Fish,5,20,,500,,0,,1,0xFFFFFFFF,7,2,136,,1,0,0,{ bonus bHit,3; },{},{} //2792,Ring_Of_Flame_Lord_I,Ring of Flame Lord,5,0,,0,,0,,0,0x00CFFF80,2,2,136,,0,0,0,{ bonus bStr,2; bonus bVit,1; bonus bBaseAtk,15; bonus2 bSubEle,Ele_Fire,10; bonus3 bAutoSpell,"CH_SOULCOLLECT",1,30; bonus3 bAutoSpell,"MO_EXPLOSIONSPIRITS",1,10; bonus3 bAutoSpell,"PA_PRESSURE",2,30; bonus3 bAutoSpell,"MG_FIREBALL",1,150; bonus3 bAutoSpell,"KN_BOWLINGBASH",5,20; if(isequipped(2679)) { bonus4 bAutoSpell,"MO_EXTREMITYFIST",1,3,1; bonus3 bAutoSpell,"PR_LEXAETERNA",1,20; bonus3 bAutoSpell,"AS_SONICBLOW",5,50; bonus3 bAutoSpell,"MO_INVESTIGATE",5,20; bonus3 bAutoSpell,"ASC_METEORASSAULT",2,50; } },{},{} //2793,Ring_Of_Resonance_I,Ring of Resonance,5,0,,0,,2,,0,0x00CFFF80,2,2,136,,0,0,0,{ bonus bAgi,2; bonus bVit,1; bonus bMdef,2; bonus4 bAutoSpellWhenHit,"WZ_QUAGMIRE",1,50,0; bonus3 bAutoSpellWhenHit,"AS_SPLASHER",10,20; bonus3 bAutoSpellWhenHit,"AL_HEAL",10,30; bonus3 bAutoSpellWhenHit,"HP_ASSUMPTIO",3,20; bonus3 bAutoSpellWhenHit,"CG_TAROTCARD",5,20; },{},{} -- cgit v1.2.3-60-g2f50