summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-10-07 11:03:48 -0300
committerJesusaves <cpntb1@ymail.com>2023-10-07 11:03:48 -0300
commit3367ca9a513d0010fe1a91a31379c2d3d97926e7 (patch)
treead6b98c7319a1c79488564dfec4f25b2c73845dc /db
parentf758eaa66406514a4980c5dc2b5cf997a37296d1 (diff)
downloadserverdata-3367ca9a513d0010fe1a91a31379c2d3d97926e7.tar.gz
serverdata-3367ca9a513d0010fe1a91a31379c2d3d97926e7.tar.bz2
serverdata-3367ca9a513d0010fe1a91a31379c2d3d97926e7.tar.xz
serverdata-3367ca9a513d0010fe1a91a31379c2d3d97926e7.zip
Mt. Snake pet (untested)
Diffstat (limited to 'db')
-rw-r--r--db/re/item_db.conf22
-rw-r--r--db/re/pet_db.conf24
2 files changed, 46 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 3c2bb18f7..b368125aa 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -14684,6 +14684,28 @@ item_db: (
bpet;
">
},
+{
+ Id: 4015
+ AegisName: "AggressiveSnakeEgg"
+ Name: "Aggressive Snake Egg"
+ Type: "IT_PETEGG"
+ Buy: 90000
+ Sell: 4000
+ Weight: 360
+ KeepAfterUse: true
+ Trade: {
+ partneroverride: true
+ notrade: true
+ nodrop: true
+ nogstorage: true
+ nomail: true
+ noauction: true
+ noselltonpc: true
+ }
+ Script: <"
+ bpet;
+ ">
+},
//
// Dyes
diff --git a/db/re/pet_db.conf b/db/re/pet_db.conf
index 356eae314..5a9ae5014 100644
--- a/db/re/pet_db.conf
+++ b/db/re/pet_db.conf
@@ -333,6 +333,30 @@ pet_db:(
PetScript: <" petloot 3; ">
EquipScript: <"if (getpetinfo(3) > 900) { bonus bFlee, 7; } ">
},
+{
+ Id: 1123
+ SpriteName: "Aggressive Snake"
+ Name: "Aggressive Snake"
+ TamingItem: "LightGreenDiamond"
+ EggItem: "AggressiveSnakeEgg"
+ FoodItem: "FluoPowder"
+ FoodEffectiveness: 100
+ HungerDelay: 120
+ Intimacy: {
+ Initial: 250
+ FeedIncrement: 100
+ OverFeedDecrement: 10
+ OwnerDeathDecrement: 10
+ }
+ CaptureRate: 0
+ Speed: 220
+ SpecialPerformance: true
+ AttackRate: 450
+ DefendRate: 500
+ ChangeTargetRate: 850
+ PetScript: <" petloot 3; ">
+ EquipScript: <"if (getpetinfo(3) > 900) { bonus bFlee, 5; bonus bStr, 1; } ">
+},
// TODO: What's the difference from AnimalBones and Bone ?
{
Id: 1190