diff options
author | Saulc <lucashelaine14@gmail.com> | 2019-03-12 09:37:29 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2019-03-12 09:37:29 +0000 |
commit | 6caf803e9ac70ebb4470493c611f8777572a37f8 (patch) | |
tree | bac2e2a574bd77203940627ef25a474b6b72d043 | |
parent | d8aee8b8ed15dd6049724d7075ecbbea38e0bd44 (diff) | |
download | serverdata-6caf803e9ac70ebb4470493c611f8777572a37f8.tar.gz serverdata-6caf803e9ac70ebb4470493c611f8777572a37f8.tar.bz2 serverdata-6caf803e9ac70ebb4470493c611f8777572a37f8.tar.xz serverdata-6caf803e9ac70ebb4470493c611f8777572a37f8.zip |
Add St Patrick's Clover monster with 0.1% chance to drop FourLeafClover, they shoudl spawn over all forests and fields maps. during St Patrick +/- 2 day, Event should start March 15 to 19 included.
-rw-r--r-- | db/re/mob_db.conf | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index da75ddf66..5fe2e85c9 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -7768,4 +7768,45 @@ mob_db: ( Lockpicks: 50 } }, +{ + Id: 1210 + SpriteName: "StPatricksClover" + Name: "St Patrick's Clover" + Lv: 1 + Hp: 1 + Sp: 1 + Exp: 3 + AttackRange: 1 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 12 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: false + CanAttack:false + } + Drops: { + FourLeafClover: 1 + FourLeafClover: 1 + FourLeafClover: 1 + FourLeafClover: 1 + FourLeafClover: 1 + FourLeafClover: 1 + FourLeafClover: 1 + FourLeafClover: 1 + FourLeafClover: 1 + FourLeafClover: 1 + } +}, ) |