summaryrefslogtreecommitdiff
path: root/db/mob_db2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/mob_db2.conf')
-rw-r--r--db/mob_db2.conf46
1 files changed, 45 insertions, 1 deletions
diff --git a/db/mob_db2.conf b/db/mob_db2.conf
index e21cc2a..c4d6f50 100644
--- a/db/mob_db2.conf
+++ b/db/mob_db2.conf
@@ -68,6 +68,50 @@ mob_db: (
DamageTakenRate: damage taken rate (int, defaults to 100)
},
******************************************************************************/
-
+// Monsters native to Crossroads are defined here
+// Their IDs are 2000+
+{
+ Id: 2000
+ SpriteName: "Blanc"
+ Name: "Blanc Halifax"
+ Lv: 101
+ Hp: 750000
+ Sp: 0
+ Exp: 140000
+ JExp: 1000
+ AttackRange: 8
+ Attack: [620, 670]
+ Def: 45
+ Mdef: 2
+ Stats: {
+ Str: 12
+ Agi: 23
+ Vit: 88
+ Int: 110
+ Dex: 141
+ Luk: 77
+ }
+ ViewRange: 9
+ ChaseRange: 12
+ Race: 2
+ Element: (7, 1)
+ Mode: {
+ CanMove: true
+ CanAttack: true
+ Aggressive: true
+ Angry: true
+ ChangeTargetMelee: true
+ ChangeChase: true
+ CastSensorChase: true
+ Boss: true
+ }
+ MoveSpeed: 320
+ AttackDelay: 2100
+ AttackMotion: 672
+ DamageMotion: 200
+ Drops: {
+ Bloodstone: 2000
+ }
+},
)