diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-30 19:23:24 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-30 19:23:24 +0000 |
commit | abc7dd378cdad5c3f067f21b422f51ba7c06c585 (patch) | |
tree | ce8576baf293a4b53be486373e52999784c7eee2 | |
parent | 0a0cfbe9d1b9faa88fe64c672d0169ddd6516675 (diff) | |
download | hercules-abc7dd378cdad5c3f067f21b422f51ba7c06c585.tar.gz hercules-abc7dd378cdad5c3f067f21b422f51ba7c06c585.tar.bz2 hercules-abc7dd378cdad5c3f067f21b422f51ba7c06c585.tar.xz hercules-abc7dd378cdad5c3f067f21b422f51ba7c06c585.zip |
* Added 1 slot to all coloured ribbons as pointed out by Elfange.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10929 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/item_db.txt | 14 |
2 files changed, 9 insertions, 7 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index e68fdaff2..56f33426a 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -48,6 +48,8 @@ 13107 Western_Outlaw Need correct HIT and ASPD Rate ---- ======================== +07/30 + * Rev. 10929 Added 1 slot to all coloured ribbons as pointed out by Elfange. [L0ne_W0lf] 07/28 * Fixed monsters using Pneuma on target instead of self [Playtester] 07/27 diff --git a/db/item_db.txt b/db/item_db.txt index d50f14d24..caa68a37d 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -1878,13 +1878,13 @@ 5188,Minstrel_Hat,Wandering Minstrel Hat,5,20,,500,,2,,0,0xFFFFFFFF,7,2,256,,50,1,240,{ bonus bInt,1; bonus bDex,1; },{},{} 5189,Fallen_Leaves,Autumn Leaves,5,20,,100,,0,,0,0xFFFFFFFF,7,2,256,,0,1,241,{ bonus bMaxHP,40; bonus bMaxSP,40; },{},{} 5190,Indep_Anniversary_Hat,Independence Memorial Hat,5,20,,20,,3,,1,0xFFFFFFFF,7,2,256,,0,1,216,{},{},{} -5191,Ribbon_Black,Black Ribbon,5,800,,100,,1,,0,0xFFFFFFFF,7,2,256,,0,1,242,{ bonus bMdef,3; },{},{} -5192,Ribbon_Yellow,Yellow Ribbon,5,800,,100,,1,,0,0xFFFFFFFF,7,2,256,,0,1,243,{ bonus bMdef,3; },{},{} -5193,Ribbon_Green,Green Ribbon,5,800,,100,,1,,0,0xFFFFFFFF,7,2,256,,0,1,244,{ bonus bMdef,3; },{},{} -5194,Ribbon_Pink,Pink Ribbon,5,800,,100,,1,,0,0xFFFFFFFF,7,2,256,,0,1,245,{ bonus bMdef,3; },{},{} -5195,Ribbon_Red,Red Ribbon,5,800,,100,,1,,0,0xFFFFFFFF,7,2,256,,0,1,246,{ bonus bMdef,3; },{},{} -5196,Ribbon_Orange,Orange Ribbon,5,800,,100,,1,,0,0xFFFFFFFF,7,2,256,,0,1,247,{ bonus bMdef,3; },{},{} -5197,Ribbon_White,White Ribbon,5,800,,100,,1,,0,0xFFFFFFFF,7,2,256,,0,1,248,{ bonus bMdef,3; },{},{} +5191,Ribbon_Black,Black Ribbon,5,800,,100,,1,,1,0xFFFFFFFF,7,2,256,,0,1,242,{ bonus bMdef,3; },{},{} +5192,Ribbon_Yellow,Yellow Ribbon,5,800,,100,,1,,1,0xFFFFFFFF,7,2,256,,0,1,243,{ bonus bMdef,3; },{},{} +5193,Ribbon_Green,Green Ribbon,5,800,,100,,1,,1,0xFFFFFFFF,7,2,256,,0,1,244,{ bonus bMdef,3; },{},{} +5194,Ribbon_Pink,Pink Ribbon,5,800,,100,,1,,1,0xFFFFFFFF,7,2,256,,0,1,245,{ bonus bMdef,3; },{},{} +5195,Ribbon_Red,Red Ribbon,5,800,,100,,1,,1,0xFFFFFFFF,7,2,256,,0,1,246,{ bonus bMdef,3; },{},{} +5196,Ribbon_Orange,Orange Ribbon,5,800,,100,,1,,1,0xFFFFFFFF,7,2,256,,0,1,247,{ bonus bMdef,3; },{},{} +5197,Ribbon_White,White Ribbon,5,800,,100,,1,,1,0xFFFFFFFF,7,2,256,,0,1,248,{ bonus bMdef,3; },{},{} 5198,Drooping_Bunny,Drooping Bunny,5,10,,100,,1,,0,0xFFFFFFFF,7,2,256,,0,1,249,{ bonus bDex,1; bonus bFlee,2; },{},{} 5199,Baseball_Cap_I,Baseball Cap,5,0,,200,,3,,0,0xFFFFFFFF,7,2,256,,0,1,216,{},{},{} 5200,Coppola,Coppola,5,10,,300,,0,,0,0xFFFFFFFF,7,2,256,,0,1,252,{},{},{} |