diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-02 13:01:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-02 13:01:27 -0300 |
commit | 7091b2de1026f8b1488bdd3db5bbffdf78cb448d (patch) | |
tree | 2722daae1ce8f0444295445d3572506278337ae9 /conf/map/battle | |
parent | 3b980c62227c7e76610834edebba6d58a68b1fc8 (diff) | |
download | serverdata-7091b2de1026f8b1488bdd3db5bbffdf78cb448d.tar.gz serverdata-7091b2de1026f8b1488bdd3db5bbffdf78cb448d.tar.bz2 serverdata-7091b2de1026f8b1488bdd3db5bbffdf78cb448d.tar.xz serverdata-7091b2de1026f8b1488bdd3db5bbffdf78cb448d.zip |
Evol Updates. Last edit at pet.conf before I GIVE UP
Diffstat (limited to 'conf/map/battle')
-rw-r--r-- | conf/map/battle/pet.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/map/battle/pet.conf b/conf/map/battle/pet.conf index 336308539..151e3a814 100644 --- a/conf/map/battle/pet.conf +++ b/conf/map/battle/pet.conf @@ -55,7 +55,7 @@ pet_equip_required: false pet_attack_support: true // When the master receives damage from the monster, whether or not the pet attacks back. (Note 1) -pet_damage_support: true +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. @@ -78,7 +78,7 @@ pet_support_rate: 100 pet_attack_exp_to_master: true // The rate exp. is gained from the pet attacking monsters -pet_attack_exp_rate: 50 +pet_attack_exp_rate: 90 // Pet leveling system. Use 0 to disable (default). // When enabled, a pet's level is a fixed % of the master's. (Note 2) |