summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-20 13:41:35 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-20 13:41:35 -0300
commit0172047af25f6daa1e116bd05a10d4768b9b3262 (patch)
treea783d627936d5e0a91478094612cad2e97d0ace7
parent890ed4b074999c3c8bcabf328e17b350ce6474d3 (diff)
downloadserverdata-0172047af25f6daa1e116bd05a10d4768b9b3262.tar.gz
serverdata-0172047af25f6daa1e116bd05a10d4768b9b3262.tar.bz2
serverdata-0172047af25f6daa1e116bd05a10d4768b9b3262.tar.xz
serverdata-0172047af25f6daa1e116bd05a10d4768b9b3262.zip
Grenade, in theory, should now grant you hide for 2 seconds
-rw-r--r--db/re/item_db.conf3
-rw-r--r--db/re/skill_db.conf23
2 files changed, 14 insertions, 12 deletions
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
}
},
{