summaryrefslogtreecommitdiff
path: root/db/re
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-18 00:59:40 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-18 00:59:40 -0300
commit0b4eff15f9619146386480b5a7b544626a90f791 (patch)
treee1b02e0b4a4861c72627ab91acae001379972627 /db/re
parentcc6d042e43cca8e13394112c85b63527bae08b61 (diff)
downloadserverdata-0b4eff15f9619146386480b5a7b544626a90f791.tar.gz
serverdata-0b4eff15f9619146386480b5a7b544626a90f791.tar.bz2
serverdata-0b4eff15f9619146386480b5a7b544626a90f791.tar.xz
serverdata-0b4eff15f9619146386480b5a7b544626a90f791.zip
itemskill() is broken, report to {41444d494e}
Diffstat (limited to 'db/re')
-rw-r--r--db/re/item_db.conf16
-rw-r--r--db/re/skill_tree.conf1
2 files changed, 17 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 14aa8b9fb..0ad04713d 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -3232,6 +3232,22 @@ item_db: (
percentheal 1, 10;
">
},
+{
+ Id: 682
+ AegisName: "Grenade"
+ Name: "Grenade"
+ Type: "IT_USABLE"
+ Buy: 900
+ Sell: 400
+ Weight: 40
+ Refine: false
+ ViewSprite: 682
+ Delay: 500
+ UseEffect: 52 // TODO FIXME: We should add to db/constants.conf instead of using numbers
+ Script: <"
+ itemskill WZ_STORMGUST,3,0;
+ ">
+},
// Mounts (690 to 699, probably there will be extra IDs)
{
diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf
index b582963e0..86b636f58 100644
--- a/db/re/skill_tree.conf
+++ b/db/re/skill_tree.conf
@@ -143,6 +143,7 @@ Human: {
ALL_BUYING_STORE: 0
KN_RIDING: 0
/*
+ WZ_STORMGUST: 3
WE_BABY: 0
WE_CALLPARENT: 0
WE_CALLBABY: 0