diff options
-rw-r--r-- | conf/map/battle/pet.conf | 4 | ||||
-rw-r--r-- | db/re/pet_db.conf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/map/battle/pet.conf b/conf/map/battle/pet.conf index 254b0d38a..415206bab 100644 --- a/conf/map/battle/pet.conf +++ b/conf/map/battle/pet.conf @@ -60,10 +60,10 @@ pet_damage_support: false // Minimum intimacy necessary for a pet to support their master. Default is 900 // (intimacy goes from 0 to 1000). At this minimum, support rate is 50% of pet's normal value. // At max (1000) support rate is 150%. -pet_support_min_friendly: 900 +pet_support_min_friendly: 850 // Same as above, but this is to use the pet_script field with official pet abilities. -pet_equip_min_friendly: 900 +pet_equip_min_friendly: 850 // Whether or not the pet's will use skills. (Note 1) // Note: Offensive pet skills need at least pet_attack_support or diff --git a/db/re/pet_db.conf b/db/re/pet_db.conf index 918d9a0ea..e54ea9f0a 100644 --- a/db/re/pet_db.conf +++ b/db/re/pet_db.conf @@ -78,7 +78,7 @@ pet_db:( FoodEffectiveness: 80 HungerDelay: 120 Intimacy: { - Initial: 250 + Initial: 350 FeedIncrement: 100 OverFeedDecrement: 100 OwnerDeathDecrement: 20 |