summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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