diff options
Diffstat (limited to 'conf/battle/pet.conf')
-rw-r--r-- | conf/battle/pet.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/battle/pet.conf b/conf/battle/pet.conf index e80826ce8..594184b35 100644 --- a/conf/battle/pet.conf +++ b/conf/battle/pet.conf @@ -34,7 +34,7 @@ pet_attack_support: no // When the master receives damage from the monster, whether or not the pet attacks back. (Note 1) pet_damage_support: no -// Minimum intimacy necessary for a pet to support their master. Default is 900 +// 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 @@ -43,7 +43,7 @@ pet_support_min_friendly: 900 pet_equip_min_friendly: 900 // Whether or not the pet's will use skills. (Note 1) -// Note: Offensive pet skills need at least pet_attack_support or +// Note: Offensive pet skills need at least pet_attack_support or // pet_damage_support to work (they trigger while the pet is attacking). pet_status_support: no @@ -66,7 +66,7 @@ pet_lv_rate: 0 pet_max_stats: 99 // When pet leveling is enabled, these are the imposed caps on -// min/max damage. Note that these only cap atk1 and atk2, if you +// min/max damage. Note that these only cap atk1 and atk2, if you // enable pet_str, their max damage is then their base_atk + pet_max_atk2 pet_max_atk1: 500 pet_max_atk2: 1000 |