summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-13 14:03:54 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-13 14:03:54 -0300
commit470a949a98a7c205d5ad5aac5a0573c6949dafa0 (patch)
treee12067bfab9f9c0fe69b9c1b9444d5b144a186a5 /db
parente06aca26d705a4b9ac9a9bddc694df705b2d0e36 (diff)
downloadserverdata-470a949a98a7c205d5ad5aac5a0573c6949dafa0.tar.gz
serverdata-470a949a98a7c205d5ad5aac5a0573c6949dafa0.tar.bz2
serverdata-470a949a98a7c205d5ad5aac5a0573c6949dafa0.tar.xz
serverdata-470a949a98a7c205d5ad5aac5a0573c6949dafa0.zip
Misc. bugfixes
Diffstat (limited to 'db')
-rw-r--r--db/re/item_db.conf6
-rw-r--r--db/re/mob_skill_db.conf24
2 files changed, 27 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 81ab49d5a..0258d6de6 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -14272,7 +14272,7 @@ item_db: (
Buy: 6
Sell: 1
Weight: 1
- Atk: 10
+ Atk: 15
Loc: "EQP_AMMO"
Subtype: "A_BULLET"
},
@@ -14284,7 +14284,7 @@ item_db: (
Buy: 12
Sell: 2
Weight: 1
- Atk: 10
+ Atk: 20
Loc: "EQP_AMMO"
Subtype: "A_BULLET"
Script: <"
@@ -14299,7 +14299,7 @@ item_db: (
Buy: 12
Sell: 2
Weight: 1
- Atk: 10
+ Atk: 20
Loc: "EQP_AMMO"
Subtype: "A_BULLET"
Script: <"
diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf
index 66eef6b77..08d7f0420 100644
--- a/db/re/mob_skill_db.conf
+++ b/db/re/mob_skill_db.conf
@@ -1955,6 +1955,30 @@ SKILL_COND2 = {
}
/**********************************************************************/
+ Moubi: {
+ MG_NAPALMBEAT: {
+ SkillState: "MSS_BERSERK"
+ SkillLevel: 5
+ Rate: 3000
+ CastTime: 200
+ Delay: 1600
+ Cancelable: true
+ SkillTarget: "MST_TARGET"
+ CastCondition: "MSC_ALWAYS"
+ }
+ NPC_CURSEATTACK: {
+ SkillState: "MSS_BERSERK"
+ SkillLevel: 5
+ Rate: 3000
+ CastTime: 400
+ Delay: 30000
+ Cancelable: true
+ SkillTarget: "MST_TARGET"
+ CastCondition: "MSC_ALWAYS"
+ }
+ }
+
+ /**********************************************************************/
MobMoubootaur: {
NPC_TALK: {
SkillState: "MSS_RUSH"