From 0172047af25f6daa1e116bd05a10d4768b9b3262 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 20 Jun 2018 13:41:35 -0300 Subject: Grenade, in theory, should now grant you hide for 2 seconds --- db/re/item_db.conf | 3 ++- db/re/skill_db.conf | 23 ++++++++++++----------- 2 files changed, 14 insertions(+), 12 deletions(-) (limited to 'db/re') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 3da758586..ec5e94751 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1627,7 +1627,8 @@ item_db: ( Delay: 500 UseEffect: 52 // TODO FIXME: We should add to db/constants.conf instead of using numbers Script: <" - itemskill SM_MAGNUM,1; + //itemskill SM_MAGNUM,1; + itemskill(TF_HIDING, 1, 1); "> }, { diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index daad6456b..721805194 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -1908,20 +1908,21 @@ skill_db: ( NoDamage: true } SkillData1: { - Lv1: 30000 - Lv2: 60000 - Lv3: 90000 - Lv4: 120000 - Lv5: 150000 - Lv6: 180000 - Lv7: 210000 - Lv8: 240000 - Lv9: 270000 - Lv10: 300000 + Lv1: 2000 + Lv2: 30000 + Lv3: 60000 + Lv4: 90000 + Lv5: 120000 + Lv6: 150000 + Lv7: 180000 + Lv8: 210000 + Lv9: 240000 + Lv10: 270000 + Lv11: 300000 } FixedCastTime: 0 Requirements: { - SPCost: 10 + SPCost: 1000 } }, { -- cgit v1.2.3-70-g09d2