summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/mob_db.conf138
-rw-r--r--npc/015-8-1/campaign.txt2
2 files changed, 139 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index 6faf9263e..8ad09ba61 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -2078,7 +2078,51 @@ mob_db: (
DarkEggshellHat: 2
}
},
-// 1062 is free
+{
+ Id: 1062
+ SpriteName: "Assassin"
+ Name: "Assassin"
+ Lv: 27
+ Hp: 4211
+ Sp: 0
+ Exp: 45
+ JExp: 8
+ AttackRange: 1
+ Attack: [198, 214]
+ Def: 45
+ Mdef: 20
+ Stats: {
+ Str: 11
+ Agi: 20
+ Vit: 24
+ Int: 10
+ Dex: 33
+ Luk: 11
+ }
+ ViewRange: 9
+ ChaseRange: 12
+ Race: 2
+ Element: (7, 1)
+ Mode: {
+ Aggressive: true
+ CanMove: true
+ CanAttack: true
+ CastSensorChase: true
+ ChangeChase: true
+ }
+ MoveSpeed: 440
+ AttackDelay: 1260
+ AttackMotion: 672
+ DamageMotion: 900
+ Drops: {
+ RedApple: 400
+ LeatherPatch: 240
+ CoinBag: 125
+ Lockpicks: 50
+ Dagger: 20
+ GoldPieces: 3
+ }
+},
{
Id: 1063
SpriteName: "VampireBat"
@@ -8470,6 +8514,98 @@ mob_db: (
SacredManaPotion: 5
}
},
+{
+ Id: 1222
+ SpriteName: "HoodedAssassin"
+ Name: "Hooded Assassin"
+ Lv: 52
+ Hp: 18235
+ Exp: 1572
+ JExp: 52
+ AttackRange: 1
+ Attack: [1123, 1466]
+ Def: 45
+ Mdef: 80
+ ViewRange: 16
+ ChaseRange: 18
+ Race: 2
+ Element: (7, 2)
+ Stats: {
+ Str: 32
+ Agi: 40
+ Vit: 23
+ Int: 31
+ Dex: 75
+ Luk: 38
+ }
+ Mode: {
+ CanMove: true
+ CanAttack: true
+ Aggressive: true
+ ChangeTargetMelee: true
+ ChangeChase: true
+ CastSensorChase: true
+ Boss: true
+ }
+ MoveSpeed: 200
+ AttackDelay: 2572
+ AttackMotion: 672
+ DamageMotion: 200
+ Drops: {
+ TreaureKey: 10000
+ MoveSpeedPotion: 4000
+ CoinBag: 2000
+ Beer: 2000
+ CursedAmmoBox: 1500
+ ClothoLiquor: 1500
+ BronzeGift: 1000
+ GoldenApple: 5
+ }
+},
+{
+ Id: 1223
+ SpriteName: "HoodedNinja"
+ Name: "Hooded Ninja"
+ Lv: 52
+ Hp: 6400
+ Exp: 480
+ JExp: 18
+ AttackRange: 1
+ Attack: [936, 1037]
+ Def: 45
+ Mdef: 80
+ ViewRange: 16
+ ChaseRange: 18
+ Race: 2
+ Element: (7, 1)
+ Stats: {
+ Str: 28
+ Agi: 30
+ Vit: 23
+ Int: 31
+ Dex: 75
+ Luk: 32
+ }
+ Mode: {
+ CanMove: true
+ CanAttack: true
+ Aggressive: true
+ ChangeTargetMelee: true
+ ChangeChase: true
+ CastSensorChase: true
+ }
+ MoveSpeed: 200
+ AttackDelay: 3072
+ AttackMotion: 672
+ DamageMotion: 200
+ Drops: {
+ TreaureKey: 400
+ CoinBag: 200
+ Beer: 200
+ ClothoLiquor: 50
+ }
+},
+
// Reserved
{
Id: 1495
diff --git a/npc/015-8-1/campaign.txt b/npc/015-8-1/campaign.txt
index dff631386..4f3b94473 100644
--- a/npc/015-8-1/campaign.txt
+++ b/npc/015-8-1/campaign.txt
@@ -19,6 +19,8 @@ OnBegin:
initnpctimer; // Maybe addtimer() would be better?
end;
+// Assassin, HoodedNinja, HoodedAssassin (boss)
+
OnTimer1000:
debugmes "Error";
end;