diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-11 16:51:58 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-11 16:51:58 -0200 |
commit | a00f9a6eebfb4faacebc5423f77786d9db243065 (patch) | |
tree | daf06032a1c6f82855bdb321c8f9667f860990de | |
parent | f353d3c5bfa52c67025c1b37468d36802359c7e9 (diff) | |
download | serverdata-a00f9a6eebfb4faacebc5423f77786d9db243065.tar.gz serverdata-a00f9a6eebfb4faacebc5423f77786d9db243065.tar.bz2 serverdata-a00f9a6eebfb4faacebc5423f77786d9db243065.tar.xz serverdata-a00f9a6eebfb4faacebc5423f77786d9db243065.zip |
Pets will now support you with 850 intimacy (instead of 900).
After all, you start with 250 ^.^ Except for Piou, which now starts at 350.
-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 |