summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/constants.conf2
-rw-r--r--db/re/mob_db.conf36
2 files changed, 38 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 946dacfab..7253ebcd2 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -4163,6 +4163,8 @@ constants_db: {
NPC_MONSTERKING: 500
NPC_AIRSHIP: 501
NPC_POLITICS: 502
+ NPC_GAMEMASTER: 503
+ NPC_GAMEMISTRESS: 504
NPC_SOUL_NORMAL: 700
NPC_SOUL_DESERT: 701
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index 1bcf57411..6b9a92afa 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -8906,6 +8906,42 @@ mob_db: (
// WARNING: ID 1250~1400 PERMANENTLY RESERVED - USE PROHIBTED
// Reserved
{
+ Id: 1493
+ SpriteName: "GameMaster"
+ Name: "Game Master"
+ Lv: 150
+ Hp: 12000
+ Def: 700
+ Mdef: 300
+ WalkMask: "WALK_AIR"
+ Race: 10
+ Element: (6, 4)
+ Mode: {
+ CanMove: true
+ CanAttack: false
+ SurviveWithoutMaster: true
+ }
+ MoveSpeed: 150
+},
+{
+ Id: 1494
+ SpriteName: "GameMistress"
+ Name: "Game Mistress"
+ Lv: 150
+ Hp: 12000
+ Def: 700
+ Mdef: 300
+ WalkMask: "WALK_AIR"
+ Race: 10
+ Element: (6, 4)
+ Mode: {
+ CanMove: true
+ CanAttack: false
+ SurviveWithoutMaster: true
+ }
+ MoveSpeed: 150
+},
+{
Id: 1495
SpriteName: "MonsterSergeant"
Name: "Monster Sergeant"