diff options
author | kenpachi2k11 <kenpachi2k11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-25 01:31:56 +0000 |
---|---|---|
committer | kenpachi2k11 <kenpachi2k11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-25 01:31:56 +0000 |
commit | 3ee48d4ab95cff1ab6f8d9d6318b8cdcc85dcc31 (patch) | |
tree | 792809afc4e651f99ee7c4337626a8f05f067e39 /db | |
parent | 40766e919fbbfb6315c0d0768d08a8786479260f (diff) | |
download | hercules-3ee48d4ab95cff1ab6f8d9d6318b8cdcc85dcc31.tar.gz hercules-3ee48d4ab95cff1ab6f8d9d6318b8cdcc85dcc31.tar.bz2 hercules-3ee48d4ab95cff1ab6f8d9d6318b8cdcc85dcc31.tar.xz hercules-3ee48d4ab95cff1ab6f8d9d6318b8cdcc85dcc31.zip |
Updated October Fest Cap (5807) bonus. Assumed 2% chance until we get more information. (bugreport:4475)
Updated Shield of Naga (2134) bonus. (bugreport:4379)
Updated Well-Chewed Pencil (5574) bonus. (bugreport:4381)
Updated Parade Hat (5225) bonus. (bugreport:4481)
Removed changes from r15112 / bugreport:4356. (Was a custom iRO bonus.)
Updated Speed Potion drop chance in First Aid Kit. (bugreport:5157)
Fixed item_bonus.txt where x/10000 should be x/100.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15259 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/item_db.txt | 2 | ||||
-rw-r--r-- | db/item_misc.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index 3b90edc71..d1125a135 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -2779,7 +2779,7 @@ 5205,Wreath,Emperor's Laurel Crown,5,20,,1000,,3,,0,0xFFFFFFFF,7,2,768,,0,1,261,{ bonus bAllStats,1; bonus bMdef,3; },{},{} 5206,Romantic_White_Flower,Romantic White Flower,5,20,,100,,0,,0,0xFFFFFFFE,7,2,1,,0,0,259,{ bonus2 bSubRace,RC_Plant,3; },{},{} 5207,Gold_Spirit_Chain,Angel Blessing,5,20,,100,,0,,0,0xFFFFFFFF,7,2,256,,0,0,260,{ bonus bLuk,1; bonus2 bSubEle,Ele_Holy,5; },{},{} -5208,Rideword_Hat,Rideword Hat,5,20,,300,,2,,1,0xFFFFFFFE,7,2,256,,40,1,262,{ bonus2 bHPDrainRate,50,(getequiprefinerycnt(EQI_HEAD_TOP) < 9) ? 8 : 16; bonus2 bSPDrainRate,10,(getequiprefinerycnt(EQI_HEAD_TOP) < 9) ? 4 : 8; bonus2 bHPLossRate,10,5000; },{},{} +5208,Rideword_Hat,Rideword Hat,5,20,,300,,2,,1,0xFFFFFFFE,7,2,256,,40,1,262,{ bonus2 bHPDrainRate, 50, 8; bonus2 bSPDrainRate, 10, 4; bonus2 bHPLossRate, 10, 5000; },{},{} 5209,Yellow_Baseball_Cap,Love Dad Cap,5,20,,300,,2,,0,0xFFFFFFFF,7,2,256,,0,1,263,{},{},{} 5210,Flying_Angel,Flapping Angel Wing,5,20,,300,,1,,0,0xFFFFFFFF,7,2,256,,10,1,264,{ bonus bCastrate,-3; bonus bAspdRate,3; bonus bInt,1; bonus bAgi,1; },{},{} 5211,Dress_Hat,Dress Hat,5,0,,200,,2,,1,0xFFFFFFFF,7,2,256,,20,1,265,{ bonus bMdef,7; bonus bStr,1; bonus bInt,1; bonus2 bAddRace,RC_NonBoss,2; bonus2 bAddRace,RC_Boss,2; bonus bMAtkRate,2; bonus bHealPower,5; if(getrefine() >= 7) { bonus2 bAddRace,RC_NonBoss,1; bonus2 bAddRace,RC_Boss,1; bonus bMAtkRate,1; bonus bHealPower,1; } },{},{} diff --git a/db/item_misc.txt b/db/item_misc.txt index bee835916..d0980c88c 100644 --- a/db/item_misc.txt +++ b/db/item_misc.txt @@ -16,7 +16,7 @@ 8,656,5 // Awakening Potion 8,657,5 // Berserk Potion 8,678,1 // Poison Bottle -8,12016,4 // Speed Potion +8,12016,5 // Speed Potion 8,12017,5 // Slow Potion 8,12020,5 // Cursed_Water // Herbs |