diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-27 15:50:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-27 15:50:26 -0300 |
commit | f6e72383972afb8d6f6155a5e0d90c0cec8453cf (patch) | |
tree | 7a9299ab6193cdabe017da65529f816bcfe7c615 /db/re/pet_db.conf | |
parent | b874a3549bdd5eea65fcc4bc100d050a9ff647ef (diff) | |
download | serverdata-f6e72383972afb8d6f6155a5e0d90c0cec8453cf.tar.gz serverdata-f6e72383972afb8d6f6155a5e0d90c0cec8453cf.tar.bz2 serverdata-f6e72383972afb8d6f6155a5e0d90c0cec8453cf.tar.xz serverdata-f6e72383972afb8d6f6155a5e0d90c0cec8453cf.zip |
Bat Pet (it'll not work - common color)
Diffstat (limited to 'db/re/pet_db.conf')
-rw-r--r-- | db/re/pet_db.conf | 38 |
1 files changed, 31 insertions, 7 deletions
diff --git a/db/re/pet_db.conf b/db/re/pet_db.conf index 665c48857..769403eee 100644 --- a/db/re/pet_db.conf +++ b/db/re/pet_db.conf @@ -142,6 +142,30 @@ pet_db:( EquipScript: <" bonus bAddStealRate,15; bonus bHPGainValue,1; "> }, { + Id: 1022 + SpriteName: "Common Fluffy" + Name: "Common Fluffy" + TamingItem: "WhiteFur" + EggItem: "FluffyEgg" + FoodItem: "LettuceLeaf" + FoodEffectiveness: 100 + HungerDelay: 120 + Intimacy: { + Initial: 250 + FeedIncrement: 100 + OverFeedDecrement: 10 + OwnerDeathDecrement: 10 + } + CaptureRate: 1000 + Speed: 220 + SpecialPerformance: true + AttackRate: 450 + DefendRate: 500 + ChangeTargetRate: 850 + PetScript: <" petloot 3; "> + EquipScript: <" bonus bMaxSP,250; "> +}, +{ Id: 1030 SpriteName: "Cute Maggot" Name: "Cute Maggot" @@ -166,12 +190,12 @@ pet_db:( EquipScript: <" bonus bMaxHP, 250; "> }, { - Id: 1022 - SpriteName: "Common Fluffy" - Name: "Common Fluffy" - TamingItem: "WhiteFur" - EggItem: "FluffyEgg" - FoodItem: "LettuceLeaf" + Id: 1039 + SpriteName: "Nasty Bat" + Name: "Nasty Bat" + TamingItem: "Bloodstone" + EggItem: "BatEgg" + FoodItem: "RoastedMaggot" FoodEffectiveness: 100 HungerDelay: 120 Intimacy: { @@ -187,7 +211,7 @@ pet_db:( DefendRate: 500 ChangeTargetRate: 850 PetScript: <" petloot 3; "> - EquipScript: <" bonus bMaxSP,250; "> + EquipScript: <" bonus bAspdRate, 5; "> }, { Id: 1049 |