diff options
author | Haru <haru@dotalux.com> | 2015-09-18 13:09:16 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-09-25 12:55:36 +0200 |
commit | 1aea178ef7cdb76eda5600540b5fbd29fd54ff88 (patch) | |
tree | 855d4feafba212d7f36872c1b46814c1f1a85e75 /conf/battle/pet.conf | |
parent | e99bf73af31a8b1f09b9ce033c16832ee5cac51d (diff) | |
download | hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.tar.gz hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.tar.bz2 hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.tar.xz hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.zip |
More aggressive whitespace cleanup. Follow up to 51329e6
Signed-off-by: Haru <haru@dotalux.com>
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 |