diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/const.txt | 1 | ||||
-rw-r--r-- | db/item_db.txt | 4 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 2 |
4 files changed, 6 insertions, 3 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index f7547db3a..4e58d8013 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -5,6 +5,8 @@ Ayathoya items == Added but no effect ( all are "ect" itens) Skill databases == celest working on them i believe. +12/17 * Added effect for Deadly poison bottle and Ice cream [celest] + 12/15 * Updated Steel Body, Thunderstorm, Investigate and Magic Crasher, thanks to midas * Removed elunium and oridecon from produce_db, thanks to Draco diff --git a/db/const.txt b/db/const.txt index a90cd2ba1..867bb4c12 100644 --- a/db/const.txt +++ b/db/const.txt @@ -252,6 +252,7 @@ SC_Blind 136 SC_SpeedPot0 37 SC_SpeedPot1 38 SC_SpeedPot2 39 +SC_SpeedPot3 40 SC_ATKPot 185 SC_MATKPot 186 SC_EncPoison 6 diff --git a/db/item_db.txt b/db/item_db.txt index b0a4a87b1..6cff52c02 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -37,7 +37,7 @@ 533,Grape_Juice,Grape Juice,0,250,0,40,,,,,10477567,2,,,,,{ itemheal 0,rand(15,24); },{} 534,Carrot_Juice,Carrot Juice,0,20,0,40,,,,,10477567,2,,,,,{ itemheal rand(27,32),0; },{} 535,Pumkin,Pumpkin,0,15,0,20,,,,,10477567,2,,,,,{ itemheal 19,0; },{} -536,Ice_Cream,Ice Cream,0,150,0,80,,,,,10477567,2,,,,,{ itemheal rand(105,144),0; },{} +536,Ice_Cream,Ice Cream,0,150,0,80,,,,,10477567,2,,,,,{ itemheal rand(105,144),0; if (rand(100)<3) goto FR; end; FR: sc_start SC_Freeze,10000,0; },{} 537,Pet_Food,Pet Food,0,1000,0,10,,,,,10477567,2,,,,,{ itemheal rand(50,89),0; },{} 538,Well-baked_Cookie,Well-baked Cookie,0,1000,0,30,,,,,10477567,2,,,,,{ itemheal rand(160,199),0; },{} 539,Piece_of_Cake,Piece of Cake,0,3000,0,100,,,,,10477567,2,,,,,{ itemheal rand(270,329),0; },{} @@ -148,7 +148,7 @@ 675,Silver_Coin,Silver Coin,2,20,0,40,,,,,0,3,,,,,{},{} 676,Silver_Coin_Pouch,Silver Coin Pouch,2,20,0,400,,,,,0,3,,,,,{},{} 677,Platinum_Coin,Platinum Coin,2,20,0,40,,,,,0,3,,,,,{},{} -678,Deadly_Poison_Bottle,Deadly Poison Bottle,2,20,0,100,,,,,10477567,2,,,,,{ sc_start 193,60000,0; },{} +678,Deadly_Poison_Bottle,Deadly Poison Bottle,2,20,0,100,,,,,10477567,2,,,,,{ if(Class!=4013) goto Not_ASC; sc_start SC_Poison,600000,0; sc_start SC_SpeedPot0,30,0; end; Not_ASC: percentheal -100,0; },{} 679,Recall_Pills,Recall Pills,2,20,0,300,,,,,0,3,,,,,{},{} 680,Carnation,Carnation,2,20,0,1000,,,,,0,3,,,,,{},{} 681,Wedding_Photo_Album,Wedding_Photo_Album,2,20,0,10,,,,,0,3,,,,,{},{} diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index bf977a8fb..342212dbb 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -144,7 +144,7 @@ 230,1000,0,3:7:10:12:13,60000 //AM_ACIDTERROR#アシッドテラー# 232,2000,500,40000:50000:60000:70000:80000,0 //AM_CANNIBALIZE#バイオプラント# -233,2000,500,30000,0 //AM_SPHEREMINE#スフィアーマイン# +233,2000,500,40000:50000:60000:70000:80000,0 //AM_SPHEREMINE#スフィアーマイン# 234,2000,0,120000:240000:360000:480000:600000,0 //AM_CP_WEAPON#ケミカルウェポンチャージ# 235,2000,0,120000:240000:360000:480000:600000,0 //AM_CP_SHIELD#ケミカルシールドチャージ# 236,2000,0,120000:240000:360000:480000:600000,0 //AM_CP_ARMOR#ケミカルアーマーチャージ# |