diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-09-17 20:26:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-09-17 20:26:20 -0300 |
commit | bc5cf7d1583c9ae7f6705a477c47172d7f254619 (patch) | |
tree | b2c5c021d0c880cac1cd9bd65f07c45734cba9a2 /db | |
parent | 7569cada20af6a66830edd496e879badcb08cc7e (diff) | |
download | serverdata-bc5cf7d1583c9ae7f6705a477c47172d7f254619.tar.gz serverdata-bc5cf7d1583c9ae7f6705a477c47172d7f254619.tar.bz2 serverdata-bc5cf7d1583c9ae7f6705a477c47172d7f254619.tar.xz serverdata-bc5cf7d1583c9ae7f6705a477c47172d7f254619.zip |
Experiment for Pinkies
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 21 | ||||
-rw-r--r-- | db/re/mob_db.conf | 20 | ||||
-rw-r--r-- | db/re/pet_db.conf | 24 |
3 files changed, 65 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 65bbfcbe9..a340158d1 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -12958,6 +12958,27 @@ item_db: ( bpet; "> }, +{ + Id: 4012 + AegisName: "PinkieCrystal" + Name: "Pinkie Crystal" + Type: "IT_PETEGG" + Buy: 90000 + Sell: 4000 + Weight: 400 + KeepAfterUse: true + Trade: { + partneroverride: true + notrade: true + nodrop: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + bpet; + "> +}, // // Dyes diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index ad469b57f..b3f77a6ee 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -10066,6 +10066,13 @@ mob_db: ( AttackDelay: 1000 AttackMotion: 672 DamageMotion: 200 + Drops: { + PinkAntenna: 880 + CherryCake: 400 + PinkieLeg: 500 + CasinoCoins: 25 + PinkieHat: 2 + } }, // WARNING: ID 1250~1400 PERMANENTLY RESERVED - USE PROHIBTED @@ -10705,6 +10712,13 @@ mob_db: ( AttackDelay: 1000 AttackMotion: 672 DamageMotion: 200 + Drops: { + PinkAntenna: 800 + CherryCake: 400 + PinkieLeg: 500 + CasinoCoins: 20 + PinkieHat: 1 + } }, { Id: 1420 @@ -10729,6 +10743,12 @@ mob_db: ( AttackDelay: 1000 AttackMotion: 672 DamageMotion: 200 + Drops: { + PinkAntenna: 900 + CherryCake: 1200 + PinkieLeg: 700 + PinkieCrystal: 1 + } }, { Id: 1421 diff --git a/db/re/pet_db.conf b/db/re/pet_db.conf index a7f32afe9..c62430747 100644 --- a/db/re/pet_db.conf +++ b/db/re/pet_db.conf @@ -190,6 +190,30 @@ pet_db:( EquipScript: <" bonus bMaxHP, 250; "> }, { + Id: 1032 + SpriteName: "Pinky" + Name: "Panfilo the Pinkie" + TamingItem: "PinkieHat" + EggItem: "PinkieCrystal" + FoodItem: "CherryCake" + FoodEffectiveness: 100 + HungerDelay: 120 + Intimacy: { + Initial: 250 + FeedIncrement: 50 + OverFeedDecrement: 10 + OwnerDeathDecrement: 10 + } + CaptureRate: 0 + Speed: 100 + SpecialPerformance: true + AttackRate: 450 + DefendRate: 500 + ChangeTargetRate: 850 + PetScript: <" petloot 1; bonus bAgi, 1; "> + EquipScript: <" bonus bAgi, 4; "> +}, +{ Id: 1039 SpriteName: "Nasty Bat" Name: "Nasty Bat" |