From b76cd0c834051afd3d87571f839c139aa152de97 Mon Sep 17 00:00:00 2001 From: Kess Vargavind Date: Fri, 11 Sep 2009 09:57:47 +0200 Subject: Made functions in item_db more transparent --- db/const.txt | 2 ++ db/item_db.txt | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'db') diff --git a/db/const.txt b/db/const.txt index 091de1b6..512e4894 100644 --- a/db/const.txt +++ b/db/const.txt @@ -153,6 +153,8 @@ cDarkGreen 9 sc_poison 132 sc_slowpoison 14 +sc_raiseattackspeed0 37 +sc_raiseattackstrength 185 // Marriage-related WEDDING_FEE 100 diff --git a/db/item_db.txt b/db/item_db.txt index 80ffeb1d..088750b1 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -66,8 +66,8 @@ 564, TurtleneckSweater, Turtleneck Sweater, 5, 2000, 1000, 10, , 6, , -18, 0, 2, 512, , 0, 0, {}, {} 565, Petal, Petal, 0, 50, 25, 10, , , , , , 2, , , 0, , { itemheal 50, 0; }, {} 566, SmallMushroom, Small Mushroom, 0, 50, 25, 10, , , , , , 2, , , 0, , { itemheal 50, 0; }, {} -567, IronPotion, Iron Potion, 0, 500, 250, 10, , , , , , 2, , , 0, , { sc_start 185, 60, 60; }, {} -568, ConcentrationPotion, Concentration Potion, 0, 500, 250, 10, , , , , , 2, , , 0, , { sc_start 37, 60, 30; }, {} +567, IronPotion, Iron Potion, 0, 500, 250, 10, , , , , , 2, , , 0, , { sc_start sc_raiseattackstrength, 60, 60; }, {} +568, ConcentrationPotion, Concentration Potion, 0, 500, 250, 10, , , , , , 2, , , 0, , { sc_start sc_raiseattackspeed0, 60, 30; }, {} 569, RawLog, Raw Log, 3, 20, 10, 10, , , , , , , , , , , {}, {} 570, BoneKnife, Bone Knife, 4, 10000, 6000, 120, 115, , 1, , 0, 2, 2, 1, 1, 1, {}, {} 571, Setzer, Setzer, 4, 20000, 8000, 80, 110, , 1, , 0, 2, 2, 1, 1, 3, {}, {} @@ -225,8 +225,8 @@ 741, CottonGloves, Cotton Gloves, 5, 2000, 500, 20, , 1, , -10, 0, 2, 4, , 0, 0, {}, {} 742, FourLeafClover, Four-Leaf Clover, 5, 10000, 5000, 1, , , , 5, 0, 2, 8, , 0, 0, {}, { bonus bLuk, 1; } 743, Acorn, Acorn, 0, 50, 10, 1, , , , , , 2, , , 0, , { itemheal 3, 0; }, {} -744, DilutedConcentrationPotion, Diluted Concentration Potion, 0, 250, 100, 10, , , , , , 2, , , 0, , { sc_start 37, 30, 20; }, {} -745, DarkConcentrationPotion, Dark Concentration Potion, 0, 50, 25, 10, , , , , , 2, , , 0, , { sc_start 37, 10, 40; sc_start sc_poison, 1, 50;}, {} +744, DilutedConcentrationPotion, Diluted Concentration Potion, 0, 250, 100, 10, , , , , , 2, , , 0, , { sc_start sc_raiseattackspeed0, 30, 20; }, {} +745, DarkConcentrationPotion, Dark Concentration Potion, 0, 50, 25, 10, , , , , , 2, , , 0, , { sc_start sc_raiseattackspeed0, 10, 40; sc_start sc_poison, 1, 50;}, {} 746, MopoxCurePotion, Mopox Cure Potion, 3, 0, 0, 5, , , , , , 2, , , , , {}, {} 747, LacedChocolateCake, Laced Chocolate Cake, 0, 550, 125, 10, , , , , , 2, , , 0, , { itemheal 11, 0; }, {} 748, LacedOrangeCupcake, Laced Orange Cupcake, 0, 90, 45, 5, , , , , , 2, , , 0, , { itemheal 100, 0; }, {} -- cgit v1.2.3-60-g2f50