diff options
author | Ali-G <gauvain.dauchy@free.fr> | 2011-06-26 11:55:03 +0200 |
---|---|---|
committer | Ali-G <gauvain.dauchy@free.fr> | 2011-06-26 11:55:03 +0200 |
commit | 4477c04b6d4c51c2213d60b2f6b075a4cb50bf75 (patch) | |
tree | e650d7d4c3cc5562af36a30c026c4b6d22081291 | |
parent | cababd7bd3ea8db3d60e45d0196de652ed66fbaf (diff) | |
download | serverdata-4477c04b6d4c51c2213d60b2f6b075a4cb50bf75.tar.gz serverdata-4477c04b6d4c51c2213d60b2f6b075a4cb50bf75.tar.bz2 serverdata-4477c04b6d4c51c2213d60b2f6b075a4cb50bf75.tar.xz serverdata-4477c04b6d4c51c2213d60b2f6b075a4cb50bf75.zip |
Added new mana potions and a light crystal that will be used when Thermin project will be done.
m--------- | client-data | 0 | ||||
-rw-r--r-- | world/map/db/item_db.txt | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/client-data b/client-data -Subproject 761741ec36dcc9ea2dd6d737fdbdd6aba09730a +Subproject 3ee6f833689a775a905b38a1c3b100e974aa917 diff --git a/world/map/db/item_db.txt b/world/map/db/item_db.txt index 25dc27c7..22b01e89 100644 --- a/world/map/db/item_db.txt +++ b/world/map/db/item_db.txt @@ -338,6 +338,11 @@ 822, GemPowderBlue, Sapphire Powder, 3, 1000, 500, 5, , , , , , , , , , , {}, {} 823, GemPowderYellow, Topaz Powder, 3, 1000, 500, 5, , , , , , , , , , , {}, {} 824, GemPowderPurple, Amethyst Powder, 3, 1000, 500, 5, , , , , , , , , , , {}, {} +825, TinyManaPotion, Tiny Mana Potion, 0, 100, 10, 5, , , , , , 2, , , 0, , {itemheal 0, 25;}, {}, +826, SmallManaPotion, Small Mana Potion, 0, 200, 20, 10, , , , , , 2, , , 0, , {itemheal 0, 50;}, {}, +827, MediumManaPotion, Medium Mana Potion, 0, 400, 40, 15, , , , , , 2, , , 0, , {itemheal 0, 100;}, {}, +828, LargeManaPotion, Large Mana Potion, 0, 800, 80, 25, , , , , , 2, , , 0, , {itemheal 0, 250;}, {}, +829, LightCrystal, Light Crystal, 3, 100, 50, 10, , , , , , , , , , , {}, {}, , // Add new entries above here. For dyed entries, add to the bottom of the 2000s. |