diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-26 09:38:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-26 09:38:11 -0300 |
commit | b9162b20aad437fd3467879254aeccbe99dd0028 (patch) | |
tree | 8ea83a777c217cf72ebe0832a092792e9582cf2a /db/re/item_db.conf | |
parent | b73a753958168b32c2449b7b20439ae081e0126d (diff) | |
download | serverdata-b9162b20aad437fd3467879254aeccbe99dd0028.tar.gz serverdata-b9162b20aad437fd3467879254aeccbe99dd0028.tar.bz2 serverdata-b9162b20aad437fd3467879254aeccbe99dd0028.tar.xz serverdata-b9162b20aad437fd3467879254aeccbe99dd0028.zip |
Here we go, Micksha's latest and most favorite weapon: Scented Grenade.
Everyone will frown at you if you use it.
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a3b3ed0ae..c3458b69b 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -15966,6 +15966,21 @@ item_db: ( doevent "rand_mp_heal::OnUse"; "> }, +{ + Id: 8019 + AegisName: "ScentGrenade" + Name: "Scented Grenade" + Type: "IT_USABLE" + Buy: 700 + Sell: 350 + Weight: 40 + Refine: false + Delay: 500 + UseEffect: "FX_SMOKEBOMB" + Script: <" + callfunc "massprovoke", rand(3,9); + "> +}, ) |