diff options
author | Micksha <ms-shaman@gmx.de> | 2020-05-24 16:17:51 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-24 16:17:51 +0000 |
commit | b434d69f4305665b84fe7056120c578a792850f0 (patch) | |
tree | b2e47702cb5268b72432a03a1289e11ece6a93d9 /db/re | |
parent | 3f982e4e0785fa4dc8242d87ae8291c6b4c2e659 (diff) | |
download | serverdata-b434d69f4305665b84fe7056120c578a792850f0.tar.gz serverdata-b434d69f4305665b84fe7056120c578a792850f0.tar.bz2 serverdata-b434d69f4305665b84fe7056120c578a792850f0.tar.xz serverdata-b434d69f4305665b84fe7056120c578a792850f0.zip |
Faction Core, Quest ID rewrite, Thieves Path.
Part of Leaving Artis redesign.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 18 | ||||
-rw-r--r-- | db/re/mob_db.conf | 42 |
2 files changed, 60 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 38963955..5594ee93 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1781,6 +1781,24 @@ item_db: ( Weight: 500 }, { + Id: 761 + AegisName: "Gearwheel" + Name: "Gearwheel" + Type: "IT_ETC" + Buy: 2500 + Sell: 650 + Weight: 500 +}, +{ + Id: 762 + AegisName: "Lockpicks" + Name: "Lockpicks" + Type: "IT_ETC" + Buy: 5000 + Sell: 400 + Weight: 50 +}, +{ Id: 800 AegisName: "DiamondShard" Name: "Diamond Shard" diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index c9656171..056fd8eb 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -3183,6 +3183,48 @@ mob_db: ( } }, { + Id: 1076 + SpriteName: "GiantMaggot" + Name: "Giant Maggot" + Lv: 20 + Hp: 2407 + Sp: 0 + Exp: 63 + JExp: 5 + AttackRange: 1 + Attack: [300, 450] + Def: 23 + Mdef: 145 + Stats: { + Str: 10 + Agi: 30 + Vit: 35 + Int: 1 + Dex: 30 + Luk: 20 + } + ChaseRange: 12 + Race: 2 + Element: (0, 2) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 1900 + AttackDelay: 2700 + AttackMotion: 672 + DamaeMotion: 480 + Drops: { + BugLeg: 3500 + Carrot: 1000 + Moss: 900 + CommonCarp: 100 + Pearl: 1 + } +}, +{ Id: 1100 SpriteName: "PoisonSkull" Name: "Poison Skull" |